You've already forked minecraft-assets
Create/Update assets for version 25w08a
This commit is contained in:
18
data/minecraft/recipe/campfire.json
Normal file
18
data/minecraft/recipe/campfire.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"C": "#minecraft:coals",
|
||||
"L": "#minecraft:logs",
|
||||
"S": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
" S ",
|
||||
"SCS",
|
||||
"LLL"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:campfire"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user