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