#After exporting my mod, none of my items have the appropriate name?
21 messages · Page 1 of 1 (latest)
Im using datagen in my mod but not for the lang files, I just have the en_US json file
do you have fabric api in your production environment?
I don't think so
what you're saying is that I need to put fabric api inside my mods folder on intellij?
no. in your launcher's mods folder
I do
how are you exporting/building your mod?
I ran "gradlew build" in cmd inside the project's directory
should I try exporting it in a different way?
no that should be fine
you made it en_us (lowercase) right?
and not in the minecraft folder
I made it en_US
it doesnt handle uppercase
lemme change it real quick
/src/main/resources/assets/yourmod/lang/en_us.json
but isn't it weird that inside the project it works fine?
yeah, the location is correct
depends on the filesystem. some are not case sensitive (FAT filesystems for example)
alright, thank you so much