File Details
gridengineering-1.3.3.2.jar
- R
- Jul 4, 2026
- 570.04 KB
- 8
- 1.21.1
- NeoForge
File Name
gridengineering-1.3.3.2.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
## Grid Engineering 1.3.3.2
### Added
- Added custom texture support for datapack and KubeJS custom wires.
- Datapack field: `texture`
- KubeJS builder method: `.texture("modid:block/texture_name")`
- Added dynamic item rendering for custom wires, so custom textures and tints are visible in inventories, held items, and item displays.
### Changed
- Custom wire textures now use coordinate-based UV mapping, making wire textures connect more naturally instead of being stretched across each segment.
- Custom wire tinting is now applied consistently to both world rendering and item rendering.
- Custom wire texture data is now saved into the wire snapshot NBT.
Fixed
- Fixed custom wires dropping without their NBT data when broken.
- Fixed custom wire drops losing their name, voltage, amp rating, loss value, color, and texture data.
- Fixed wire cutter connection icons being hidden behind forward-extending custom-textured wire arms.
- Improved custom wire rendering compatibility with coated wires.