You've already forked minecraft-assets
Create/Update assets for version 1.21.2-pre1
This commit is contained in:
18
data/minecraft/recipe/powered_rail.json
Normal file
18
data/minecraft/recipe/powered_rail.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"R": "minecraft:redstone",
|
||||
"X": "minecraft:gold_ingot"
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"X#X",
|
||||
"XRX"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:powered_rail"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user