Jump to content

[1.12.2] Advancements and other assets not loading


LazyTechwork

Recommended Posts

Hey, I have problem with loading my mod assets. They're just not loading, Language files are not loaded too, testing through TextComponentTranslate: image.png.6616967b90359253cd81841c08de5ff9.png

sender.sendMessage(new TextComponentTranslation("tpcontrol:advancements.tpcontrol.popular_one.title"));
sender.sendMessage(new TextComponentTranslation("advancements.tpcontrol.popular_one.title"));
sender.sendMessage(new TextComponentTranslation("advancements.story.lava_bucket.title"));

I've tried to get advancements through Advancement Manager, and there are no my advancement.

event.getSender().getServer().getAdvancementManager().reload();
event.getSender().getServer().getAdvancementManager().getAdvancements().forEach((Advancement advancement) -> TPControl.LOGGER.info(advancement.getId()));

Mod options tab also not showing my mcmod.info:
image.png.a0b85c6e0c9e5654a239c5a9991c1c6a.png

This is my mod repository - https://github.com/LazyTechwork/TPControl

 

Please help me

Edited by LazyTechwork
mcmod.info
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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