item builder DSL framework completed and seems to work. custom tag and model generation don't work yet. don't uncomment the tag generation code as it causes a stack overflow crash ⚠️

This commit is contained in:
2026-07-11 22:21:17 +01:00
parent 5b57baafb1
commit fe04526040
23 changed files with 524 additions and 166 deletions
@@ -0,0 +1,9 @@
{
"type": "minecraft:smithing_transform",
"template": "minecraft:elytra",
"base": "minecraft:netherite_chestplate",
"addition": "fantasysmp:dragonite_ingot",
"result": {
"id": "fantasysmp:dragonite_chestplate"
}
}