promotional bannermobile promotional banner

Greenery🌿

Dynamic plant generator mod that makes the world greener!

File Details

7.0

  • R
  • Nov 17, 2024
  • 470.07 KB
  • 2.0K
  • 1.12.2+2
  • Forge

File Name

Greenery-1.12.2-7.0.jar

Supported Versions

  • 1.12.2
  • 1.12.1
  • 1.12

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Greenery🌿 changelog

  • Implemented improved soil configuration.
  • The allowedSoils config was deprecated. (Still works for backward compatibility.)

Syntax:

{
  "soil": [
    "material:<material>",
    "block:<resource_location>",
    "block:<resource_location> | <blockstates>..."
  ]
}

Example:

{
  "soil": [
    "material:grass",
    "block:minecraft:sand",
    "block:minecraft:stone | variant=granite"
  ]
}