Cactus bug #8


  • New
  • Defect
Open
Assigned to mooman219
  • _ForgeUser13333 created this issue Dec 18, 2011

    What steps will reproduce the problem?
    Create a standard cactus farm, cactus will grow and the tops will not break off. Disable the Placeable: Cactus option (set to false) and cactus will not grow at all.

    What is the expected output? What do you see instead?
    Cactus grow from 1 block total height to 2 blocks total height and the top block breaks off, falling down to be collected. What is happening with the latest version of LivingBuildings is that, with the default config, Cactus in a cactus farm continue to grow up to the max height set in the config file, ignoring nearby blocks. Turning off allowing placement of cactus anywhere with the option Placeable: Cactus: False, makes it so cactus NEVER grow.

    What version of the plugin are you using?
    Version 33

    Do you have an error log of what happened?
    No error is generated

    Please provide any additional information below.
    Nothing additional to provide

  • _ForgeUser13333 added the tags New Defect Dec 18, 2011
  • _ForgeUser13333 posted a comment Dec 18, 2011

    Sorry, version is version 33, Plugin version 17

  • mooman219 posted a comment Dec 18, 2011

    @Pantheis: Go

    will look into

  • mooman219 posted a comment Dec 31, 2011

    Cactus is a bit odd. To completely disable the plugin's effect on cactus, set these options...

    1
    2
    3
    4
    5
    6
    7
    8
    Placeable: 
        Cactus: false
    
    Special: 
        CactusMaxGrowthHeight: 3
    
    Fixed: 
        Cactus: false
    

To post a comment, please login or register a new account.