You've already forked minecraft-assets
Create/Update assets for version 20w29a
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
19
data/minecraft/recipes/beehive.json
Normal file
19
data/minecraft/recipes/beehive.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"HHH",
|
||||
"PPP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"H": {
|
||||
"item": "minecraft:honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:beehive"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
15
data/minecraft/recipes/blackstone_slab.json
Normal file
15
data/minecraft/recipes/blackstone_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blackstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:blackstone_slab",
|
||||
"count": 2
|
||||
}
|
||||
17
data/minecraft/recipes/blackstone_stairs.json
Normal file
17
data/minecraft/recipes/blackstone_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blackstone_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:blackstone_stairs",
|
||||
"count": 1
|
||||
}
|
||||
16
data/minecraft/recipes/blackstone_wall.json
Normal file
16
data/minecraft/recipes/blackstone_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blackstone_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:blackstone_wall",
|
||||
"count": 1
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"item": "minecraft:blaze_rod"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
"tag": "minecraft:stone_crafting_materials"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
19
data/minecraft/recipes/chain.json
Normal file
19
data/minecraft/recipes/chain.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"N",
|
||||
"I",
|
||||
"N"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"N": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"tag": "minecraft:logs"
|
||||
"tag": "minecraft:logs_that_burn"
|
||||
},
|
||||
"result": "minecraft:charcoal",
|
||||
"experience": 0.15,
|
||||
|
||||
15
data/minecraft/recipes/chiseled_nether_bricks.json
Normal file
15
data/minecraft/recipes/chiseled_nether_bricks.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:nether_brick_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:chiseled_nether_bricks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:nether_bricks"
|
||||
},
|
||||
"result": "minecraft:chiseled_nether_bricks",
|
||||
"count": 1
|
||||
}
|
||||
15
data/minecraft/recipes/chiseled_polished_blackstone.json
Normal file
15
data/minecraft/recipes/chiseled_polished_blackstone.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:chiseled_polished_blackstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:chiseled_polished_blackstone",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
},
|
||||
"result": "minecraft:chiseled_polished_blackstone",
|
||||
"count": 1
|
||||
}
|
||||
@@ -1,16 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"F F",
|
||||
"F F",
|
||||
"# #",
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"tag": "minecraft:wooden_fences"
|
||||
},
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
"tag": "minecraft:wooden_slabs"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
9
data/minecraft/recipes/cracked_nether_bricks.json
Normal file
9
data/minecraft/recipes/cracked_nether_bricks.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:nether_bricks"
|
||||
},
|
||||
"result": "minecraft:cracked_nether_bricks",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 200
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
},
|
||||
"result": "minecraft:cracked_polished_blackstone_bricks",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 200
|
||||
}
|
||||
12
data/minecraft/recipes/crimson_button.json
Normal file
12
data/minecraft/recipes/crimson_button.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "wooden_button",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:crimson_button"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/crimson_door.json
Normal file
18
data/minecraft/recipes/crimson_door.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_door",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/crimson_fence.json
Normal file
20
data/minecraft/recipes/crimson_fence.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_fence",
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_fence",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/crimson_fence_gate.json
Normal file
19
data/minecraft/recipes/crimson_fence_gate.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_fence_gate"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/crimson_hyphae.json
Normal file
17
data/minecraft/recipes/crimson_hyphae.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_hyphae",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/crimson_planks.json
Normal file
13
data/minecraft/recipes/crimson_planks.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "planks",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:crimson_stems"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:crimson_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/crimson_pressure_plate.json
Normal file
15
data/minecraft/recipes/crimson_pressure_plate.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_pressure_plate",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_pressure_plate"
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/crimson_sign.json
Normal file
21
data/minecraft/recipes/crimson_sign.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/crimson_slab.json
Normal file
16
data/minecraft/recipes/crimson_slab.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/crimson_stairs.json
Normal file
18
data/minecraft/recipes/crimson_stairs.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/crimson_trapdoor.json
Normal file
17
data/minecraft/recipes/crimson_trapdoor.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_trapdoor",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_trapdoor",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:prismarine_shard"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
"tag": "minecraft:stone_crafting_materials"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gold_ore"
|
||||
"tag": "minecraft:gold_ores"
|
||||
},
|
||||
"result": "minecraft:gold_ingot",
|
||||
"experience": 1.0,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gold_ore"
|
||||
"tag": "minecraft:gold_ores"
|
||||
},
|
||||
"result": "minecraft:gold_ingot",
|
||||
"experience": 1.0,
|
||||
|
||||
15
data/minecraft/recipes/honey_block.json
Normal file
15
data/minecraft/recipes/honey_block.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:honey_block"
|
||||
}
|
||||
}
|
||||
24
data/minecraft/recipes/honey_bottle.json
Normal file
24
data/minecraft/recipes/honey_bottle.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:honey_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:honey_bottle",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/honeycomb_block.json
Normal file
15
data/minecraft/recipes/honeycomb_block.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"HH",
|
||||
"HH"
|
||||
],
|
||||
"key": {
|
||||
"H": {
|
||||
"item": "minecraft:honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:honeycomb_block"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
19
data/minecraft/recipes/lodestone.json
Normal file
19
data/minecraft/recipes/lodestone.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"S#S",
|
||||
"SSS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:chiseled_stone_bricks"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:lodestone"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/netherite_axe_smithing.json
Normal file
12
data/minecraft/recipes/netherite_axe_smithing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_axe"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_axe"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/netherite_block.json
Normal file
16
data/minecraft/recipes/netherite_block.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_block"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/netherite_boots_smithing.json
Normal file
12
data/minecraft/recipes/netherite_boots_smithing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_boots"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_boots"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/netherite_chestplate_smithing.json
Normal file
12
data/minecraft/recipes/netherite_chestplate_smithing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_chestplate"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_chestplate"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/netherite_helmet_smithing.json
Normal file
12
data/minecraft/recipes/netherite_helmet_smithing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_helmet"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_helmet"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/netherite_hoe_smithing.json
Normal file
12
data/minecraft/recipes/netherite_hoe_smithing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_hoe"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_hoe"
|
||||
}
|
||||
}
|
||||
33
data/minecraft/recipes/netherite_ingot.json
Normal file
33
data/minecraft/recipes/netherite_ingot.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "netherite_ingot",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "netherite_ingot",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/netherite_leggings_smithing.json
Normal file
12
data/minecraft/recipes/netherite_leggings_smithing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_leggings"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_leggings"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/netherite_pickaxe_smithing.json
Normal file
12
data/minecraft/recipes/netherite_pickaxe_smithing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_pickaxe"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_pickaxe"
|
||||
}
|
||||
}
|
||||
9
data/minecraft/recipes/netherite_scrap.json
Normal file
9
data/minecraft/recipes/netherite_scrap.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:ancient_debris"
|
||||
},
|
||||
"result": "minecraft:netherite_scrap",
|
||||
"experience": 2.0,
|
||||
"cookingtime": 200
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:ancient_debris"
|
||||
},
|
||||
"result": "minecraft:netherite_scrap",
|
||||
"experience": 2.0,
|
||||
"cookingtime": 100
|
||||
}
|
||||
12
data/minecraft/recipes/netherite_shovel_smithing.json
Normal file
12
data/minecraft/recipes/netherite_shovel_smithing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_shovel"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_shovel"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/netherite_sword_smithing.json
Normal file
12
data/minecraft/recipes/netherite_sword_smithing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {
|
||||
"item": "minecraft:diamond_sword"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_sword"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
16
data/minecraft/recipes/polished_basalt.json
Normal file
16
data/minecraft/recipes/polished_basalt.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:basalt"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_basalt",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:basalt"
|
||||
},
|
||||
"result": "minecraft:polished_basalt",
|
||||
"count": 1
|
||||
}
|
||||
16
data/minecraft/recipes/polished_blackstone.json
Normal file
16
data/minecraft/recipes/polished_blackstone.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/polished_blackstone_brick_slab.json
Normal file
15
data/minecraft/recipes/polished_blackstone_brick_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_brick_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_brick_slab",
|
||||
"count": 2
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_brick_slab",
|
||||
"count": 2
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_brick_slab",
|
||||
"count": 2
|
||||
}
|
||||
17
data/minecraft/recipes/polished_blackstone_brick_stairs.json
Normal file
17
data/minecraft/recipes/polished_blackstone_brick_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_brick_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_brick_stairs",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_brick_stairs",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_brick_stairs",
|
||||
"count": 1
|
||||
}
|
||||
16
data/minecraft/recipes/polished_blackstone_brick_wall.json
Normal file
16
data/minecraft/recipes/polished_blackstone_brick_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_brick_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_brick_wall",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_brick_wall",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_brick_wall",
|
||||
"count": 1
|
||||
}
|
||||
16
data/minecraft/recipes/polished_blackstone_bricks.json
Normal file
16
data/minecraft/recipes/polished_blackstone_bricks.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_bricks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_bricks",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_bricks",
|
||||
"count": 1
|
||||
}
|
||||
11
data/minecraft/recipes/polished_blackstone_button.json
Normal file
11
data/minecraft/recipes/polished_blackstone_button.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_button"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_pressure_plate"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/polished_blackstone_slab.json
Normal file
15
data/minecraft/recipes/polished_blackstone_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_slab",
|
||||
"count": 2
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_slab",
|
||||
"count": 2
|
||||
}
|
||||
17
data/minecraft/recipes/polished_blackstone_stairs.json
Normal file
17
data/minecraft/recipes/polished_blackstone_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_stairs",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_stairs",
|
||||
"count": 1
|
||||
}
|
||||
16
data/minecraft/recipes/polished_blackstone_wall.json
Normal file
16
data/minecraft/recipes/polished_blackstone_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_wall",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
},
|
||||
"result": "minecraft:polished_blackstone_wall",
|
||||
"count": 1
|
||||
}
|
||||
16
data/minecraft/recipes/quartz_bricks.json
Normal file
16
data/minecraft/recipes/quartz_bricks.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:quartz_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:quartz_bricks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:quartz_block"
|
||||
},
|
||||
"result": "minecraft:quartz_bricks",
|
||||
"count": 1
|
||||
}
|
||||
3
data/minecraft/recipes/repair_item.json
Normal file
3
data/minecraft/recipes/repair_item.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "minecraft:crafting_special_repairitem"
|
||||
}
|
||||
19
data/minecraft/recipes/respawn_anchor.json
Normal file
19
data/minecraft/recipes/respawn_anchor.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"OOO",
|
||||
"GGG",
|
||||
"OOO"
|
||||
],
|
||||
"key": {
|
||||
"O": {
|
||||
"item": "minecraft:crying_obsidian"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glowstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:respawn_anchor"
|
||||
}
|
||||
}
|
||||
22
data/minecraft/recipes/soul_campfire.json
Normal file
22
data/minecraft/recipes/soul_campfire.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" S ",
|
||||
"S#S",
|
||||
"LLL"
|
||||
],
|
||||
"key": {
|
||||
"L": {
|
||||
"tag": "minecraft:logs"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"tag": "minecraft:soul_fire_base_blocks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:soul_campfire"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/soul_lantern.json
Normal file
19
data/minecraft/recipes/soul_lantern.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"XXX",
|
||||
"X#X",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:soul_torch"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:soul_lantern"
|
||||
}
|
||||
}
|
||||
28
data/minecraft/recipes/soul_torch.json
Normal file
28
data/minecraft/recipes/soul_torch.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"X",
|
||||
"#",
|
||||
"S"
|
||||
],
|
||||
"key": {
|
||||
"X": [
|
||||
{
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:charcoal"
|
||||
}
|
||||
],
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"S": {
|
||||
"tag": "minecraft:soul_fire_base_blocks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:soul_torch",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:cobblestone"
|
||||
"tag": "minecraft:stone_tool_materials"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:cobblestone"
|
||||
"tag": "minecraft:stone_tool_materials"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:cobblestone"
|
||||
"tag": "minecraft:stone_tool_materials"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:cobblestone"
|
||||
"tag": "minecraft:stone_tool_materials"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:cobblestone"
|
||||
"tag": "minecraft:stone_tool_materials"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
17
data/minecraft/recipes/stripped_acacia_wood.json
Normal file
17
data/minecraft/recipes/stripped_acacia_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_acacia_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_acacia_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user