This commit is contained in:
nimsolated
2026-03-27 15:32:09 -07:00
parent c84aba4632
commit b8dbadcda0
229 changed files with 6491 additions and 194 deletions

View File

@@ -4,7 +4,7 @@ license="MIT License"
[[mods]]
modId="aris_random_additions"
version="2.1.3"
version="2.2.0"
displayName="Ari's Random Additions"
displayURL="https://mcreator.net"
logoFile="logo.png"

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "aris_random_additions:block/brickier_magma_bricks"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "aris_random_additions:block/mint_plant"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=floor,facing=east,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"y": 90
},
"face=floor,facing=west,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"y": 270
},
"face=floor,facing=south,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"y": 180
},
"face=floor,facing=north,powered=false": {
"model": "aris_random_additions:block/orange_wood_button"
},
"face=wall,facing=east,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"uvlock": true,
"x": 90,
"y": 90
},
"face=wall,facing=west,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"uvlock": true,
"x": 90,
"y": 270
},
"face=wall,facing=south,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"uvlock": true,
"x": 90,
"y": 180
},
"face=wall,facing=north,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"uvlock": true,
"x": 90
},
"face=ceiling,facing=east,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=west,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=south,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"x": 180
},
"face=ceiling,facing=north,powered=false": {
"model": "aris_random_additions:block/orange_wood_button",
"x": 180,
"y": 180
},
"face=floor,facing=east,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"y": 90
},
"face=floor,facing=west,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"y": 270
},
"face=floor,facing=south,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"y": 180
},
"face=floor,facing=north,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed"
},
"face=wall,facing=east,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"uvlock": true,
"x": 90,
"y": 90
},
"face=wall,facing=west,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"uvlock": true,
"x": 90,
"y": 270
},
"face=wall,facing=south,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"uvlock": true,
"x": 90,
"y": 180
},
"face=wall,facing=north,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"uvlock": true,
"x": 90
},
"face=ceiling,facing=east,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=west,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"x": 180,
"y": 90
},
"face=ceiling,facing=south,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"x": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "aris_random_additions:block/orange_wood_button_pressed",
"x": 180,
"y": 180
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "aris_random_additions:block/orange_wood_fence_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "aris_random_additions:block/orange_wood_fence",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "aris_random_additions:block/orange_wood_fence",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "aris_random_additions:block/orange_wood_fence",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "aris_random_additions:block/orange_wood_fence",
"y": 90,
"uvlock": true
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=south,in_wall=false,open=false": {
"model": "aris_random_additions:block/orange_wood_fence_gate",
"uvlock": true
},
"facing=west,in_wall=false,open=false": {
"model": "aris_random_additions:block/orange_wood_fence_gate",
"uvlock": true,
"y": 90
},
"facing=north,in_wall=false,open=false": {
"model": "aris_random_additions:block/orange_wood_fence_gate",
"uvlock": true,
"y": 180
},
"facing=east,in_wall=false,open=false": {
"model": "aris_random_additions:block/orange_wood_fence_gate",
"uvlock": true,
"y": 270
},
"facing=south,in_wall=false,open=true": {
"model": "aris_random_additions:block/orange_wood_fence_gate_open",
"uvlock": true
},
"facing=west,in_wall=false,open=true": {
"model": "aris_random_additions:block/orange_wood_fence_gate_open",
"uvlock": true,
"y": 90
},
"facing=north,in_wall=false,open=true": {
"model": "aris_random_additions:block/orange_wood_fence_gate_open",
"uvlock": true,
"y": 180
},
"facing=east,in_wall=false,open=true": {
"model": "aris_random_additions:block/orange_wood_fence_gate_open",
"uvlock": true,
"y": 270
},
"facing=south,in_wall=true,open=false": {
"model": "aris_random_additions:block/orange_wood_fence_gate_wall",
"uvlock": true
},
"facing=west,in_wall=true,open=false": {
"model": "aris_random_additions:block/orange_wood_fence_gate_wall",
"uvlock": true,
"y": 90
},
"facing=north,in_wall=true,open=false": {
"model": "aris_random_additions:block/orange_wood_fence_gate_wall",
"uvlock": true,
"y": 180
},
"facing=east,in_wall=true,open=false": {
"model": "aris_random_additions:block/orange_wood_fence_gate_wall",
"uvlock": true,
"y": 270
},
"facing=south,in_wall=true,open=true": {
"model": "aris_random_additions:block/orange_wood_fence_gate_wall_open",
"uvlock": true
},
"facing=west,in_wall=true,open=true": {
"model": "aris_random_additions:block/orange_wood_fence_gate_wall_open",
"uvlock": true,
"y": 90
},
"facing=north,in_wall=true,open=true": {
"model": "aris_random_additions:block/orange_wood_fence_gate_wall_open",
"uvlock": true,
"y": 180
},
"facing=east,in_wall=true,open=true": {
"model": "aris_random_additions:block/orange_wood_fence_gate_wall_open",
"uvlock": true,
"y": 270
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "aris_random_additions:block/orange_wood_leaves"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "aris_random_additions:block/orange_wood_log",
"x": 90,
"y": 90
},
"axis=y": {
"model": "aris_random_additions:block/orange_wood_log"
},
"axis=z": {
"model": "aris_random_additions:block/orange_wood_log",
"x": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "aris_random_additions:block/orange_wood_planks"
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "aris_random_additions:block/orange_wood_pressure_plate"
},
"powered=true": {
"model": "aris_random_additions:block/orange_wood_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "aris_random_additions:block/orange_wood_slab"
},
"type=top": {
"model": "aris_random_additions:block/orange_wood_slab_top"
},
"type=double": {
"model": "aris_random_additions:block/orange_wood_slab_full"
}
}
}

