mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 08:30:59 +00:00
6fb610fa1c71ea46288a2840ea7e7901a4cbd88e
Was only intending to update getGUIRepresentation() and then got a bit carried away. - Renamed the internal fields and parameters to be more accurate. - Updated any usage of internals to their getters instead. - getGUIRepresentation() now has an extensive switch to convert block-only materials to their item variant. Was conflicted on whether to put this in CivModCore instead, but this is more or less only for JukeAlert's GUI, not for loot-tables or similar feature. This will also print a warning if any block->item matches are missing (good for future proofing). - getGUIRepresentation() will also show the block's material in every GUI log, instead of just the logs that failed to display (which I don't think ever happened?).
Languages
Java
99.6%
Jinja
0.3%
HTML
0.1%