Remove the schematic conversion code
Runemoro opened this issue ยท 3 comments
The schematic converter is currently causing several problems:
- Incompatibility with several mods (FoamFix, EnchantingTable)
- Won't work in 1.13 so we need to remove it by then
- Slows down mod startup (we will eventually want to load schematics on place to solve the memory usage problem)
- Increases the jar file size (the old numerical block id based system was much less efficient)
To remove it, we will need to:
- Make sure everything is being converted properly.
- Convert any other 1.6.4 dungeons that might exist somewhere else
- Have a system for "default doors" to allow us to easily make changes to door properties without having to modify all schematics
- Make a tool that can open and generate schematic info, or modify all schematics in a similar way, in case we need to update block IDs/add author info to them
- Convert the schematics and
remove the schematic converter code
- "It'd be better to move this functionality out of the mod and into a separate repo." ~ @Runemoro @ZombieHDGaming and I, 2018-01-25