View File

@@ -0,0 +1,209 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": {
"model": "aris_random_additions:block/orange_wood_stairs"
},
"facing=west,half=bottom,shape=straight": {
"model": "aris_random_additions:block/orange_wood_stairs",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "aris_random_additions:block/orange_wood_stairs",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "aris_random_additions:block/orange_wood_stairs",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "aris_random_additions:block/orange_wood_stairs_inner"
},
"facing=west,half=bottom,shape=inner_right": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_left": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "aris_random_additions:block/orange_wood_stairs_inner"
},
"facing=north,half=bottom,shape=inner_left": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "aris_random_additions:block/orange_wood_stairs",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "aris_random_additions:block/orange_wood_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "aris_random_additions:block/orange_wood_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=straight": {
"model": "aris_random_additions:block/orange_wood_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=outer_left": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=inner_left": {
"model": "aris_random_additions:block/orange_wood_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "aris_random_additions:block/orange_wood_stairs_outer"
},
"facing=west,half=bottom,shape=outer_right": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_left": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "aris_random_additions:block/orange_wood_stairs_outer"
},
"facing=north,half=bottom,shape=outer_left": {
"model": "aris_random_additions:block/orange_wood_stairs_outer",
"y": 180,
"uvlock": true
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "aris_random_additions:block/orange_wood_wood",
"x": 90,
"y": 90
},
"axis=y": {
"model": "aris_random_additions:block/orange_wood_wood"
},
"axis=z": {
"model": "aris_random_additions:block/orange_wood_wood",
"x": 90
}
}
}

View File

@@ -0,0 +1,19 @@
{
"variants": {
"facing=north": {
"model": "aris_random_additions:block/soda_machine"
},
"facing=east": {
"model": "aris_random_additions:block/soda_machine",
"y": 90
},
"facing=south": {
"model": "aris_random_additions:block/soda_machine",
"y": 180
},
"facing=west": {
"model": "aris_random_additions:block/soda_machine",
"y": 270
}
}
}

View File

