Need help with custom ores (crash)
CactusDuud opened this issue ยท 3 comments
What Happens
Trying to define custom ores, but I keep getting a crash I don't really understand.
What You Expect to Happen
Proper load
Script
In this case it's the config
Crash Log
Affected Versions
- Minecraft: 1.12
- Forge: forge-14.23.5.2854
- CraftTweaker: n/a
- Dropt: 1.18.0
- Pyrotech: 1.4.29
- Athenaeum: 1.18.1
Thanks for the report!
I took a quick look at the code and it doesn't seem to like lang entries that don't have a :
in them or lang entries that aren't found in a lang file. The docs say it should work without the :
and I'm pretty sure that it was intended to work with non-key strings like you're using. I'll look at it longer when I have some time.