
5.0K
16
9.0
release5 марта 2025 г.[!WARNING]
This update might require you to update the Fluidlogged API to v3.0.0.
- Added support for Fluidlogged API 3.0.0
- Fixed crash when
maxAgeof EmergentPlants was lower than 3.
8.0
release4 января 2025 г.-
Merged pull request by @MasterEnderman in #31.
- Added a new config option for disable printing debug messages to the log file
- Defining drops now allows:
- using metadata -> use
<resource_location>:<meta>; exampleminecraft:wool:5, - using oredicts -> use
ore:<oredict_name>; exampleore:plankWood.
- using metadata -> use
-
Added "Override Other Bonemeal Events" config.
-
Added
isReplaceableJSON config. -
Implemented a safer way of loading and unloading generators. (Fixes #30.)
7.0
release17 ноября 2024 г.Greenery🌿 changelog
- Implemented improved
soilconfiguration. - The
allowedSoilsconfig 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"
]
}
Greenery-1.12.2-6.0
release18 октября 2024 г.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/blocksdirectory. - Properties of this new configuration are:
blocks- A list of blocks you want to generate; syntax:<resource_location>:[<meta>]; example:minecraft:cactusworldGenandallowedSoils- 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!
Greenery-1.12.2-5.1
release2 сентября 2024 г.Greenery🌿 changelog
- Allowed items in
toolShearsOreDict to be used on upland plants as shears.
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:2 года назад
Обновлён:1 год назад