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