Add more stone crafting materials

This commit is contained in:
Sergeant Acoustic 2025-09-06 01:32:00 +01:00
parent c7e17fd036
commit b46465ea5f
6 changed files with 126 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
},
"R": {
"item": "minecraft:redstone"
},
"X": {
"item": "minecraft:bow"
}
},
"pattern": [
"###",
"#X#",
"#R#"
],
"result": {
"item": "minecraft:dispenser"
},
"show_notification": true
}

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
},
"R": {
"item": "minecraft:redstone"
}
},
"pattern": [
"###",
"# #",
"#R#"
],
"result": {
"item": "minecraft:dropper"
},
"show_notification": true
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
},
"X": {
"item": "minecraft:stick"
}
},
"pattern": [
"X",
"#"
],
"result": {
"item": "minecraft:lever"
},
"show_notification": true
}

View file

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
},
"Q": {
"item": "minecraft:quartz"
},
"R": {
"item": "minecraft:redstone"
}
},
"pattern": [
"###",
"RRQ",
"###"
],
"result": {
"item": "minecraft:observer"
},
"show_notification": true
}

View file

@ -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": {
"item": "minecraft:piston"
},
"show_notification": true
}

View file

@ -0,0 +1,10 @@
{
"values": [
"minecraft:andesite",
"minecraft:granite",
"minecraft:diorite",
"minecraft:tuff",
"minecraft:calcite",
"minecraft:dripstone_block"
]
}