initial commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user