BentoBoxWorld / Greenhouses

BentoBox Add-on to enable personal biomes in a glass greenhouse
Eclipse Public License 2.0
13 stars 9 forks source link

Spawn of fishes in the water #62

Closed VozikCZE closed 4 years ago

VozikCZE commented 4 years ago

Description

Describe the bug

For some reason, fishes stop spawning in water. But it worked in the past.

Steps to reproduce the behavior

1) Create greenhouse that spawn fish in water. 2) Wait.

Expected behavior

Fish should spawn in water.

Environment

Output of /bbox version (Mandatory)
[09:54:00 INFO]: Běžím na PAPER 1.16.1.
[09:54:00 INFO]: Verze BentoBox: 1.14.2
[09:54:00 INFO]: Databáze: JSON
[09:54:00 INFO]: Načtené herní světy:
[09:54:00 INFO]: bskyblock_world (BSkyBlock): Svět, Nether, End
[09:54:00 INFO]: Načtené doplňky:
[09:54:00 INFO]: BSkyBlock 1.14.1-SNAPSHOT-b673 (ENABLED)
[09:54:00 INFO]: Greenhouses 1.4.0-SNAPSHOT-b246 (ENABLED)
[09:54:00 INFO]: Level 2.4.0 (ENABLED)
[09:54:00 INFO]: Limits 1.14.0 (ENABLED)
[09:54:00 INFO]: Warps 1.9.7 (ENABLED)

Additional context (Optional)

Maybe it is thanks to commit: a7e4540?

tastybento commented 4 years ago

Can you share your config to spawn fishes?

VozikCZE commented 4 years ago

  OCEAN:
    biome: OCEAN
    icon: WATER_BUCKET
    friendlyname: "&2Oceán"
    priority: 8
    # Lots of water required!
    watercoverage: 95
    plants:
      TUBE_CORAL: 1:SAND
      TUBE_CORAL_FAN: 1:SAND
      BRAIN_CORAL: 1:SAND
      BRAIN_CORAL_FAN: 1:SAND
      BUBBLE_CORAL: 1:SAND
      BUBBLE_CORAL_FAN: 1:SAND
      FIRE_CORAL: 1:SAND
      FIRE_CORAL_FAN: 1:SAND
      HORN_CORAL: 1:SAND
      HORN_CORAL_FAN: 1:SAND
    mobs:
      SQUID: 2:WATER
      COD: 3:WATER
      TROPICAL_FISH: 15:WATER
      PUFFERFISH: 5:WATER
      DOLPHIN: 1:WATER
      DROWNED: 2:WATER
      TURTLE: 2:SAND
    moblimit: 10
tastybento commented 4 years ago

I fixed the mob spawning, but the plant growing needs work because I'm 99% sure underwater plant growth will not work. I need to develop a way to work out a way to identify them. Do some testing and let me know.

VozikCZE commented 4 years ago

Mob spawning is working. But underwater growing didn't work in the past either: https://github.com/BentoBoxWorld/Greenhouses/issues/30

tastybento commented 4 years ago

Aha okay. I'll close this one then and look at 30.