Create/Update assets for version 20w29a

This commit is contained in:
InventiveBot
2020-07-15 16:37:25 +00:00
parent 6cc8a5d1fe
commit 2cdfd07938
5801 changed files with 358923 additions and 76689 deletions

View File

@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",

View 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"
}
}

View File

@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:blackstone_slab",
"count": 6
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:blackstone_slab",
"count": 2
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:blackstone_stairs",
"count": 4
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:blackstone_stairs",
"count": 1
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:blackstone_wall",
"count": 6
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:blackstone_wall",
"count": 1
}

View File

@@ -9,7 +9,7 @@
"item": "minecraft:blaze_rod"
},
"#": {
"item": "minecraft:cobblestone"
"tag": "minecraft:stone_crafting_materials"
}
},
"result": {

View 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"
}
}

View File

@@ -1,7 +1,7 @@
{
"type": "minecraft:smelting",
"ingredient": {
"tag": "minecraft:logs"
"tag": "minecraft:logs_that_burn"
},
"result": "minecraft:charcoal",
"experience": 0.15,

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:nether_brick_slab"
}
},
"result": {
"item": "minecraft:chiseled_nether_bricks"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:nether_bricks"
},
"result": "minecraft:chiseled_nether_bricks",
"count": 1
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone_slab"
}
},
"result": {
"item": "minecraft:chiseled_polished_blackstone"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:chiseled_polished_blackstone",
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone"
},
"result": "minecraft:chiseled_polished_blackstone",
"count": 1
}

View File

@@ -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": {

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:nether_bricks"
},
"result": "minecraft:cracked_nether_bricks",
"experience": 0.1,
"cookingtime": 200
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:polished_blackstone_bricks"
},
"result": "minecraft:cracked_polished_blackstone_bricks",
"experience": 0.1,
"cookingtime": 200
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"group": "wooden_button",
"ingredients": [
{
"item": "minecraft:crimson_planks"
}
],
"result": {
"item": "minecraft:crimson_button"
}
}

View 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
}
}

View 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
}
}

View 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"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:crimson_stem"
}
},
"result": {
"item": "minecraft:crimson_hyphae",
"count": 3
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "planks",
"ingredients": [
{
"tag": "minecraft:crimson_stems"
}
],
"result": {
"item": "minecraft:crimson_planks",
"count": 4
}
}

View 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"
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View File

@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",

View File

@@ -10,7 +10,7 @@
"item": "minecraft:prismarine_shard"
},
"I": {
"item": "minecraft:ink_sac"
"item": "minecraft:black_dye"
}
},
"result": {

View File

@@ -7,7 +7,7 @@
],
"key": {
"#": {
"item": "minecraft:cobblestone"
"tag": "minecraft:stone_crafting_materials"
}
},
"result": {

View File

@@ -1,7 +1,7 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:gold_ore"
"tag": "minecraft:gold_ores"
},
"result": "minecraft:gold_ingot",
"experience": 1.0,

View File

@@ -1,7 +1,7 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "minecraft:gold_ore"
"tag": "minecraft:gold_ores"
},
"result": "minecraft:gold_ingot",
"experience": 1.0,

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:honey_bottle"
}
},
"result": {
"item": "minecraft:honey_block"
}
}

View 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
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"HH",
"HH"
],
"key": {
"H": {
"item": "minecraft:honeycomb"
}
},
"result": {
"item": "minecraft:honeycomb_block"
}
}

View File

@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",

View 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"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:diamond_axe"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "minecraft:netherite_axe"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"item": "minecraft:netherite_block"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:diamond_boots"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "minecraft:netherite_boots"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:diamond_chestplate"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "minecraft:netherite_chestplate"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:diamond_helmet"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "minecraft:netherite_helmet"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:diamond_hoe"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "minecraft:netherite_hoe"
}
}

View 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"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "netherite_ingot",
"ingredients": [
{
"item": "minecraft:netherite_block"
}
],
"result": {
"item": "minecraft:netherite_ingot",
"count": 9
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:diamond_leggings"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "minecraft:netherite_leggings"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:diamond_pickaxe"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "minecraft:netherite_pickaxe"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:ancient_debris"
},
"result": "minecraft:netherite_scrap",
"experience": 2.0,
"cookingtime": 200
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "minecraft:ancient_debris"
},
"result": "minecraft:netherite_scrap",
"experience": 2.0,
"cookingtime": 100
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:diamond_shovel"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "minecraft:netherite_shovel"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:diamond_sword"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "minecraft:netherite_sword"
}
}

View File

@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:basalt"
}
},
"result": {
"item": "minecraft:polished_basalt",
"count": 4
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:basalt"
},
"result": "minecraft:polished_basalt",
"count": 1
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone",
"count": 4
}
}

View 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
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:polished_blackstone_brick_slab",
"count": 2
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone_bricks"
},
"result": "minecraft:polished_blackstone_brick_slab",
"count": 2
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone"
},
"result": "minecraft:polished_blackstone_brick_slab",
"count": 2
}

View 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
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:polished_blackstone_brick_stairs",
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone_bricks"
},
"result": "minecraft:polished_blackstone_brick_stairs",
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone"
},
"result": "minecraft:polished_blackstone_brick_stairs",
"count": 1
}

View 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
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:polished_blackstone_brick_wall",
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone_bricks"
},
"result": "minecraft:polished_blackstone_brick_wall",
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone"
},
"result": "minecraft:polished_blackstone_brick_wall",
"count": 1
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_bricks",
"count": 4
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:polished_blackstone_bricks",
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone"
},
"result": "minecraft:polished_blackstone_bricks",
"count": 1
}

View File

@@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:polished_blackstone"
}
],
"result": {
"item": "minecraft:polished_blackstone_button"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:polished_blackstone",
"count": 1
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_pressure_plate"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_slab",
"count": 6
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:polished_blackstone_slab",
"count": 2
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone"
},
"result": "minecraft:polished_blackstone_slab",
"count": 2
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_stairs",
"count": 4
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:polished_blackstone_stairs",
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone"
},
"result": "minecraft:polished_blackstone_stairs",
"count": 1
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_wall",
"count": 6
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:blackstone"
},
"result": "minecraft:polished_blackstone_wall",
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:polished_blackstone"
},
"result": "minecraft:polished_blackstone_wall",
"count": 1
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:quartz_block"
}
},
"result": {
"item": "minecraft:quartz_bricks",
"count": 4
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:quartz_block"
},
"result": "minecraft:quartz_bricks",
"count": 1
}

View File

@@ -0,0 +1,3 @@
{
"type": "minecraft:crafting_special_repairitem"
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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
}
}

View File

@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"group": "sign",
"pattern": [
"###",
"###",

View File

@@ -10,7 +10,7 @@
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:cobblestone"
"tag": "minecraft:stone_tool_materials"
}
},
"result": {

View File

@@ -10,7 +10,7 @@
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:cobblestone"
"tag": "minecraft:stone_tool_materials"
}
},
"result": {

View File

@@ -10,7 +10,7 @@
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:cobblestone"
"tag": "minecraft:stone_tool_materials"
}
},
"result": {

View File

@@ -10,7 +10,7 @@
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:cobblestone"
"tag": "minecraft:stone_tool_materials"
}
},
"result": {

View File

@@ -10,7 +10,7 @@
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:cobblestone"
"tag": "minecraft:stone_tool_materials"
}
},
"result": {

View 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