You've already forked minecraft-assets
Create/Update assets for version 21w07a
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
15
data/minecraft/recipes/amethyst_block.json
Normal file
15
data/minecraft/recipes/amethyst_block.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:amethyst_shard"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:amethyst_block"
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
@@ -6,11 +6,11 @@
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:birch_planks"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
14
data/minecraft/recipes/black_candle.json
Normal file
14
data/minecraft/recipes/black_candle.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_candle"
|
||||
}
|
||||
}
|
||||
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
|
||||
}
|
||||
14
data/minecraft/recipes/blue_candle.json
Normal file
14
data/minecraft/recipes/blue_candle.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_candle"
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"item": "minecraft:blaze_rod"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
"tag": "minecraft:stone_crafting_materials"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
14
data/minecraft/recipes/brown_candle.json
Normal file
14
data/minecraft/recipes/brown_candle.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:brown_candle"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/bundle.json
Normal file
19
data/minecraft/recipes/bundle.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"-#-",
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:rabbit_hide"
|
||||
},
|
||||
"-": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bundle"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/candle.json
Normal file
18
data/minecraft/recipes/candle.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"S",
|
||||
"H"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:string"
|
||||
},
|
||||
"H": {
|
||||
"item": "minecraft:honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:candle"
|
||||
}
|
||||
}
|
||||
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_grimstone.json
Normal file
15
data/minecraft/recipes/chiseled_grimstone.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:chiseled_grimstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone"
|
||||
},
|
||||
"result": "minecraft:chiseled_grimstone",
|
||||
"count": 1
|
||||
}
|
||||
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": {
|
||||
|
||||
15
data/minecraft/recipes/copper_block.json
Normal file
15
data/minecraft/recipes/copper_block.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:copper_block"
|
||||
}
|
||||
}
|
||||
9
data/minecraft/recipes/copper_ingot.json
Normal file
9
data/minecraft/recipes/copper_ingot.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:copper_ore"
|
||||
},
|
||||
"result": "minecraft:copper_ingot",
|
||||
"experience": 0.7,
|
||||
"cookingtime": 200
|
||||
}
|
||||
9
data/minecraft/recipes/copper_ingot_from_blasting.json
Normal file
9
data/minecraft/recipes/copper_ingot_from_blasting.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:copper_ore"
|
||||
},
|
||||
"result": "minecraft:copper_ingot",
|
||||
"experience": 0.7,
|
||||
"cookingtime": 100
|
||||
}
|
||||
13
data/minecraft/recipes/copper_ingot_from_copper_block.json
Normal file
13
data/minecraft/recipes/copper_ingot_from_copper_block.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "copper_ingot",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:copper_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:copper_ingot",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
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": {
|
||||
"W": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"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": "wooden_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
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/cut_copper.json
Normal file
16
data/minecraft/recipes/cut_copper.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:copper_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cut_copper",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:copper_block"
|
||||
},
|
||||
"result": "minecraft:cut_copper",
|
||||
"count": 1
|
||||
}
|
||||
15
data/minecraft/recipes/cut_copper_slab.json
Normal file
15
data/minecraft/recipes/cut_copper_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cut_copper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cut_copper_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:copper_block"
|
||||
},
|
||||
"result": "minecraft:cut_copper_slab",
|
||||
"count": 2
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:cut_copper"
|
||||
},
|
||||
"result": "minecraft:cut_copper_slab",
|
||||
"count": 2
|
||||
}
|
||||
17
data/minecraft/recipes/cut_copper_stairs.json
Normal file
17
data/minecraft/recipes/cut_copper_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cut_copper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cut_copper_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:copper_block"
|
||||
},
|
||||
"result": "minecraft:cut_copper_stairs",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:cut_copper"
|
||||
},
|
||||
"result": "minecraft:cut_copper_stairs",
|
||||
"count": 1
|
||||
}
|
||||
14
data/minecraft/recipes/cyan_candle.json
Normal file
14
data/minecraft/recipes/cyan_candle.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cyan_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:cyan_candle"
|
||||
}
|
||||
}
|
||||
@@ -6,11 +6,11 @@
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:dark_oak_planks"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:prismarine_shard"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
16
data/minecraft/recipes/dripstone_block.json
Normal file
16
data/minecraft/recipes/dripstone_block.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "pointed_dripstone",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:pointed_dripstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dripstone_block"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/exposed_cut_copper.json
Normal file
16
data/minecraft/recipes/exposed_cut_copper.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:exposed_copper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:exposed_cut_copper",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:exposed_copper"
|
||||
},
|
||||
"result": "minecraft:exposed_cut_copper",
|
||||
"count": 1
|
||||
}
|
||||
15
data/minecraft/recipes/exposed_cut_copper_slab.json
Normal file
15
data/minecraft/recipes/exposed_cut_copper_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:exposed_cut_copper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:exposed_cut_copper_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:exposed_copper"
|
||||
},
|
||||
"result": "minecraft:exposed_cut_copper_slab",
|
||||
"count": 2
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:exposed_cut_copper"
|
||||
},
|
||||
"result": "minecraft:exposed_cut_copper_slab",
|
||||
"count": 2
|
||||
}
|
||||
17
data/minecraft/recipes/exposed_cut_copper_stairs.json
Normal file
17
data/minecraft/recipes/exposed_cut_copper_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:exposed_cut_copper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:exposed_cut_copper_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:exposed_copper"
|
||||
},
|
||||
"result": "minecraft:exposed_cut_copper_stairs",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:exposed_cut_copper"
|
||||
},
|
||||
"result": "minecraft:exposed_cut_copper_stairs",
|
||||
"count": 1
|
||||
}
|
||||
15
data/minecraft/recipes/firework_rocket_simple.json
Normal file
15
data/minecraft/recipes/firework_rocket_simple.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gunpowder"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:firework_rocket",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
"tag": "minecraft:stone_crafting_materials"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
14
data/minecraft/recipes/glow_item_frame.json
Normal file
14
data/minecraft/recipes/glow_item_frame.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:item_frame"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glow_ink_sac"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:glow_item_frame"
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
14
data/minecraft/recipes/gray_candle.json
Normal file
14
data/minecraft/recipes/gray_candle.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gray_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:gray_candle"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/green_candle.json
Normal file
14
data/minecraft/recipes/green_candle.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:green_candle"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/grimstone_brick_slab.json
Normal file
15
data/minecraft/recipes/grimstone_brick_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grimstone_brick_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone_bricks"
|
||||
},
|
||||
"result": "minecraft:grimstone_brick_slab",
|
||||
"count": 2
|
||||
}
|
||||
17
data/minecraft/recipes/grimstone_brick_stairs.json
Normal file
17
data/minecraft/recipes/grimstone_brick_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grimstone_brick_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone_bricks"
|
||||
},
|
||||
"result": "minecraft:grimstone_brick_stairs",
|
||||
"count": 1
|
||||
}
|
||||
16
data/minecraft/recipes/grimstone_brick_wall.json
Normal file
16
data/minecraft/recipes/grimstone_brick_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grimstone_brick_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone_bricks"
|
||||
},
|
||||
"result": "minecraft:grimstone_brick_wall",
|
||||
"count": 1
|
||||
}
|
||||
15
data/minecraft/recipes/grimstone_slab.json
Normal file
15
data/minecraft/recipes/grimstone_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grimstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone"
|
||||
},
|
||||
"result": "minecraft:grimstone_slab",
|
||||
"count": 2
|
||||
}
|
||||
17
data/minecraft/recipes/grimstone_stairs.json
Normal file
17
data/minecraft/recipes/grimstone_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grimstone_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone"
|
||||
},
|
||||
"result": "minecraft:grimstone_stairs",
|
||||
"count": 1
|
||||
}
|
||||
15
data/minecraft/recipes/grimstone_tile_slab.json
Normal file
15
data/minecraft/recipes/grimstone_tile_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone_tiles"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grimstone_tile_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone_tiles"
|
||||
},
|
||||
"result": "minecraft:grimstone_tile_slab",
|
||||
"count": 2
|
||||
}
|
||||
17
data/minecraft/recipes/grimstone_tile_stairs.json
Normal file
17
data/minecraft/recipes/grimstone_tile_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone_tiles"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grimstone_tile_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone_tiles"
|
||||
},
|
||||
"result": "minecraft:grimstone_tile_stairs",
|
||||
"count": 1
|
||||
}
|
||||
16
data/minecraft/recipes/grimstone_tile_wall.json
Normal file
16
data/minecraft/recipes/grimstone_tile_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone_tiles"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grimstone_tile_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone_tiles"
|
||||
},
|
||||
"result": "minecraft:grimstone_tile_wall",
|
||||
"count": 1
|
||||
}
|
||||
16
data/minecraft/recipes/grimstone_wall.json
Normal file
16
data/minecraft/recipes/grimstone_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:grimstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grimstone_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:grimstone"
|
||||
},
|
||||
"result": "minecraft:grimstone_wall",
|
||||
"count": 1
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
@@ -6,11 +6,11 @@
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:jungle_planks"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
14
data/minecraft/recipes/light_blue_candle.json
Normal file
14
data/minecraft/recipes/light_blue_candle.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:light_blue_candle"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/light_gray_candle.json
Normal file
14
data/minecraft/recipes/light_gray_candle.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:light_gray_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:light_gray_candle"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/lightning_rod.json
Normal file
16
data/minecraft/recipes/lightning_rod.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:lightning_rod"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/lime_candle.json
Normal file
14
data/minecraft/recipes/lime_candle.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:lime_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:lime_candle"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user