File Details
compressedfurnace-1.21.1-neoforge-0.1.3-beta-neoforge.jar
- B
- Feb 6, 2025
- 581.41 KB
- 15
- 1.21.1
- NeoForge
File Name
compressedfurnace-1.21.1-neoforge-0.1.3-beta-neoforge.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Enhancements and New Features: Fuel Handling Per Slot: o Introduced a fuelPool property for shared fuel distribution across input slots. o Added a fuelTicksBySlot map to track remaining fuel ticks for individual input slots. o Implemented the allocateFuelTicks method to dynamically assign fuel ticks to active input slots based on cooking progress. Cooking Efficiency Improvements: o Input slots now only consume allocated fuel ticks when actively cooking. o Updated fuel consumption logic to share fuel more efficiently between input slots. Dynamic Efficiency Scaling: o Fuel burn durations now properly scale based on the machines tier, ensuring correct values are respected. Bug Fixes: Fixed Efficiency Scaling via Config: o Resolved an issue where tier-specific multipliers were not properly applied to fuel burn times. o Ensured that the updated configuration is fully respected during block entity initialization and cooking. Fuel Mismanagement Fixes: o Resolved issues where inputs could continue progressing without sufficient fuel ticks allocated. o Fixed edge cases where inactive slots improperly consumed remaining fuel ticks. Cooking Progress Reset Fix: o Adjusted logic to reset progress on empty or inactive slots without affecting the ongoing cooking process in other slots. Code Refactoring and Maintenance: Persistent State Updates: o Updated litTime and litDuration to maintain consistency with the new fuel handling logic. Resource Management Enhancements: o Updated cooking logic to avoid resetting progress unnecessarily for slots lacking fuel.

