TerraFirmaCraft-The-Final-Frontier / RoughlyEnoughIDs

Fork of JustEnoughIDs. Minecraft 1.13+ chunk format in 1.12.2, removing the block, item, & biome ID limits.
https://www.curseforge.com/minecraft/mc-mods/reid
MIT License
10 stars 11 forks source link

Remove deprecated transformer code #58

Closed jchung01 closed 2 months ago

jchung01 commented 2 months ago

The mod refactor seems to have gone well, so it should be safe to remove the old transformer code that I marked as deprecated in 2.1.0. It seems to be best practice to avoid referencing any MC classes to avoid unnecessary classloading (which may interfere with other transformers depending on load order), so removed the no longer used code.

Also moves the logger back to its own class like before, just to be safe with classloading.