You've already forked minecraft-assets
Create/Update assets for version 18w50a
This commit is contained in:
20
data/minecraft/recipes/acacia_sign.json
Normal file
20
data/minecraft/recipes/acacia_sign.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:acacia_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/andesite_slab.json
Normal file
15
data/minecraft/recipes/andesite_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:andesite"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:andesite_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/andesite_stairs.json
Normal file
17
data/minecraft/recipes/andesite_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:andesite"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:andesite_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/andesite_wall.json
Normal file
16
data/minecraft/recipes/andesite_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:andesite"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:andesite_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"_": {
|
||||
"item": "minecraft:stone_slab"
|
||||
"item": "minecraft:smooth_stone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
9
data/minecraft/recipes/baked_potato_from_smoking.json
Normal file
9
data/minecraft/recipes/baked_potato_from_smoking.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:potato"
|
||||
},
|
||||
"result": "minecraft:baked_potato",
|
||||
"experience": 0.35,
|
||||
"cookingtime": 100
|
||||
}
|
||||
19
data/minecraft/recipes/barrel.json
Normal file
19
data/minecraft/recipes/barrel.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"PSP",
|
||||
"P P",
|
||||
"PSP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"S": {
|
||||
"tag": "minecraft:wooden_slabs"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:barrel"
|
||||
}
|
||||
}
|
||||
@@ -1,18 +1,28 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"OOO",
|
||||
"OOO",
|
||||
" B "
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"O": {
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
}
|
||||
},
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:beetroot_soup"
|
||||
}
|
||||
|
||||
20
data/minecraft/recipes/birch_sign.json
Normal file
20
data/minecraft/recipes/birch_sign.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:birch_planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"item": "minecraft:white_bed"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
||||
21
data/minecraft/recipes/black_carpet_from_white_carpet.json
Normal file
21
data/minecraft/recipes/black_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:black_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
|
||||
12
data/minecraft/recipes/black_dye.json
Normal file
12
data/minecraft/recipes/black_dye.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "black_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:ink_sac"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/black_dye_from_wither_rose.json
Normal file
12
data/minecraft/recipes/black_dye_from_wither_rose.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "black_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:wither_rose"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:black_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"item": "minecraft:terracotta"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_wool"
|
||||
|
||||
22
data/minecraft/recipes/blast_furnace.json
Normal file
22
data/minecraft/recipes/blast_furnace.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"III",
|
||||
"IXI",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_stone"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:furnace"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blast_furnace"
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"item": "minecraft:white_bed"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
||||
21
data/minecraft/recipes/blue_carpet_from_white_carpet.json
Normal file
21
data/minecraft/recipes/blue_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blue_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
|
||||
12
data/minecraft/recipes/blue_dye.json
Normal file
12
data/minecraft/recipes/blue_dye.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "blue_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/blue_dye_from_cornflower.json
Normal file
12
data/minecraft/recipes/blue_dye_from_cornflower.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "blue_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cornflower"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blue_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"item": "minecraft:terracotta"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_wool"
|
||||
|
||||
16
data/minecraft/recipes/brick_wall.json
Normal file
16
data/minecraft/recipes/brick_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:brick_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"item": "minecraft:white_bed"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cocoa_beans"
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
||||
21
data/minecraft/recipes/brown_carpet_from_white_carpet.json
Normal file
21
data/minecraft/recipes/brown_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:brown_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cocoa_beans"
|
||||
"item": "minecraft:brown_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
|
||||
12
data/minecraft/recipes/brown_dye.json
Normal file
12
data/minecraft/recipes/brown_dye.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "brown_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cocoa_beans"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:cocoa_beans"
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:brown_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"item": "minecraft:terracotta"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:cocoa_beans"
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cocoa_beans"
|
||||
"item": "minecraft:brown_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_wool"
|
||||
|
||||
9
data/minecraft/recipes/coal_from_blasting.json
Normal file
9
data/minecraft/recipes/coal_from_blasting.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "blasting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:coal_ore"
|
||||
},
|
||||
"result": "minecraft:coal",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100
|
||||
}
|
||||
9
data/minecraft/recipes/cooked_beef_from_smoking.json
Normal file
9
data/minecraft/recipes/cooked_beef_from_smoking.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:beef"
|
||||
},
|
||||
"result": "minecraft:cooked_beef",
|
||||
"experience": 0.35,
|
||||
"cookingtime": 100
|
||||
}
|
||||
9
data/minecraft/recipes/cooked_chicken_from_smoking.json
Normal file
9
data/minecraft/recipes/cooked_chicken_from_smoking.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:chicken"
|
||||
},
|
||||
"result": "minecraft:cooked_chicken",
|
||||
"experience": 0.35,
|
||||
"cookingtime": 100
|
||||
}
|
||||
9
data/minecraft/recipes/cooked_cod_from_smoking.json
Normal file
9
data/minecraft/recipes/cooked_cod_from_smoking.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:cod"
|
||||
},
|
||||
"result": "minecraft:cooked_cod",
|
||||
"experience": 0.35,
|
||||
"cookingtime": 100
|
||||
}
|
||||
9
data/minecraft/recipes/cooked_mutton_from_smoking.json
Normal file
9
data/minecraft/recipes/cooked_mutton_from_smoking.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:mutton"
|
||||
},
|
||||
"result": "minecraft:cooked_mutton",
|
||||
"experience": 0.35,
|
||||
"cookingtime": 100
|
||||
}
|
||||
9
data/minecraft/recipes/cooked_porkchop_from_smoking.json
Normal file
9
data/minecraft/recipes/cooked_porkchop_from_smoking.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:porkchop"
|
||||
},
|
||||
"result": "minecraft:cooked_porkchop",
|
||||
"experience": 0.35,
|
||||
"cookingtime": 100
|
||||
}
|
||||
9
data/minecraft/recipes/cooked_rabbit_from_smoking.json
Normal file
9
data/minecraft/recipes/cooked_rabbit_from_smoking.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:rabbit"
|
||||
},
|
||||
"result": "minecraft:cooked_rabbit",
|
||||
"experience": 0.35,
|
||||
"cookingtime": 100
|
||||
}
|
||||
9
data/minecraft/recipes/cooked_salmon_from_smoking.json
Normal file
9
data/minecraft/recipes/cooked_salmon_from_smoking.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:salmon"
|
||||
},
|
||||
"result": "minecraft:cooked_salmon",
|
||||
"experience": 0.35,
|
||||
"cookingtime": 100
|
||||
}
|
||||
14
data/minecraft/recipes/creeper_banner_pattern.json
Normal file
14
data/minecraft/recipes/creeper_banner_pattern.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:creeper_head"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:creeper_banner_pattern"
|
||||
}
|
||||
}
|
||||
25
data/minecraft/recipes/crossbow.json
Normal file
25
data/minecraft/recipes/crossbow.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#\u0026#",
|
||||
"~$~",
|
||||
" # "
|
||||
],
|
||||
"key": {
|
||||
"~": {
|
||||
"item": "minecraft:string"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"\u0026": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:tripwire_hook"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crossbow"
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/cyan_carpet_from_white_carpet.json
Normal file
21
data/minecraft/recipes/cyan_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:cyan_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cyan_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -2,10 +2,10 @@
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cactus_green"
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:cyan_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cyan_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/dark_oak_sign.json
Normal file
20
data/minecraft/recipes/dark_oak_sign.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:dark_oak_planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dark_oak_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
9
data/minecraft/recipes/diamond_from_blasting.json
Normal file
9
data/minecraft/recipes/diamond_from_blasting.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "blasting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:diamond_ore"
|
||||
},
|
||||
"result": "minecraft:diamond",
|
||||
"experience": 1.0,
|
||||
"cookingtime": 100
|
||||
}
|
||||
15
data/minecraft/recipes/diorite_slab.json
Normal file
15
data/minecraft/recipes/diorite_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diorite"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:diorite_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/diorite_stairs.json
Normal file
17
data/minecraft/recipes/diorite_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diorite"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:diorite_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/diorite_wall.json
Normal file
16
data/minecraft/recipes/diorite_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diorite"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:diorite_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
9
data/minecraft/recipes/dried_kelp_from_smoking.json
Normal file
9
data/minecraft/recipes/dried_kelp_from_smoking.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:kelp"
|
||||
},
|
||||
"result": "minecraft:dried_kelp",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100
|
||||
}
|
||||
9
data/minecraft/recipes/emerald_from_blasting.json
Normal file
9
data/minecraft/recipes/emerald_from_blasting.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "blasting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:emerald_ore"
|
||||
},
|
||||
"result": "minecraft:emerald",
|
||||
"experience": 1.0,
|
||||
"cookingtime": 100
|
||||
}
|
||||
15
data/minecraft/recipes/end_stone_brick_slab.json
Normal file
15
data/minecraft/recipes/end_stone_brick_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:end_stone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:end_stone_brick_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/end_stone_brick_stairs.json
Normal file
17
data/minecraft/recipes/end_stone_brick_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:end_stone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:end_stone_brick_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/end_stone_brick_wall.json
Normal file
16
data/minecraft/recipes/end_stone_brick_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:end_stone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:end_stone_brick_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/flower_banner_pattern.json
Normal file
14
data/minecraft/recipes/flower_banner_pattern.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:oxeye_daisy"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:flower_banner_pattern"
|
||||
}
|
||||
}
|
||||
9
data/minecraft/recipes/gold_ingot_from_blasting.json
Normal file
9
data/minecraft/recipes/gold_ingot_from_blasting.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "blasting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gold_ore"
|
||||
},
|
||||
"result": "minecraft:gold_ingot",
|
||||
"experience": 1.0,
|
||||
"cookingtime": 100
|
||||
}
|
||||
38
data/minecraft/recipes/gold_nugget_from_blasting.json
Normal file
38
data/minecraft/recipes/gold_nugget_from_blasting.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "blasting",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "minecraft:golden_pickaxe"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_shovel"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_axe"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_hoe"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_sword"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_boots"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_horse_armor"
|
||||
}
|
||||
],
|
||||
"result": "minecraft:gold_nugget",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100
|
||||
}
|
||||
15
data/minecraft/recipes/granite_slab.json
Normal file
15
data/minecraft/recipes/granite_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:granite"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:granite_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/granite_stairs.json
Normal file
17
data/minecraft/recipes/granite_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:granite"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:granite_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/granite_wall.json
Normal file
16
data/minecraft/recipes/granite_wall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:granite"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:granite_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/gray_carpet_from_white_carpet.json
Normal file
21
data/minecraft/recipes/gray_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:gray_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:gray_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -2,10 +2,10 @@
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_meal"
|
||||
"item": "minecraft:white_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:gray_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:gray_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"item": "minecraft:white_bed"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cactus_green"
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
||||
21
data/minecraft/recipes/green_carpet_from_white_carpet.json
Normal file
21
data/minecraft/recipes/green_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:green_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cactus_green"
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
|
||||
9
data/minecraft/recipes/green_dye.json
Normal file
9
data/minecraft/recipes/green_dye.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:cactus"
|
||||
},
|
||||
"result": "minecraft:green_dye",
|
||||
"experience": 1.0,
|
||||
"cookingtime": 200
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:cactus_green"
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:green_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"item": "minecraft:terracotta"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:cactus_green"
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cactus_green"
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_wool"
|
||||
|
||||
21
data/minecraft/recipes/grindstone.json
Normal file
21
data/minecraft/recipes/grindstone.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"I-I",
|
||||
"# #"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"-": {
|
||||
"item": "minecraft:stone_slab"
|
||||
},
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grindstone"
|
||||
}
|
||||
}
|
||||
9
data/minecraft/recipes/iron_ingot_from_blasting.json
Normal file
9
data/minecraft/recipes/iron_ingot_from_blasting.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "blasting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:iron_ore"
|
||||
},
|
||||
"result": "minecraft:iron_ingot",
|
||||
"experience": 0.7,
|
||||
"cookingtime": 100
|
||||
}
|
||||
50
data/minecraft/recipes/iron_nugget_from_blasting.json
Normal file
50
data/minecraft/recipes/iron_nugget_from_blasting.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"type": "blasting",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "minecraft:iron_pickaxe"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_shovel"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_axe"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_hoe"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_sword"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_boots"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_horse_armor"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_boots"
|
||||
}
|
||||
],
|
||||
"result": "minecraft:iron_nugget",
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100
|
||||
}
|
||||
20
data/minecraft/recipes/jungle_sign.json
Normal file
20
data/minecraft/recipes/jungle_sign.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:jungle_planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:jungle_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/lantern.json
Normal file
19
data/minecraft/recipes/lantern.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"XXX",
|
||||
"X#X",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:torch"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:lantern"
|
||||
}
|
||||
}
|
||||
9
data/minecraft/recipes/lapis_from_blasting.json
Normal file
9
data/minecraft/recipes/lapis_from_blasting.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "blasting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:lapis_ore"
|
||||
},
|
||||
"result": "minecraft:lapis_lazuli",
|
||||
"experience": 0.2,
|
||||
"cookingtime": 100
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:light_blue_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "light_blue_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:light_blue_dye",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:light_blue_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:light_gray_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:light_gray_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "light_gray_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:light_gray_dye",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "light_gray_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gray_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:light_gray_dye",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:light_gray_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:light_gray_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/lime_carpet_from_white_carpet.json
Normal file
21
data/minecraft/recipes/lime_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:lime_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:lime_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -2,10 +2,10 @@
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cactus_green"
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_meal"
|
||||
"item": "minecraft:white_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:lime_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:lime_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/loom.json
Normal file
18
data/minecraft/recipes/loom.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"@@",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"@": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:loom"
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/magenta_carpet_from_white_carpet.json
Normal file
21
data/minecraft/recipes/magenta_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:magenta_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:magenta_carpet",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/magenta_dye_from_blue_red_pink.json
Normal file
19
data/minecraft/recipes/magenta_dye_from_blue_red_pink.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "magenta_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:pink_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:magenta_dye",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "magenta_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:magenta_dye",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:magenta_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:magenta_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/mojang_banner_pattern.json
Normal file
14
data/minecraft/recipes/mojang_banner_pattern.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:enchanted_golden_apple"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:mojang_banner_pattern"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/mossy_cobblestone_slab.json
Normal file
15
data/minecraft/recipes/mossy_cobblestone_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mossy_cobblestone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mossy_cobblestone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user