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