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