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