promotional bannermobile promotional banner

Greenery🌿

Dynamic plant generator mod that makes the world greener!

File Details

Greenery-1.12.2-6.0

  • R
  • Oct 18, 2024
  • 452.44 KB
  • 459
  • 1.12.2
  • Forge

File Name

Greenery-1.12.2-6.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:greenery-574029:5821691")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Greenery🌿 changelog

  • Added support for arbitrary block generation.
    • Greenery can now generate non-Greenery blocks in the world and when using bonemeal based on configuration.
    • To add configuration for these blocks create JSON files in the greenery/blocks directory.
    • Properties of this new configuration are:
      • blocks - A list of blocks you want to generate; syntax: <resource_location>:[<meta>]; example: minecraft:cactus
      • worldGen and allowedSoils - The same as Greenery plants.
    • Example configuration file for a cactus:
      {
        "blocks": [
          "minecraft:cactus",
          "minecraft:cactus",
          "minecraft:cactus"
        ],
        "worldGen": [
          "0 | type:dry | 1.0 | 16 | 32"
        ],
        "allowedSoils": [
          "sand"
        ]
      }
      

Thanks to xkforce for commissioning this features!