**This version is intended to be used in New Frontier Craft ModLoader environment!**
### Changes:
- Fixed a critical bug where texture gluing was referencing to incorrect coordinates
- Replaced slow reflects accessors with `sun.misc.Unsafe` alternatives
- The mod now doesn't enforce ModLoader textures load, as ML does by itself (automatically)
- A different structure of assets files, just for convenience
**This version is intended to be used in Vanilla b1.7.3 ModLoader environment!**
### Changes:
- Fixed a critical bug where texture gluing was referencing to incorrect coordinates
- Replaced slow reflects accessors with `sun.misc.Unsafe` alternatives
- The mod now doesn't enforce ModLoader textures load, as ML does by itself (automatically)
- A different structure of assets files, just for convenience
**This version is intended to be used in New Frontier Craft ModLoader environment!**
### Changes:
- Replaced website button with SHA-256 "copy to clipboard" button
- Added forced re-texture of ModLoader override textures
- Removed lots of dead code left after porting from ReIndev
**This version is intended to be used in Vanilla b1.7.3 ModLoader environment!**
### Changes:
- Replaced website button with SHA-256 "copy to clipboard" button
- Added forced re-texture of ModLoader override textures
- Removed lots of dead code, left after porting from ReIndev