[ANGRY PIXEL] The Betweenlands

[ANGRY PIXEL] The Betweenlands

24M Downloads

Crash with Improvable Skills, Growth hidden skill

TehenoPengin opened this issue ยท 1 comments

commented

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:

  1. Level-up Growth Skill, or call "ItemDye.applyBonemeal(ItemStack, World, BlockPos)" using code.

Expected result: Everything should be fine

Actual result: Crashes the game.

commented

This issue doesn't seem to happen with new version 3.3.5, sorry