Misc recipes + remove wood tools
This commit is contained in:
parent
2bed125407
commit
c4e8399b5b
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "chest",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:logs"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"# #",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 4,
|
||||||
|
"id": "minecraft:chest"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "chest_minecart",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:planks"
|
||||||
|
},
|
||||||
|
"U": {
|
||||||
|
"item": "minecraft:minecart"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#U#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:chest_minecart"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "chest_minecart",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
},
|
||||||
|
"U": {
|
||||||
|
"item": "minecraft:chest"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"#U#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:chest_minecart"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "furnace_minecart",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:stone_crafting_materials"
|
||||||
|
},
|
||||||
|
"U": {
|
||||||
|
"item": "minecraft:minecart"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#U#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:furnace_minecart"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "hopper_minecart",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
},
|
||||||
|
"U": {
|
||||||
|
"item": "minecraft:minecart"
|
||||||
|
},
|
||||||
|
"C": {
|
||||||
|
"item": "minecraft:chest"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"#U#",
|
||||||
|
"#C#",
|
||||||
|
" # "
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:hopper_minecart"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "hopper_minecart",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
},
|
||||||
|
"U": {
|
||||||
|
"item": "minecraft:hopper"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"#U#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:hopper_minecart"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "tnt_minecart",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
},
|
||||||
|
"T": {
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"#T#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:tnt_minecart"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "sticks",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:logs"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"#",
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 16,
|
||||||
|
"id": "minecraft:stick"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "black_dye",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"tag": "minecraft:coals"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:black_dye"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "red_dye",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:redstone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:red_dye"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"key": {
|
||||||
|
"S": {
|
||||||
|
"item": "minecraft:sand"
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"item": "minecraft:flint"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"SF",
|
||||||
|
"FS"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 2,
|
||||||
|
"id": "minecraft:gravel"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:diamond"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X X",
|
||||||
|
"XXX",
|
||||||
|
"X X"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:diamond_horse_armor"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:gold_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X X",
|
||||||
|
"XXX",
|
||||||
|
"X X"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:golden_horse_armor"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X X",
|
||||||
|
"XXX",
|
||||||
|
"X X"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:iron_horse_armor"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"XXX",
|
"XXX",
|
||||||
"X#X",
|
" # ",
|
||||||
" # "
|
" # "
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:leather"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:rabbit_hide",
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"ingredients": [
|
||||||
|
{"item": "minecraft:paper"},
|
||||||
|
{"item": "minecraft:paper"},
|
||||||
|
{"item": "minecraft:paper"},
|
||||||
|
{"item": "minecraft:rabbit_hide"}
|
||||||
|
],
|
||||||
|
"result": {"id": "minecraft:book"}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "chest",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:planks"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"# #",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:chest"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "chest_minecart",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:chest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:minecart"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:chest_minecart"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "redstone",
|
||||||
|
"key": {
|
||||||
|
"#": {"tag": "minecraft:stone_crafting_materials"},
|
||||||
|
"R": {"item": "minecraft:glowstone_dust"},
|
||||||
|
"X": {"item": "minecraft:bow"}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#X#",
|
||||||
|
"#R#"
|
||||||
|
],
|
||||||
|
"result": {"id": "minecraft:dispenser"},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "redstone",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:stone_crafting_materials"
|
||||||
|
},
|
||||||
|
"R": {
|
||||||
|
"item": "minecraft:redstone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"# #",
|
||||||
|
"#R#"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:dropper"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"type":"minecraft:smithing_transform",
|
||||||
|
"base": {"item":"minecraft:golden_apple"},
|
||||||
|
"addition":{"item":"minecraft:nether_star"},
|
||||||
|
"template":{"item":"minecraft:dragon_breath"},
|
||||||
|
"result": {"id":"minecraft:enchanted_golden_apple"}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"misc",
|
||||||
|
"pattern": [
|
||||||
|
" 1 ",
|
||||||
|
"232",
|
||||||
|
"444"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:book"},
|
||||||
|
"2":{"item":"minecraft:amethyst_shard"},
|
||||||
|
"3":{"item":"minecraft:crying_obsidian"},
|
||||||
|
"4":{"item":"minecraft:obsidian"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id":"minecraft:enchanting_table"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "furnace_minecart",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:furnace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:minecart"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:furnace_minecart"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "redstone",
|
||||||
|
"group": "hopper_minecart",
|
||||||
|
"key": {
|
||||||
|
"C": {
|
||||||
|
"item": "minecraft:chest"
|
||||||
|
},
|
||||||
|
"I": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"I I",
|
||||||
|
"ICI",
|
||||||
|
" I "
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:hopper"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "hopper_minecart",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:hopper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:minecart"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:hopper_minecart"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:rabbit_hide"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#X#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:item_frame"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
"111",
|
||||||
|
"121",
|
||||||
|
"111"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"tag":"minecraft:planks"},
|
||||||
|
"2":{"item":"minecraft:amethyst_shard"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id":"minecraft:jukebox"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
"1 1",
|
||||||
|
"1 1"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:rabbit_hide"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id":"minecraft:leather_boots"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
"1 1",
|
||||||
|
"111",
|
||||||
|
"111"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:rabbit_hide"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id":"minecraft:leather_chestplate"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
"111",
|
||||||
|
"1 1"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:rabbit_hide"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id":"minecraft:leather_helmet"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:leather"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X X",
|
||||||
|
"XXX",
|
||||||
|
"X X"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:leather_horse_armor"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
"111",
|
||||||
|
"1 1",
|
||||||
|
"1 1"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:rabbit_hide"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id":"minecraft:leather_leggings"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "redstone",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:stone_crafting_materials"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X",
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:lever"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
},
|
||||||
|
"S": {
|
||||||
|
"item": "minecraft:basalt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"SSS",
|
||||||
|
"S#S",
|
||||||
|
"SSS"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:lodestone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "redstone",
|
||||||
|
"key": {
|
||||||
|
"#": {"tag": "minecraft:stone_crafting_materials"},
|
||||||
|
"Q": {"item": "minecraft:quartz"},
|
||||||
|
"R": {"item": "minecraft:redstone"}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"RRQ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {"id": "minecraft:observer"},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "redstone",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:stone_crafting_materials"
|
||||||
|
},
|
||||||
|
"R": {
|
||||||
|
"item": "minecraft:redstone"
|
||||||
|
},
|
||||||
|
"T": {
|
||||||
|
"tag": "minecraft:planks"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"TTT",
|
||||||
|
"#X#",
|
||||||
|
"#R#"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:piston"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category":"equipment",
|
||||||
|
"pattern": [
|
||||||
|
" 1 ",
|
||||||
|
"121"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"1":{"item":"minecraft:leather"},
|
||||||
|
"2":{"item":"minecraft:iron_ingot"}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id":"minecraft:saddle"
|
||||||
|
},
|
||||||
|
"show_notification":true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{"item": "minecraft:arrow"},
|
||||||
|
{"item": "minecraft:arrow"},
|
||||||
|
{"item": "minecraft:arrow"},
|
||||||
|
{"item": "minecraft:glow_berries"}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:spectral_arrow",
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{"item": "minecraft:arrow"},
|
||||||
|
{"item": "minecraft:glow_berries"}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:spectral_arrow",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "tnt_minecart",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:tnt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:minecart"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:tnt_minecart"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -8,6 +8,10 @@
|
||||||
{
|
{
|
||||||
"namespace": "minecraft",
|
"namespace": "minecraft",
|
||||||
"path": "recipe/netherite_upgrade_smithing_template.json"
|
"path": "recipe/netherite_upgrade_smithing_template.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"namespace": "minecraft",
|
||||||
|
"path": "recipe/wooden"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue