You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
18
data/minecraft/recipes/jack_o_lantern.json
Normal file
18
data/minecraft/recipes/jack_o_lantern.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"A",
|
||||
"B"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:carved_pumpkin"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:torch"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:jack_o_lantern"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user