Henry Loenwind

Results 151 comments of Henry Loenwind

Here is the monster I've been using to test: ` "neoforge.configuration.title": "%n %sgreen font? (There dogs}> here.) ", ` It generates: ![image](https://github.com/user-attachments/assets/7b0e9902-30ee-4462-a376-b59b3ce5cfc8) open TODOs/questions: - [x] %n -> %f. ---...

> Thoughts on just having the stringized version of the JSON in a string (with some prefix) instead of this complicated alternative syntax? (Similar to SNBT for recipes before data...

> ends up with at least 3 keys per thing being translated, and doesn't play nice with RL-based translation keys like pop up there. To support plurals for all languages,...

Please don't drop the "ms" unit. Please revert those commas back to periods or use lowercase after them. ", Mean" is just mean ;) Also, I would suggest using `ResourceLocation.toLanguageKey()`...

Just a side note: The json-array format probably can do hover, but it should not be used as it falls apart on Crowdin. The SGML-format could be extended to support...

> with all the backslashes, The backslashes are inconsequential, you can just throw it into a json (un)escape tool; I used https://www.freeformatter.com/json-escape.html for this. My main issue with this is...

Is there an actual issue with allowing non-square and small textures into the atlas, or is it just about not disabling mipmapping for texture packs that want to disable it?...

> At the very least, it wastes atlas space because I believe the stitching algorithm rounds sizes up to a power of two. As modders would most likely not crop...

> It's very likely for modders to forget to call the NeoForge `menuValidity` method instead of vanilla. This makes the event a lot less useful for long distance container access...

Just for reference, as it's not very obvious, this is the call hierarchy to the distance checks: Take note that on the block-based side, all but one checks are in...