Greenery🌿

Greenery🌿

Mod

Dynamic plant generator mod that makes the world greener!

Client and server DecorationWorld Generation

2,652 downloads
17 followers
Follow Save

Greenery-1.12.2-6.0

Changelog

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 these features!

Files

Greenery-1.12.2-6.0.jar(452.44 KiB) Primary Download

Project members

teksturepako

Member

Details

Licensed MIT
Published 2 years ago
Updated 8 months ago