LopyMine / Texturized-Particles

Visual Fabric Mod that adds unique textured particles for every effect in vanilla Minecraft!
https://modrinth.com/mod/texturized-particles
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Update Repository. #1

Closed Amirhan-Taipovjan-Greatest-I closed 1 hour ago

Amirhan-Taipovjan-Greatest-I commented 2 hours ago

Hello!

I've found out that in Modrinth File there's lang/xx_xx.json (i. e. Language Files) presented, but in this Repository I didn't find it. Also I can't find any mention of those Strings that appear in Mod's YACL Configs. Screenshot

So, for Me it looks like that this Repository should be updated.

LopyMine commented 2 hours ago

Hmm, oh, looks like you right, let me upload mod translations 😄

LopyMine commented 2 hours ago

Uploaded 👍 So, about string, what do you mean by any mention?

Amirhan-Taipovjan-Greatest-I commented 2 hours ago

Uploaded 👍 So, about string, what do you mean by any mention?

I thought that in this Source Code there's no mention of strings' addresses, but I'm not sure. It would be great if You correct Me.

LopyMine commented 2 hours ago

Do you mean a key for text from jsons? If so, then it creates from other smaller strings

Amirhan-Taipovjan-Greatest-I commented 2 hours ago

Do you mean a key for text from jsons? If so, then it creates from other smaller strings

I mean that I can't find "...option.mod_enabled.X" and "...formatter.enabled_or_disabled.X" Addresses or something like that in Source Code... may be there's different Translation String System Code used.

LopyMine commented 2 hours ago

Yeah, this keys generates in code, to be more precise here:

Option description and name: https://github.com/LopyMine/Texturized-Particles/blob/master/src/main/java/net/lopymine/tp/utils/ModMenuUtils.java#L29C1-L35C3

Formatter: https://github.com/LopyMine/Texturized-Particles/blob/master/src/main/java/net/lopymine/tp/utils/ModMenuUtils.java#L45-L47

Amirhan-Taipovjan-Greatest-I commented 1 hour ago

Ok, thank You!