@@ -7,6 +7,7 @@
"painting.nims_random_bullshit.shit_painting.title": "Shit Painting",
"entity.aris_random_additions.ghoul": "Ghoul",
"item.aris_random_additions.void_star": "Void Star",
"block.aris_random_additions.soda_machine": "Soda Machine",
"block.aris_random_additions.broken_glass": "Broken Glass",
"item.aris_random_additions.ghoul_spawn_egg": "Ghoul Spawn Egg",
"item.aris_random_additions.endite_armor_boots": "Endite Boots",
@@ -18,10 +19,11 @@
"block.nims_random_bullshit.orichalcum_block": "Block of Orichalcum",
"block.nims_random_bullshit.rubber_slab": "Rubber Slab",
"item.nims_random_bullshit.bedrock_upgrade_template": "Bedrock Upgrade Template",
"block.aris_random_additions.magma_brick_pressure_plate": "Magma Brick Pressure Plate",
"block.aris_random_additions.magma_brick_pressure_plate": "Beans and Cheese Pressure Plate",
"advancements.orichalcum_set_advancement.descr": "Wear a full armor set of Orichalcum.",
"block.nims_random_bullshit.orichalcum_ore": "Orichalcum Ore",
"block.aris_random_additions.condensed_condensed_netherrack": "Condensed Condensed Netherrack",
"advancements.orange_sweetened_carbonated_water_can_advancement.descr": "Drink an Orange Soda",
"item.aris_random_additions.endite_pickaxe": "Endite Pickaxe",
"advancements.endite_scythe_advancement.title": "Endbringer\u0027s Sharpest Tool",
"painting.aris_random_additions.turd_painting.author": "Ari/nim",
@@ -37,18 +39,23 @@
"enchantment.aris_random_additions.passive_income_enchantment": "Passive Income",
"item.aris_random_additions.sand_dust": "Sand Dust",
"block.aris_random_additions.orichalcum_block": "Block of Orichalcum",
"item.aris_random_additions.orange_sweetened_carbonated_water_can": "Canned Orange Soda",
"gui.nims_random_bullshit.mailbox_gui.outbox_y_coord": "0",
"item.aris_random_additions.power_star": "Power Star",
"advancements.bedrock_eater_advancement.title": "Somehow, Being Made Of Bedrock Makes It More Replinishing. Yeah. I don\u0027t know.",
"enchantment.nims_random_bullshit.ruining_enchantment": "Ruining",
"advancements.endite_advancement.descr": "Obtain Endite",
"block.nims_random_bullshit.condensed_condensed_netherrack": "Condensed Condensed Netherrack",
"advancements.netherrack_juice_advancement.descr": "Obtain Netherrack Juice",
"block.nims_random_bullshit.condensed_condensed_netherrack": "Condensed Condensed Netherrack",
"block.nims_random_bullshit.quadra_condensed_netherrack": "Quadra-condensed Netherrack",
"block.aris_random_additions.orange_wood_wood": "OrangeWood Wood",
"advancements.orichalcum_katana_advancement.descr": "Obtain an Orichalcum Katana",
"gui.nims_random_bullshit.bedrockifier_gui.button_empty": "-\u003e",
"block.nims_random_bullshit.hexa_condensed_netherrack": "Hexa-condensed Netherrack",
"enchantment.nims_random_bullshit.sundering_enchantment": "Sundering",
"block.aris_random_additions.magma_brick_slabs": "Magma Brick Slab",
"block.aris_random_additions.magma_brick_slabs": "Beans and Cheese Slab",
"item.aris_random_additions.gold_token": "Gold Token",
"advancements.orichalcum_apple_advancement.descr": "Eat an Orichalcum Apple",
"item.nims_random_bullshit.sand_dust": "Sand Dust",
"item.aris_random_additions.endite_sword": "Endite Sword",
"item.nims_random_bullshit.magic_flesh": "Magic Flesh",
@@ -57,29 +64,37 @@
"item.nims_random_bullshit.black_iron_ingot": "Black Iron Ingot",
"item.aris_random_additions.void_apple": "Void Apple",
"item.aris_random_additions.star_wand": "Star Wand",
"advancements.soda_machine_advancement.descr": "Feed a Gold Token to a Soda Machine",
"item.nims_random_bullshit.pocket_lightning.description_0": "Spawns lightning wherever it lands.",
"advancements.turd_advancement.title": "Crap!",
"item.aris_random_additions.orichalcum_armor_chestplate": "Orichalcum Chestplate",
"item.nims_random_bullshit.bedrock_eater": "Bedrock Eater",
"item.aris_random_additions.orichalcum_armor_helmet.description_0": "Set Bonus: Speed, Jump Boost",
"item.aris_random_additions.socket": "Socket",
"block.nims_random_bullshit.rubber_pressure_plate": "Rubber Pressure Plate",
"block.aris_random_additions.redstone_brick_walls": "Redstone Brick Wall",
"item.nims_random_bullshit.orichalcum_armor_leggings": "Orichalcum Leggings",
"block.nims_random_bullshit.condensed_netherrack": "Condensed Netherrack",
"block.aris_random_additions.magma_brick_stairs": "Magma Brick Stairs",
"block.aris_random_additions.magma_brick_stairs": "Beans and Cheese Stairs",
"block.nims_random_bullshit.magma_brick_slabs": "Magma Brick Slab",
"block.aris_random_additions.orichalcum_deepslate_ore": "Orichalcum Deepslate Ore",
"item.nims_random_bullshit.pocket_lightning": "Pocket Lightning",
"item.aris_random_additions.water_can": "Canned Water",
"block.aris_random_additions.redstone_brick_stairs": "Redstone Brick Stairs",
"item.aris_random_additions.orichalcum_shovel": "Orichalcum Shovel",
"item.nims_random_bullshit.star_wand": "Star Wand",
"item.nims_random_bullshit.orichalcum_axe": "Orichalcum Axe",
"enchantment.nims_random_bullshit.passive_income_enchantment": "Passive Income",
"block.aris_random_additions.magma_brick_button": "Magma Brick Button",
"block.aris_random_additions.magma_brick_button": "Beans and Cheese Button",
"item.aris_random_additions.can_lid": "Can Lid",
"block.aris_random_additions.orange_wood_log": "OrangeWood Log",
"item.aris_random_additions.bean": "Bean",
"block.aris_random_additions.orange_wood_fence_gate": "OrangeWood Fence Gate",
"item.aris_random_additions.mint_leaves": "Mint Leaves",
"block.nims_random_bullshit.broken_glass": "Broken Glass",
"block.nims_random_bullshit.redstone_brick_walls": "Redstone Brick Wall",
"item.aris_random_additions.tux_spawn_egg": "Tux Spawn Egg",
"block.aris_random_additions.orange_wood_planks": "OrangeWood Planks",
"advancements.grave_digger_advancement.descr": "Obtain Gravedigger",
"effect.nims_random_bullshit.summoned_entity_effect": "Summoned Entity",
"item.aris_random_additions.netherrackite": "Netherrackite Ingot",
@@ -93,15 +108,17 @@
"gui.nims_random_bullshit.mailbox_gui.label_x": "X:",
"item.nims_random_bullshit.orichalcum_armor_helmet": "Orichalcum Helmet",
"death.attack.bleed_damage_type.item": "%1$s was bled to death by %2$s using %3$s",
"block.aris_random_additions.magma_bricks": "Magma Bricks",
"block.aris_random_additions.magma_bricks": "Beans and Cheese Block",
"item.aris_random_additions.endite_axe": "Endite Axe",
"block.aris_random_additions.brickier_magma_bricks": "Beans and Cheese Bricks",
"advancements.void_apple_advancement.descr": "Eat a Void Apple",
"item.nims_random_bullshit.snow_golem_question_mark": "Snow Golem...?",
"item.aris_random_additions.gravedigger.description_0": "Right-Click on soul sand or soul soil to use them, summoning a ghoul that attacks hostile mobs.",
"advancements.bedrock_advancement.descr": "Obtain Bedrock",
"item.aris_random_additions.gravedigger.description_1": "We must dig!",
"item.nims_random_bullshit.orichalcum_shovel": "Orichalcum Shovel",
"block.nims_random_bullshit.redstone_brick_stairs": "Redstone Brick Stairs",
"block.aris_random_additions.magma_brick_walls": "Magma Brick Wall",
"block.aris_random_additions.magma_brick_walls": "Beans and Cheese Wall",
"item.nims_random_bullshit.cheese": "Cheese",
"item.aris_random_additions.snow_golem_question_mark": "Snow Golem...?",
"item.nims_random_bullshit.netherrackite": "Netherrackite Ingot",
@@ -112,15 +129,21 @@
"item.aris_random_additions.netherrackite_pickaxe": "Netherrackite Pickaxe",
"item.aris_random_additions.netherrack_juice_bucket": "Netherrack Juice Bucket",
"item.nims_random_bullshit.netherrackite_pickaxe.description_0": "Non-condensed netherracks broken by this pickaxe drop themselves an additional time.",
"advancements.sweetened_carbonated_water_can_advancement.descr": "Drink a Canned Soda",
"effect.nims_random_bullshit.stinky_effect": "Stinky",
"death.attack.bleed_damage_type": "%1$s bled to death",
"advancements.mint_sweetened_carbonated_water_can_advancement.descr": "Drink a Mint Soda",
"advancements.tux_advancement.descr": "Obtain a Tux Spawn Egg",
"item.aris_random_additions.gravedigger": "Gravedigger",
"block.aris_random_additions.orange_wood_pressure_plate": "OrangeWood Pressure Plate",
"item.aris_random_additions.orichalcum": "Orichalcum",
"block.nims_random_bullshit.ore_miner": "Ore Miner",
"advancements.star_wand_advancement.descr": "Use a Star Wand",
"item.aris_random_additions.netherrackite_pickaxe.description_0": "Non-condensed netherracks broken by this pickaxe drop themselves an additional time.",
"advancements.end_portal_frame_advancement.descr": "Craft an End Portal Frame",
"advancements.endite_set_advancement.descr": "Wear a full armor set of Endite.",
"item.aris_random_additions.mint_sweetened_carbonated_water_can": "Canned Mint Soda",
"advancements.welcome_advancement.title": "Arira!",
"block.nims_random_bullshit.condensed_condensed_condensed_netherrack": "Condensed Condensed Condensed Netherrack",
"item.aris_random_additions.magic_egg": "Magic Egg",
"entity.nims_random_bullshit.ghoul": "Ghoul",
@@ -131,8 +154,11 @@
"item.nims_random_bullshit.bedrock_pickaxe": "Bedrock Pickaxe",
"item.aris_random_additions.endite_armor_chestplate.description_0": "Set Bonus: Resistance, Regeneration, Strength",
"block.nims_random_bullshit.magma_brick_stairs": "Magma Brick Stairs",
"gui.aris_random_additions.bedrockifier_gui.button_empty": "-\u003e",
"advancements.bedrock_apple_advancement.descr": "Eat a Bedrock Apple",
"advancements.bedrock_shard_advancement.descr": "Obtain Bedrock Shard",
"block.aris_random_additions.quadra_condensed_netherrack": "Quadra-condensed Netherrack",
"block.aris_random_additions.orange_wood_slab": "OrangeWood Slab",
"item.aris_random_additions.orichalcum_katana": "Orichalcum Katana",
"item.aris_random_additions.orichalcum_armor_boots": "Orichalcum Heels",
"item.aris_random_additions.endite_upgrade_smithing_template": "Endite Upgrade Template",
@@ -141,44 +167,57 @@
"advancements.spawner_advancement.title": "It\u0027s spawnin\u0027 time!",
"item.nims_random_bullshit.bedrock_shard": "Bedrock Shard",
"item.aris_random_additions.orichalcum_armor_leggings": "Orichalcum Leggings",
"item.aris_random_additions.orange": "Orange",
"item.aris_random_additions.iron_golem_question_mark": "Iron Golem...?",
"advancements.soda_machine_refused_advancement.title": "Attempted Soda Robbery",
"item.nims_random_bullshit.orichalcum_armor_chestplate": "Orichalcum Chestplate",
"item.aris_random_additions.bedrock_apple.description_0": "When consumed: Grants permanent creative flight.",
"item.nims_random_bullshit.bean": "Bean",
"effect.aris_random_additions.stinky_effect": "Stinky",
"advancements.endite_hoe_advancement.descr": "Craft an Endite Hoe",
"advancements.void_star_advancement.descr": "Craft a Void Star",
"item.aris_random_additions.orichalcum_armor_helmet": "Orichalcum Helmet",
"enchantment.aris_random_additions.ruining_enchantment": "Ruining",
"block.aris_random_additions.ore_miner": "Ore Miner",
"block.aris_random_additions.condensed_netherrack": "Condensed Netherrack",
"item.aris_random_additions.orichalcum_katana.description_0": "Right-Click: empower the blade, making your next attack cause bleeding DoT effect to the target for a duration.",
"item.aris_random_additions.empty_can": "Empty Can",
"block.nims_random_bullshit.redstone_bricks": "Redstone Bricks",
"item.nims_random_bullshit.iron_golem_question_mark": "Iron Golem...?",
"item.aris_random_additions.golden_berries": "Golden Berries",
"item.nims_random_bullshit.lapis_lazuli_nugget": "Lapis Lazuli Nugget",
"block.aris_random_additions.orange_wood_leaves": "OrangeWood Leaves",
"item.aris_random_additions.star": "Star",
"item.nims_random_bullshit.bedrock_sword": "Bedrock Sword",
"item.aris_random_additions.sweetened_carbonated_water_can": "Canned Soda",
"item.nims_random_bullshit.wither_question_mark": "Wither...?",
"advancements.block_eater_advancement.descr": "Eat a block with the Block Eater",
"advancements.tux_advancement.title": "Tux!?",
"item.nims_random_bullshit.gravedigger": "Gravedigger",
"item.aris_random_additions.pocket_lightning": "Pocket Lightning",
"advancements.sweetened_carbonated_water_can_advancement.title": "Now That\u0027s The Good Stuff!",
"item.aris_random_additions.night_vision_goggles_helmet": "Night Vision Goggles",
"advancements.orichalcum_katana_advancement.title": "As Fierce As The Color",
"item.aris_random_additions.cheese": "Cheese",
"item.aris_random_additions.orichalcum_sword": "Orichalcum Sword",
"advancements.end_portal_frame_advancement.title": "You Shouldn\u0027t Have This...",
"item.aris_random_additions.wand_of_resizing.description_0": "DISCLAIMER: Does not work with Origins that periodically reset your scale!",
"advancements.endite_scythe_advancement.descr": "Craft an Endite Scythe",
"item.aris_random_additions.block_eater": "Block Eater",
"entity.nims_random_bullshit.tux": "Tux",
"item.aris_random_additions.orichalcum_pickaxe": "Orichalcum Pickaxe",
"block.nims_random_bullshit.bedrockifier": "Bedrockifier",
"advancements.orichalcum_apple_advancement.title": "Feelin\u0027 Cutesy And Furious",
"effect.aris_random_additions.summoned_entity_effect": "Summoned Entity",
"item.nims_random_bullshit.orichalcum": "Orichalcum",
"item.aris_random_additions.orichalcum_armor_leggings.description_0": "Set Bonus: Speed, Jump Boost",
"block.aris_random_additions.orange_wood_fence": "OrangeWood Fence",
"advancements.magic_egg_advancement.descr": "Obtain a Magic Egg",
"advancements.orange_sweetened_carbonated_water_can_advancement.title": "A Fantastic Beverage!",
"item.aris_random_additions.orichalcum_apple.description_0": "When consumed: Grants 1 permanent bonus attack damage.",
"block.aris_random_additions.mint_plant": "Mint Plant",
"advancements.endite_advancement.title": "Purple Butter",
"advancements.bedrock_eater_advancement.descr": "Eat a block with the Bedrock Eater",
"entity.aris_random_additions.ari": "Ari",
"item.nims_random_bullshit.night_vision_goggles_helmet": "Night Vision Goggles",
"advancements.power_star_advancement.descr": "Craft a Power Star",
@@ -203,10 +242,16 @@
"item.aris_random_additions.black_iron_ingot": "Black Iron Ingot",
"item.aris_random_additions.endite_armor_helmet": "Endite Helmet",
"advancements.endite_hoe_advancement.title": "Extremely Serious Dedication",
"advancements.void_star_advancement.title": "A Star Not Meant To Be",
"block.nims_random_bullshit.magma_brick_walls": "Magma Brick Wall",
"block.nims_random_bullshit.rave_block": "Rave Block",
"advancements.bedrock_apple_advancement.title": "Need A Dentist Appointment After This",
"advancements.mint_sweetened_carbonated_water_can_advancement.title": "Now That\u0027s The Good Stuff! - Minty Edition",
"item.nims_random_bullshit.orichalcum_sword": "Orichalcum Sword",
"item.aris_random_additions.carbonated_water_can": "Canned Sparkling Water",
"item.aris_random_additions.wand_of_resizing": "Wand Of Resizing",
"advancements.welcome_advancement.descr": "Play on a world with Ari\u0027s Random Additions installed for the first time",
"advancements.soda_machine_refused_advancement.descr": "You tried to get a Canned Soda for free, and FAILED. AHAHAHA!",
"block.aris_random_additions.condensed_condensed_condensed_netherrack": "Condensed Condensed Condensed Netherrack",
"advancements.star_wand_advancement.title": "Healius Absorbus!",
"advancements.magic_egg_advancement.title": "Core of a Spawner",
@@ -220,6 +265,7 @@
"advancements.endite_set_advancement.title": "Cover Me In Endermite",
"advancements.bedrock_shard_advancement.title": "Unobtainium",
"item.aris_random_additions.endite_armor_boots.description_0": "Set Bonus: Resistance, Regeneration, Strength",
"advancements.soda_machine_advancement.title": "It Doesn\u0027t Even Need To Be Restocked! It Just Dispenses Soda Out Of Thin Air!",
"fluid.nims_random_bullshit.netherrack_juice": "Netherrack Juice",
"item.nims_random_bullshit.wand_of_resizing.description_0": "DISCLAIMER: Does not work with Origins that periodically reset your scale!",
"gui.nims_random_bullshit.mailbox_gui.outbox_z_coord": "0",
@@ -229,6 +275,7 @@
"item.aris_random_additions.pocket_lightning.description_0": "Spawns lightning wherever it lands.",
"item.nims_random_bullshit.netherrackite_pickaxe": "Netherrackite Pickaxe",
"item.aris_random_additions.endite_armor_helmet.description_0": "Set Bonus: Resistance, Regeneration, Strength",
"block.aris_random_additions.orange_wood_stairs": "OrangeWood Stairs",
"gui.aris_random_additions.bedrockifier_gui.label_bedrockifier": "Bedrockifier",
"block.aris_random_additions.penta_condensed_netherrack": "Penta-condensed Netherrack",
"item.nims_random_bullshit.orichalcum_hoe": "Orichalcum Hoe",
@@ -237,10 +284,13 @@
"block.nims_random_bullshit.netherrack_juice": "Netherrack Juice",
"fluid.aris_random_additions.netherrack_juice": "Netherrack Juice",
"block.nims_random_bullshit.rubber_button": "Rubber Button",
"item.aris_random_additions.mint": "mint",
"block.aris_random_additions.orange_wood_button": "OrangeWood Button",
"item.nims_random_bullshit.magic_egg": "Magic Egg",
"block.aris_random_additions.redstone_bricks": "Redstone Bricks",
"item.nims_random_bullshit.block_eater": "Block Eater",
"item.aris_random_additions.lapis_lazuli_nugget": "Lapis Lazuli Nugget",
"advancements.void_apple_advancement.title": "It Certainly Is DeVOID Of Taste",
"item.aris_random_additions.endite_armor_leggings": "Endite Leggings",
"advancements.bedrock_advancement.title": "Unobtainium Block",
"item.nims_random_bullshit.star": "Star",

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "aris_random_additions:block/magma_bricks",
"up": "aris_random_additions:block/magma_bricks",
"north": "aris_random_additions:block/magma_bricks",
"east": "aris_random_additions:block/magma_bricks",
"south": "aris_random_additions:block/magma_bricks",
"west": "aris_random_additions:block/magma_bricks",
"particle": "aris_random_additions:block/magma_bricks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/cross",
"textures": {
"cross": "aris_random_additions:block/mint_plant",
"particle": "aris_random_additions:block/mint_plant"
},
"render_type": "cutout"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/button",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"texture": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/button_inventory",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"texture": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/button_pressed",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"texture": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "aris_random_additions:block/orangewood_planks",
"particle": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_fence_gate",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"texture": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_fence_gate_open",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"texture": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_fence_gate_wall",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"texture": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_fence_gate_wall_open",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"texture": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "aris_random_additions:block/orangewood_planks",
"particle": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "aris_random_additions:block/orangewood_planks",
"particle": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_all",
"textures": {
"all": "aris_random_additions:block/orangewood_leaves",
"particle": "aris_random_additions:block/orangewood_leaves"
}
}

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "aris_random_additions:block/orangewood_log_top",
"up": "aris_random_additions:block/orangewood_log_top",
"north": "aris_random_additions:block/orangewood_log_side",
"east": "aris_random_additions:block/orangewood_log_side",
"south": "aris_random_additions:block/orangewood_log_side",
"west": "aris_random_additions:block/orangewood_log_side",
"particle": "aris_random_additions:block/orangewood_log_top"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "aris_random_additions:block/orangewood_planks",
"particle": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/pressure_plate_up",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"texture": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/pressure_plate_down",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"texture": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/slab",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"bottom": "aris_random_additions:block/orangewood_planks",
"top": "aris_random_additions:block/orangewood_planks",
"side": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"bottom": "aris_random_additions:block/orangewood_planks",
"top": "aris_random_additions:block/orangewood_planks",
"side": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/slab_top",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"bottom": "aris_random_additions:block/orangewood_planks",
"top": "aris_random_additions:block/orangewood_planks",
"side": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/stairs",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"bottom": "aris_random_additions:block/orangewood_planks",
"top": "aris_random_additions:block/orangewood_planks",
"side": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/inner_stairs",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"bottom": "aris_random_additions:block/orangewood_planks",
"top": "aris_random_additions:block/orangewood_planks",
"side": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/outer_stairs",
"textures": {
"particle": "aris_random_additions:block/orangewood_planks",
"bottom": "aris_random_additions:block/orangewood_planks",
"top": "aris_random_additions:block/orangewood_planks",
"side": "aris_random_additions:block/orangewood_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "aris_random_additions:block/orangewood_log_side",
"particle": "aris_random_additions:block/orangewood_log_side"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "aris_random_additions:block/soda_machine_base",
"up": "aris_random_additions:block/soda_machine_base",
"north": "aris_random_additions:block/soda_machine_front",
"east": "aris_random_additions:block/soda_machine_base",
"south": "aris_random_additions:block/soda_machine_base",
"west": "aris_random_additions:block/soda_machine_base",
"particle": "aris_random_additions:block/soda_machine_base"
},
"render_type": "solid"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

