You've already forked minecraft-assets
Create/Update assets for version 20w09a
This commit is contained in:
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,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": {
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/crimson_sign.json
Normal file
20
data/minecraft/recipes/crimson_sign.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"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
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:prismarine_shard"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/netherite_axe.json
Normal file
14
data/minecraft/recipes/netherite_axe.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond_axe"
|
||||
}
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/netherite_boots.json
Normal file
14
data/minecraft/recipes/netherite_boots.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond_boots"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_boots"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/netherite_chestplate.json
Normal file
14
data/minecraft/recipes/netherite_chestplate.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond_chestplate"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_chestplate"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/netherite_helmet.json
Normal file
14
data/minecraft/recipes/netherite_helmet.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond_helmet"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_helmet"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/netherite_hoe.json
Normal file
14
data/minecraft/recipes/netherite_hoe.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond_hoe"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_hoe"
|
||||
}
|
||||
}
|
||||
32
data/minecraft/recipes/netherite_ingot.json
Normal file
32
data/minecraft/recipes/netherite_ingot.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"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
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/netherite_leggings.json
Normal file
14
data/minecraft/recipes/netherite_leggings.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond_leggings"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_leggings"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/netherite_pickaxe.json
Normal file
14
data/minecraft/recipes/netherite_pickaxe.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond_pickaxe"
|
||||
}
|
||||
],
|
||||
"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
|
||||
}
|
||||
14
data/minecraft/recipes/netherite_shovel.json
Normal file
14
data/minecraft/recipes/netherite_shovel.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond_shovel"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_shovel"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/netherite_sword.json
Normal file
14
data/minecraft/recipes/netherite_sword.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond_sword"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_sword"
|
||||
}
|
||||
}
|
||||
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/soul_fire_lantern.json
Normal file
19
data/minecraft/recipes/soul_fire_lantern.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"XXX",
|
||||
"X#X",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:soul_fire_torch"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:soul_fire_lantern"
|
||||
}
|
||||
}
|
||||
28
data/minecraft/recipes/soul_fire_torch.json
Normal file
28
data/minecraft/recipes/soul_fire_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": {
|
||||
"item": "minecraft:soul_soil"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:soul_fire_torch",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
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
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_birch_wood.json
Normal file
17
data/minecraft/recipes/stripped_birch_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_birch_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_birch_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_dark_oak_wood.json
Normal file
17
data/minecraft/recipes/stripped_dark_oak_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_dark_oak_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_dark_oak_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_jungle_wood.json
Normal file
17
data/minecraft/recipes/stripped_jungle_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_jungle_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_jungle_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_oak_wood.json
Normal file
17
data/minecraft/recipes/stripped_oak_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_oak_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_oak_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_spruce_wood.json
Normal file
17
data/minecraft/recipes/stripped_spruce_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_spruce_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_spruce_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/sugar_from_honey_bottle.json
Normal file
13
data/minecraft/recipes/sugar_from_honey_bottle.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "sugar",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:sugar",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/sugar_from_sugar_cane.json
Normal file
12
data/minecraft/recipes/sugar_from_sugar_cane.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "sugar",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sugar_cane"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/target.json
Normal file
19
data/minecraft/recipes/target.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" R ",
|
||||
"RHR",
|
||||
" R "
|
||||
],
|
||||
"key": {
|
||||
"H": {
|
||||
"item": "minecraft:hay_block"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:target"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/warped_button.json
Normal file
12
data/minecraft/recipes/warped_button.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "wooden_button",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:warped_button"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/warped_door.json
Normal file
18
data/minecraft/recipes/warped_door.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_door",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/warped_fence.json
Normal file
20
data/minecraft/recipes/warped_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:warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_fence",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/warped_fence_gate.json
Normal file
19
data/minecraft/recipes/warped_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:warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_fence_gate"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/warped_planks.json
Normal file
13
data/minecraft/recipes/warped_planks.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "planks",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:warped_stems"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:warped_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/warped_pressure_plate.json
Normal file
15
data/minecraft/recipes/warped_pressure_plate.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_pressure_plate",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_pressure_plate"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/warped_sign.json
Normal file
20
data/minecraft/recipes/warped_sign.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:warped_planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/warped_slab.json
Normal file
16
data/minecraft/recipes/warped_slab.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/warped_stairs.json
Normal file
18
data/minecraft/recipes/warped_stairs.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/warped_trapdoor.json
Normal file
17
data/minecraft/recipes/warped_trapdoor.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_trapdoor",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_trapdoor",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user