Skip to content
Snippets Groups Projects
  • Auke Kok's avatar
    32bdb9a3
    Remove spores from mushrooms. · 32bdb9a3
    Auke Kok authored
    These have almost no value gameplay wise. Mushrooms spread
    by their very nature into appropriate soil nearby, and
    harvesting spores is something only scientists do. Actual
    mushroom farmers leave a few mushrooms and put on more
    manure, and keep the light off.
    
    Modify the growth ABM to test for light levels and attempt
    to plant a similar mushroom nearby (+/- 2 x,z, +/- y). Light
    at both source and destination needs to be low enough. I've
    tuned it to be 3-4 spaces from a torch.
    
    Mushrooms will die in full sunlight, but they can survive under
    trees and may grow out at night anywhere.
    
    Removed obsolete textures.
    
    Remove unused nodes and provide aliases for them.
    
    Aliased obsolete nodes so no unknown item nodes appear.
    
    Mushrooms die only in full sunlight (light level 15).
    32bdb9a3
    History
    Remove spores from mushrooms.
    Auke Kok authored
    These have almost no value gameplay wise. Mushrooms spread
    by their very nature into appropriate soil nearby, and
    harvesting spores is something only scientists do. Actual
    mushroom farmers leave a few mushrooms and put on more
    manure, and keep the light off.
    
    Modify the growth ABM to test for light levels and attempt
    to plant a similar mushroom nearby (+/- 2 x,z, +/- y). Light
    at both source and destination needs to be low enough. I've
    tuned it to be 3-4 spaces from a torch.
    
    Mushrooms will die in full sunlight, but they can survive under
    trees and may grow out at night anywhere.
    
    Removed obsolete textures.
    
    Remove unused nodes and provide aliases for them.
    
    Aliased obsolete nodes so no unknown item nodes appear.
    
    Mushrooms die only in full sunlight (light level 15).
init.lua 7.06 KiB