initial commit

This commit is contained in:
Halbear
2026-07-21 17:50:51 +01:00
parent 3b12a074a3
commit 965a48979e
16 changed files with 947 additions and 20 deletions
@@ -0,0 +1,12 @@
{
"required": true,
"package": "net.halbear.aotg.mixin",
"compatibilityLevel": "JAVA_25",
"mixins": [],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}
@@ -0,0 +1,13 @@
{
"itemGroup.ageofthegods": "Example Mod Tab",
"block.ageofthegods.example_block": "Example Block",
"item.ageofthegods.example_item": "Example Item",
"ageofthegods.configuration.title": "Age of the Gods Configs",
"ageofthegods.configuration.section.ageofthegods.common.toml": "Age of the Gods Configs",
"ageofthegods.configuration.section.ageofthegods.common.toml.title": "Age of the Gods Configs",
"ageofthegods.configuration.items": "Item List",
"ageofthegods.configuration.logDirtBlock": "Log Dirt Block",
"ageofthegods.configuration.magicNumberIntroduction": "Magic Number Text",
"ageofthegods.configuration.magicNumber": "Magic Number"
}