Crash with Improvable Skills, Growth hidden skill
TehenoPengin opened this issue ยท 1 comments
Versions
Betweenlands version: 3.3.0
Forge version: 14.23.2.2611
Singleplayer
Installed mods: (Caused by)
- Improvable Skills 3 v3.3.1r
- Hammer Core v1.9.7.0
- The Betweenlands v3.3.0
Link to full crash log: https://pastebin.com/AfZGhx5N
Description of the problem:
After upgrading hidden skill (Growth) from Improvable Skills, the game crashes.
I am the author of Improvable Skills, and looking at the crash I think it is on your side given that forge provides Nullable annotation at the hand parameter, and calling "ItemDye.applyBonemeal(ItemStack, World, BlockPos)" crashes the game, because the hand passed is null.
How to reproduce:
- Level-up Growth Skill, or call "ItemDye.applyBonemeal(ItemStack, World, BlockPos)" using code.