Incompatibility with Twilight Forest
GruudeMann opened this issue ยท 2 comments
Attempting to make a twilight forest portal will result in the diamond failing to trigger the portal activation, and will just sit at the bottom of the pool. Uninstalling this mod allows it to trigger just fine, so I know I'm not doing anything wrong here.
Only with these two installed, so I know no other mods are interfering
TF checks if the IBlockState
the item entity is == Blocks.WATER.getDefaultState()
before creating the portal.
Here is where it fires.