View File

@@ -0,0 +1,30 @@
{
"display": {
"icon": {
"item": "aris_random_additions:bedrock_apple"
},
"title": {
"translate": "advancements.bedrock_apple_advancement.title"
},
"description": {
"translate": "advancements.bedrock_apple_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"bedrock_apple_advancement_0": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"aris_random_additions:bedrock_apple"
]
}
}
}
},
"parent": "aris_random_additions:bedrock_advancement"
}

View File

@@ -0,0 +1,23 @@
{
"display": {
"icon": {
"item": "aris_random_additions:bedrock_eater"
},
"title": {
"translate": "advancements.bedrock_eater_advancement.title"
},
"description": {
"translate": "advancements.bedrock_eater_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"bedrock_eater_advancement_0": {
"trigger": "minecraft:impossible"
}
},
"parent": "aris_random_additions:block_eater_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "aris_random_additions:bedrock_shard"
},
@@ -32,5 +31,6 @@
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "aris_random_additions:block_eater"
},
@@ -19,5 +18,6 @@
"block_eater_advancement_0": {
"trigger": "minecraft:impossible"
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "aris_random_additions:condensed_netherrack"
},
@@ -32,5 +31,6 @@
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"icon": {
"item": "minecraft:end_portal_frame"
},
"title": {
"translate": "advancements.end_portal_frame_advancement.title"
},
"description": {
"translate": "advancements.end_portal_frame_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"end_portal_frame_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:end_portal_frame"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
},
"parent": "aris_random_additions:void_star_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "aris_random_additions:endite_ingot"
},
@@ -32,5 +31,6 @@
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "aris_random_additions:gravedigger"
},
@@ -32,5 +31,6 @@
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "aris_random_additions:magic_egg"
},
@@ -32,5 +31,6 @@
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -0,0 +1,30 @@
{
"display": {
"icon": {
"item": "aris_random_additions:mint_sweetened_carbonated_water_can"
},
"title": {
"translate": "advancements.mint_sweetened_carbonated_water_can_advancement.title"
},
"description": {
"translate": "advancements.mint_sweetened_carbonated_water_can_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"mint_sweetened_carbonated_water_can_advancement_0": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"aris_random_additions:mint_sweetened_carbonated_water_can"
]
}
}
}
},
"parent": "aris_random_additions:sweetened_carbonated_water_can_advancement"
}

