Tweaked redstone recipes

This commit is contained in:
patience 2025-09-07 17:33:38 +01:00
parent 25841f6fc5
commit 5b60792983
No known key found for this signature in database
4 changed files with 50 additions and 82 deletions

View file

@ -2,20 +2,10 @@
"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"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:rabbit_hide"
}
], ],
"result": { "result": {"item": "minecraft:book"}
"item": "minecraft:book"
}
} }

View file

@ -2,23 +2,15 @@
"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"
},
"X": {
"item": "minecraft:bow"
}
}, },
"pattern": [ "pattern": [
"###", "###",
"#X#", "#X#",
"#R#" "#R#"
], ],
"result": { "result": {"item": "minecraft:dispenser"},
"item": "minecraft:dispenser"
},
"show_notification": true "show_notification": true
} }

View file

@ -2,20 +2,14 @@
"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": {
"item": "minecraft:chiseled_stone_bricks"
}
}, },
"pattern": [ "pattern": [
"SSS", "SSS",
"S#S", "S#S",
"SSS" "SSS"
], ],
"result": { "result": {"item": "minecraft:lodestone","count":3},
"item": "minecraft:lodestone"
},
"show_notification": true "show_notification": true
} }

View file

@ -2,23 +2,15 @@
"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"
},
"R": {
"item": "minecraft:redstone"
}
}, },
"pattern": [ "pattern": [
"###", "###",
"RRQ", "RRQ",
"###" "###"
], ],
"result": { "result": {"item": "minecraft:observer"},
"item": "minecraft:observer"
},
"show_notification": true "show_notification": true
} }