The Twilight Forest

The Twilight Forest

143M Downloads

could not create portals

0uti opened this issue ยท 7 comments

commented

Forge version: 14.23.1.2566
Twilight Forest version: build 265+ (starting with commit c88f60d )
Link to crash log: no crash log needed

Steps to reproduce:

  1. build water pool with flowers
  2. throw diamond into pool

What I expected to happen:
create portal to TF

What happened instead:
nothing

Notes: no other mods installed

commented

Are you playing on a server? Can you take a screenshot of the water?

commented

i am in single player mode

2017-12-16_18 42 46

commented

Can you show me the config file?

commented

i have found the bug.

return state.isFullCube() && (mat == Material.PLANTS || mat == Material.VINE || mat == Material.LEAVES);

flowers aren't full blocks (cubes)

tf debug

commented

Whoops. That was definitely for the isDirtOrGrass method

commented

This was fixed in 9524fe6