View File

@@ -0,0 +1,30 @@
{
"display": {
"icon": {
"item": "aris_random_additions:orange_sweetened_carbonated_water_can"
},
"title": {
"translate": "advancements.orange_sweetened_carbonated_water_can_advancement.title"
},
"description": {
"translate": "advancements.orange_sweetened_carbonated_water_can_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"orange_sweetened_carbonated_water_can_advancement_0": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"aris_random_additions:orange_sweetened_carbonated_water_can"
]
}
}
}
},
"parent": "aris_random_additions:sweetened_carbonated_water_can_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "aris_random_additions:orichalcum"
},
@@ -32,5 +31,6 @@
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -0,0 +1,30 @@
{
"display": {
"icon": {
"item": "aris_random_additions:orichalcum_apple"
},
"title": {
"translate": "advancements.orichalcum_apple_advancement.title"
},
"description": {
"translate": "advancements.orichalcum_apple_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"orichalcum_apple_advancement_0": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"aris_random_additions:orichalcum_apple"
]
}
}
}
},
"parent": "aris_random_additions:orichalcum_advancement"
}

View File

@@ -0,0 +1,23 @@
{
"display": {
"icon": {
"item": "aris_random_additions:soda_machine"
},
"title": {
"translate": "advancements.soda_machine_advancement.title"
},
"description": {
"translate": "advancements.soda_machine_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"soda_machine_advancement_0": {
"trigger": "minecraft:impossible"
}
},
"parent": "aris_random_additions:sweetened_carbonated_water_can_advancement"
}

