
Gravitation Suite Patcher
Активный0.0
Установок
1
Последнее обновление
3 года назад
Клиент
Утилиты
Gravitation Suite Patcher
Fixes several issues in Gravitation Suite
Fixed Issues
- The Advanced Drill crashes the game when used in a Miner.
Cause: Missing required override of methodsItemDrill#energyUse
,ItemDrill#breakTime
andItemDrill#breakBlock
.
Fix: Added overrides for the mentioned methods. - Ocassional crash when using the Advanced Drill
Cause: A nullRayTrace
is passed intoItemAdvancedDrill#getBrokenBlocks
, while it's expected to be non-null.
Fix: In case of the ray trace being null, return an emptyCollection
. - The Ultimate Lappack has a recipe with a missing item showing up in JEI.
Cause: The Lappack was used in the recipe, which is hidden in the Experimental profile.
Fix: Added a condition to only register the recipe when using the Classic profile.