You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
24
data/minecraft/recipes/activator_rail.json
Normal file
24
data/minecraft/recipes/activator_rail.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:redstone_torch"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"XSX",
|
||||
"X#X",
|
||||
"XSX"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:activator_rail"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user