EnigmaticaModpacks / Enigmatica6

The official repository and issue-tracker for Enigmatica 6
https://www.curseforge.com/minecraft/modpacks/enigmatica6
241 stars 518 forks source link

Fluid registry rework #5435

Closed ZZZank closed 9 months ago

ZZZank commented 9 months ago

Cherry-picked from https://github.com/ZZZank/Enlightened6/commit/9e9b9a977c30acd2fb83fd57cdf8fbdad0133195

There's nothing destructive in this PR, just refactor scripts for fluid registry.

The arg display is now deprecated, in favor of using lang file(en_us.json) , so that localization can be easier. But, if someone uses display , it will still properly set the displayName of targeted fluid as before, but a warning will be printed into the log. There's also some tips to help devs move from using display to using en_us.json .