View File

@@ -0,0 +1,23 @@
{
"display": {
"icon": {
"item": "minecraft:barrier"
},
"title": {
"translate": "advancements.soda_machine_refused_advancement.title"
},
"description": {
"translate": "advancements.soda_machine_refused_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"soda_machine_refused_advancement_0": {
"trigger": "minecraft:impossible"
}
},
"parent": "aris_random_additions:sweetened_carbonated_water_can_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "minecraft:spawner"
},
@@ -32,5 +31,6 @@
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "aris_random_additions:star"
},
@@ -32,5 +31,6 @@
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -0,0 +1,30 @@
{
"display": {
"icon": {
"item": "aris_random_additions:sweetened_carbonated_water_can"
},
"title": {
"translate": "advancements.sweetened_carbonated_water_can_advancement.title"
},
"description": {
"translate": "advancements.sweetened_carbonated_water_can_advancement.descr"
},
"frame": "goal",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"sweetened_carbonated_water_can_advancement_0": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"aris_random_additions:sweetened_carbonated_water_can"
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -1,6 +1,5 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "aris_random_additions:turd"
},
@@ -32,5 +31,6 @@
]
}
}
}
},
"parent": "aris_random_additions:welcome_advancement"
}

View File

@@ -0,0 +1,30 @@
{
"display": {
"icon": {
"item": "aris_random_additions:void_apple"
},
"title": {
"translate": "advancements.void_apple_advancement.title"
},
"description": {
"translate": "advancements.void_apple_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"void_apple_advancement_0": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": [
"aris_random_additions:void_apple"
]
}
}
}
},
"parent": "aris_random_additions:void_star_advancement"
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"icon": {
"item": "aris_random_additions:void_star"
},
"title": {
"translate": "advancements.void_star_advancement.title"
},
"description": {
"translate": "advancements.void_star_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"void_star_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"aris_random_additions:void_star"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
},
"parent": "aris_random_additions:endite_advancement"
}

