BentoBoxWorld / Greenhouses

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

(not a bug) Just nitpicking on some things i've noticed #13

Open mrfloris opened 5 years ago

mrfloris commented 5 years ago

Hey there,

I am too unfamiliar with this github stuff, so this will hopefully do. This is about a few things I've noticed.

FEATURE REQUESTS

While I am here ;P

Could it be possible to limit greenhouse only to our world named /skyblock/ or our /acid/ map ? .. and not have it work in say our wild world or a towny map ?

And would it be possible to limit the player to one greenhouse at a time? Instead of allowing them to i believe make as many as they want? We run in difficulty hard for skyblock/ and would not mind if they have to work for some items.

mrfloris commented 5 years ago

Uhm, we noticed that horses spawn perfectly fine, but a bit too much. From what I understand the max should be one ?

  PLAINS:
    friendlyname: "Horse Plains"
    biome: PLAINS
    icon: GRASS_BLOCK
    priority: 1
    contents:
      GRASS_BLOCK: 3
    plants:
      TALL_GRASS: 10:GRASS_BLOCK
    mobs:
      HORSE: 10:GRASS_BLOCK
    moblimit: 1

we have 12 horses and growing, ..

Do i misunderstand mob limit ? 2019-08-10_01 25 13

tastybento commented 5 years ago

I'll answer the last question first and then post other answers. Mob limit is how many blocks of area each mob must have. So you have it set to 1 so that means a horse only needs 1 block. Set it to 9 or something.

tastybento commented 5 years ago

The background on the bad docs is because this add-on is a port from the Greenhouses plugin that I wrote and I copied over the text from there. Unfortunately, I'm always busy doing other things so I haven't been able to implement those other features yet. I did Greenhouses as a real minimum-viable-release just to get it out there for BentoBox and so that explains the lack of love. I need to clean stuff up!

Could it be possible to limit greenhouse only to our world named /skyblock/ or our /acid/ map ? .. and not have it work in say our wild world or a towny map ?

Yes. That's a bug actually. It should only work in island worlds.

Using bonemeal in hoppers, the 'tall' flowers don't show, their bottom half does, not their top half

I think there was another issue on this filed. I need to try and work out how to do this.