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