BeardlessBrady Posted April 15, 2019 Posted April 15, 2019 Hello, so my lang file doesn't seem to be working which is funny because it was until recently. I have tried deleting my mod and reloading it from github, going back a few commits...nothing. Use: https://github.com/BeardlessBrady/Currency-Mod/blob/a5664192d7434b4703eeddb1b0546ba4250c20d2/src/main/java/beardlessbrady/modcurrency/block/vending/GuiVending.java#L75-L79 Lang: https://github.com/BeardlessBrady/Currency-Mod/blob/a5664192d7434b4703eeddb1b0546ba4250c20d2/src/main/resources/assets/modcurrency/lang/en_us.lang Quote
V0idWa1k3r Posted April 16, 2019 Posted April 16, 2019 Since you don't have a pack.mcmeta file in your assets/modid directory the game assumes that your assets use a V2 format. Language files in V2 were defined as xx_XX.lang. The lowercase definition(xx_xx) came with V3. Quote
BeardlessBrady Posted April 16, 2019 Author Posted April 16, 2019 Thank you, must of deleted it at some point. I appreciate it! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.