Fixed issues with (color maps, forge events). If you got into any issue please make sure to report it in the issue tracker from here.
Fixed issues with (color maps, forge events).
If you got into any issue please make sure to report it in the issue tracker from here.
Highly recommended to update..
This update tested on FTB StoneBlock 3 and FTB Arcanum Institute without any issues or mod incompatibilities..
If you got into any issue please make sure to report it in the issue tracker from here.
News:
- Starting from 0.0.9 version, Saturn will have a config file located in config\saturn-common.toml, and all the optimizations are enabled by default.
- Reduce Garbage Collection (GC) Heap: Disabled some unnecessary Forge events and removed some unnecessary object creation, which optimizes memory allocation.
- Ticking Tracker memory leak fix: DynamicGraphMinFixedPoint never sets level value higher than levelCount-1. TickingTracker uses levelCount=34, and chunks are removed from the internal collection when level is set to value > 33, which never happens, so chunks are never removed from TickingTracker.
Highly recommended to update.. If you got into any issue please make sure to report it in the issue tracker from here.
News:
- Starting from 0.0.8 version, Saturn will have a config file located in config\saturn-common.toml, and all the optimizations are enabled by default.
- Reduce Garbage Collection (GC) Heap: Disabled some unnecessary Forge events and removed some unnecessary object creation, which optimizes memory allocation.
Highly recommended to update.. If you got into any issue please make sure to report it in the issue tracker from here.
News:
- Starting from 0.0.8 version, Saturn will have a config file located in config\saturn-common.toml, and all the optimizations are enabled by default.
- Reduce Garbage Collection (GC) Heap: Disabled some unnecessary Forge events and removed some unnecessary object creation, which optimizes memory allocation.
- Ticking Tracker memory leak fix: DynamicGraphMinFixedPoint never sets level value higher than levelCount-1. TickingTracker uses levelCount=34, and chunks are removed from the internal collection when level is set to value > 33, which never happens, so chunks are never removed from TickingTracker.
This update fixes empty tag issue.
Changes
- Inject into <clinit> instead of <init> of TagKey.
The latest update changes:
News
- New: de-duplicate ThreadingDetector objects.
- New: remove allocations for unused objects in Vec2 and ViewArea.
Changes
- Ai Brain: avoid streams when removing entity brains to be faster.
Fixes
- Fix: incompatibility with MemoryLeakFix.
This update fixes the crash report of BiomeMixin.
Changes
- Change getTemperature visibility from private to public.
The latest update changes:
News
- New: de-duplicate ThreadingDetector objects.
- New: remove allocations for unused objects in Vec2 and ViewArea.
Fixes
- Fix: incompatibility with MemoryLeakFix.
This update fixes the crash report of BiomeMixin.
Changes
- Change getTemperature visibility from private to public.
The latest update changes:
News
- New: de-duplicate ThreadingDetector objects.
- New: remove allocations for unused objects in Vec2 and ViewArea.
Changes
- Ai Brain: avoid streams when removing entity brains to be faster.
Fixes
- Fix: incompatibility with MemoryLeakFix.