1
0

first commit

This commit is contained in:
2026-04-06 19:28:59 +02:00
commit d05c9d74c2
57 changed files with 1007 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "powered_rails",
"key": {
"#": "minecraft:stick",
"R": "minecraft:redstone",
"X": "minecraft:copper_ingot"
},
"pattern": [
"X X",
"X#X",
"XRX"
],
"result": {
"count": 6,
"id": "minecraft:powered_rail"
}
}