Tweaked redstone recipes
This commit is contained in:
parent
25841f6fc5
commit
5b60792983
|
|
@ -2,20 +2,10 @@
|
|||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:rabbit_hide"
|
||||
}
|
||||
{"item": "minecraft:paper"},
|
||||
{"item": "minecraft:paper"},
|
||||
{"item": "minecraft:paper"},
|
||||
{"item": "minecraft:rabbit_hide"}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:book"
|
||||
}
|
||||
"result": {"item": "minecraft:book"}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,23 +2,15 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:stone_crafting_materials"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:bow"
|
||||
}
|
||||
"#": {"tag": "minecraft:stone_crafting_materials"},
|
||||
"R": {"item": "minecraft:glowstone_dust"},
|
||||
"X": {"item": "minecraft:bow"}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"#R#"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dispenser"
|
||||
},
|
||||
"result": {"item": "minecraft:dispenser"},
|
||||
"show_notification": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,20 +2,14 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:chiseled_stone_bricks"
|
||||
}
|
||||
"#": {"item": "minecraft:netherrack"},
|
||||
"S": {"item": "minecraft:basalt"}
|
||||
},
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"S#S",
|
||||
"SSS"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:lodestone"
|
||||
},
|
||||
"result": {"item": "minecraft:lodestone","count":3},
|
||||
"show_notification": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,23 +2,15 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:stone_crafting_materials"
|
||||
},
|
||||
"Q": {
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
"#": {"tag": "minecraft:stone_crafting_materials"},
|
||||
"Q": {"item": "minecraft:quartz"},
|
||||
"R": {"item": "minecraft:redstone"}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"RRQ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:observer"
|
||||
},
|
||||
"result": {"item": "minecraft:observer"},
|
||||
"show_notification": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue