You've already forked minecraft-assets
Create/Update assets for version 3D Shareware v1.34
This commit is contained in:
22
data/minecraft/recipes/campfire.json
Normal file
22
data/minecraft/recipes/campfire.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" S ",
|
||||
"SCS",
|
||||
"LLL"
|
||||
],
|
||||
"key": {
|
||||
"L": {
|
||||
"tag": "minecraft:logs"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"C": {
|
||||
"tag": "minecraft:coals"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user