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