Calculator

Calculator

6M Downloads

Flawless Greenhouse doesn't support Ender Lilly from Extra Utilities 2

depressed-pho opened this issue ยท 1 comments

commented
  • Forge Version: 14.23.4.2758
  • Calculator Version: 1.12.2-5.0.8-4
  • SonarCore Version: 1.12.2-5.0.15-13
  • Multiplayer or Singleplayer: Singleplayer
  • Crash Report Link: N/A
  • Affected Features: Flawless Greenhouse
  • Description:
  1. The greenhouse plants Ender Lilly on neither Dirt nor End Stone, even though it accepts the lily as a valid seed. The seed won't be consumed either.

This might be because the lily has a special plant type so the canSustainPlant() check will never succeed?

  1. The greenhouse can grow the lily insanely rapidly as expected, when you manually plant it.
  2. However, it cannot harvest fully grown lilies.

Not all custom plants are BlockCrops. The lily doesn't extend it either. Harvester::canHarvest should probably use IGrowable::canGrow instead, to see if it can still grow further. When it returns false it means it can be harvested.

commented

Fixed in dev