dysoncubeproject-addon-1.1.2.jar
Curse Maven Snippet
What's new
Dyson Cube Project Addon 1.1.2
中文
- 将宇宙采矿激光产出统一使用
BigNumber。 - 将目标剩余质量改为
BigNumber,使用毫千克整数单位进行质量计算。 - 将采矿物品和流体库存改为
BigNumber存储。 - 采用
BigNumber.subtract()扣除质量,保留大数精度吞没行为。 - 当扣除量小于总质量约 60 个数量级并被吞没时,产物仍会正常进入库存。
- 当单次产出达到或超过目标剩余质量时,直接发放完整产物并耗尽目标。
- 移除超大
BigDecimal除法和BigNumber → BigInteger → AbsoluteInteger的采矿主路径转换。 - 物品管道、流体管道和 AE2 接口改为有限
int/long批次提取。 - 增加
BigNumber采矿库存和目标质量的 NBT 保存格式。 - 增加旧版有限整数库存和旧版目标数据兼容迁移。
- 修复超大激光产量转换时触发
AbsoluteInteger数组容量溢出的崩溃。 - 更新模组版本至
1.1.2。
English
- Migrated cosmic mining laser output to
BigNumber. - Changed target remaining mass to
BigNumberusing integer milli-kilogram units. - Changed mining item and fluid inventories to use
BigNumberstorage. - Uses
BigNumber.subtract()for mass consumption while preserving large-number precision absorption. - Products are still stored when a tiny consumption amount is absorbed because it is roughly 60 orders of magnitude smaller than the total mass.
- When one production cycle reaches or exceeds the remaining target mass, the full output is granted and the target is depleted.
- Removed oversized
BigDecimaldivision and theBigNumber → BigInteger → AbsoluteIntegerconversion from the main mining path. - Item pipes, fluid pipes, and AE2 interfaces now extract finite
int/longbatches. - Added
BigNumberNBT storage for mining inventories and target mass. - Added migration support for legacy finite-integer inventories and legacy target data.
- Fixed crashes caused by oversized laser output exceeding
AbsoluteIntegerarray capacity. - Updated the mod version to
1.1.2.
This mod has no additional files