View File

@@ -0,0 +1,29 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "minecraft:poppy"
},
"title": {
"translate": "advancements.welcome_advancement.title"
},
"description": {
"translate": "advancements.welcome_advancement.descr"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"welcome_advancement_0": {
"trigger": "minecraft:impossible"
}
},
"rewards": {
"experience": 0,
"loot": [
"aris_random_additions:advancements/welcome_advancement"
]
}
}

View File

@@ -0,0 +1,11 @@
{
"type": "forge:add_features",
"biomes": [
"cherry_grove",
"jungle",
"sparse_jungle",
"bamboo_jungle"
],
"features": "aris_random_additions:mint_plant",
"step": "vegetal_decoration"
}

View File

@@ -0,0 +1,11 @@
{
"type": "forge:add_features",
"biomes": [
"cherry_grove",
"jungle",
"sparse_jungle",
"bamboo_jungle"
],
"features": "aris_random_additions:mint_plant_feature",
"step": "vegetal_decoration"
}

View File

@@ -0,0 +1,25 @@
{
"type": "minecraft:advancement_reward",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:poppy",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
}
]
}
],
"random_sequence": "aris_random_additions:advancements/welcome_advancement"
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/brickier_magma_bricks",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:brickier_magma_bricks"
}
]
}
]
}

