flatten folder structure, fix collision boxes and gui/fp/tp transforms

This commit is contained in:
2026-03-19 01:18:24 +01:00
parent c3eedb8bdd
commit 6655e603e3
23 changed files with 85 additions and 36 deletions

View File

@@ -0,0 +1,13 @@
{
"ingredientPattern": "_S_\tSBS\t_S_",
"ingredients": {
"S": { "type": "item", "code": "game:stick" },
"B": {
"type": "item",
"code": "game:*-butterflypin-*"
}
},
"width": 3,
"height": 3,
"output": { "type": "block", "code": "pinboard2x2-north" }
}

View File

@@ -0,0 +1,13 @@
{
"ingredientPattern": "S_S\t_B_\tS_S",
"ingredients": {
"S": { "type": "item", "code": "game:stick" },
"B": {
"type": "item",
"code": "game:*-butterflypin-*"
}
},
"width": 3,
"height": 3,
"output": { "type": "block", "code": "pinboard3x3-north" }
}