-
Notifications
You must be signed in to change notification settings - Fork 64
[NeoForge] TranslatableContents can't take ResourceLocation as a param. #447
Copy link
Copy link
Open
Labels
platform: neothis issue is about the neoforge version of owo-libthis issue is about the neoforge version of owo-libpriority: lowthis issue only has minor effects - adressing it is not immediately requiredthis issue only has minor effects - adressing it is not immediately requiredstatus: confirmedthis issue is reproducible or otherwise confirmed to existthis issue is reproducible or otherwise confirmed to existtype: bugthis issue breaks or otherwise adversely affects functionalitythis issue breaks or otherwise adversely affects functionality
Metadata
Metadata
Assignees
Labels
platform: neothis issue is about the neoforge version of owo-libthis issue is about the neoforge version of owo-libpriority: lowthis issue only has minor effects - adressing it is not immediately requiredthis issue only has minor effects - adressing it is not immediately requiredstatus: confirmedthis issue is reproducible or otherwise confirmed to existthis issue is reproducible or otherwise confirmed to existtype: bugthis issue breaks or otherwise adversely affects functionalitythis issue breaks or otherwise adversely affects functionality
This patch from NeoForge make
TranslatableContentscan't takeResourceLocationas a param.Sadly, this make a conflict with command:
/owo-configure-hot-reload, here is the src code and why conflict:and:
After that, when u not in production env, an exception will occupy because of the type
ResourceLocationinstead ofString.To solve this, I can use production env as temporary, but... waiting for your fix! XD.