View File

@@ -0,0 +1,77 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:mint_leaves",
"weight": 1,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
}
]
},
{
"type": "minecraft:item",
"name": "aris_random_additions:mint_plant",
"weight": 1,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
}
]
}
],
"random_sequence": "aris_random_additions:blocks/mint_plant"
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_button",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_button"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_fence",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_fence"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_fence_gate",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_fence_gate"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_leaves",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_leaves"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_log",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_log"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_planks",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_planks"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_pressure_plate",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_pressure_plate"
}
]
}
]
}

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_slab",
"pools": [
{
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_slab",
"functions": [
{
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "aris_random_additions:orange_wood_slab",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_stairs",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_stairs"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/orange_wood_wood",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orange_wood_wood"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "aris_random_additions:blocks/soda_machine",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:soda_machine"
}
]
}
]
}

View File

@@ -3,17 +3,14 @@
"category": "misc",
"pattern": [
"aaa",
"bcb",
"bbb"
"aba",
"aaa"
],
"key": {
"a": {
"item": "minecraft:bedrock"
},
"b": {
"item": "aris_random_additions:condensed_condensed_condensed_netherrack"
},
"c": {
"item": "aris_random_additions:cheese"
}
},

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"ingredient": {
"item": "aris_random_additions:magma_bricks"
},
"result": "aris_random_additions:brickier_magma_bricks"
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aa"
],
"key": {
"a": {
"item": "minecraft:iron_nugget"
}
},
"result": {
"item": "aris_random_additions:can_lid",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aba",
"a a",
"aaa"
],
"key": {
"a": {
"item": "minecraft:iron_nugget"
},
"b": {
"item": "aris_random_additions:can_lid"
}
},
"result": {
"item": "aris_random_additions:empty_can",
"count": 1
}
}

View File

@@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aba",
"cdc"
],
"key": {
"a": {
"item": "minecraft:green_concrete"
},
"b": {
"item": "aris_random_additions:socket"
},
"c": {
"item": "minecraft:end_stone"
},
"d": {
"item": "aris_random_additions:void_star"
}
},
"result": {
"item": "minecraft:end_portal_frame",
"count": 3
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"aba",
" a "
],
"key": {
"a": {
"item": "minecraft:gold_nugget"
},
"b": {
"item": "minecraft:gold_ingot"
}
},
"result": {
"item": "aris_random_additions:gold_token",
"count": 1
}
}

Some files were not shown because too many files have changed in this diff Show More