Jump to content

TheMysticalBard

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by TheMysticalBard

  1. Oh shoot I changed that back when my file structure was wrong and never changed that back. That will probably fix it. Edit: That was it! Originally my assets/launch was instead assets.launch which looks exactly the same in IntelliJ. Once I fixed that it was correct and I just forgot to change the enchantment.enchantment back. Thanks for the help!
  2. For some reason the en_us.json is included in the .gitignore Forge supplied. Edit: It's because it's ignoring all things that have "launch" in them, which is the namespace I chose. Rip.
  3. Thanks for the version control tip! It's currently showing up as "enchantment.launch.launch III" on items and books enchanted with it. I do have the json it just wasn't pushed to the repo, let me do that real quick as well.
  4. Hello, I am new to modding on Minecraft and I'm having an issue with my localization. I have a pack.mcmeta file that is using v4, I have an en_us.json that is properly formatted, and I have a registered enchantment. I have no idea why the name is still showing up the way it is. Any help with this would be greatly appreciated. Will also take tips on code style and anything else you see. Thanks in advance. Here's a link to the github: https://github.com/TheMysticalBard/LaunchMod
  5. Alright, thank you for your help. Will edit this post if it fixes it.
  6. Are all 1.14.3 mods compatible with 1.14.4? Some of the mods that the server is running have not updated yet, but if they're compatible I will do this.
  7. The server was running version 27.0.23 and some players went to fight the Ender Dragon. A portal glitch with that version of forge caused the XP to duplicate and crash the server. I have deleted all of the experience orbs from the world files though, so I am not sure where this issue is coming from. The error pops up whenever I enter a command in console after it just stops doing anything for a while on startup. The debug log shows that nothing has happened for ~8 seconds and I get 0 feedback in the console. Debug.log here: https://pastebin.com/rWdfwaV7 Any help would be appreciated.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.