Initial Campfire Work

This commit is contained in:
2022-08-27 20:42:12 +02:00
parent 55223057f7
commit e1b7ae442c
115 changed files with 1331 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"key": {
"C": {
"tag": "minecraft:coals"
},
"L": {
"tag": "minecraft:logs"
}
},
"pattern": [
" ",
"LCL",
"LLL"
],
"result": {
"item": "hyperlighting:advanced_campfire"
}
}