
Gardening Tweaks
A handful of flowery additions to Minecraft's gardening mechanics!
- Загрузки
- 1K
- Подписчики
- 18
- Обновлён
- 20 июня 2025 г.
- Лицензия
- GPL-3.0-only
Опубликован 10 января 2024 г.



Javadocs: https://oakloaf.github.io/GardeningTweaks/
Maven
Repository:
<repositories>
<repository>
<id>lushplugins</id>
<url>https://repo.lushplugins.org/snapshots/</url>
</repository>
</repositories>
Artifact:
<dependencies>
<dependency>
<groupId>org.lushplugins</groupId>
<artifactId>GardeningTweaks</artifactId>
<version>3.0.3</version>
</dependency>
</dependencies>
Gradle
Repository:
repositories {
mavenCentral()
maven("https://repo.lushplugins.org/snapshots/")
}
Artifact:
dependencies {
compileOnly "org.lushplugins:GardeningTweaks:3.0.3"
}

Ченджлог
3.0.7Релиз1.21.7, 1.21.8, 1.21.9 · 20 июня 2025 г.
It is highly recommended to configure the plugin from scratch for this update as it comes with a number of new settings.
Changes
- Added a number of additional configuration options for modules
- Restructured config files and added support for minecraft tags to list items, entity types, etc.
- Added support for Growth Dance to affect saplings, sugar cane and cactus
- Added support for Interactive Harvest arm swinging visual with PacketEvents
- Added additional support for a number of protection plugins
- Added condition option to Lumberjack to allow defining whether it should only occur when crouching or standing
API
- All project packages have been refactored
- The API has now moved to https://repo.lushplugins.org/snapshots/
2.1.3Релиз1.21.2, 1.21.3, 1.21.4 · 17 сентября 2024 г.
Bug Fixes:
- Made composter level drop by 2 when at maximum capacity
- Improved composter compatibility with other plugins
2.1.2Релиз1.20.5, 1.20.6, 1.21 · 12 июля 2024 г.
Plugin Changes:
- Added
distance-from-originconfig option to SaplingReplant - Improved performance of Growth Dance
- Migrated plugin to LushLib
Bug Fixes:
- Fixed FancyTrees on versions 1.18 and lower
- Fixed issue with InteractiveHarvest when being interacted with from external plugins
- Fixed ComposterSpreader not using the last level of compost
API Changes:
- Made
growCropsreturn a list of grown crops
2.0Релиз1.20.2, 1.20.3, 1.20.4 · 15 января 2024 г.
Gardening Tweaks 2.0.0
Changelog
- Separated modules into separate config files for ease of use
- Added built-in GriefPrevention, HuskClaims, HuskTowns and Lands support
- Composter Spreader, Fast Leaf Decay and other modules have received major performance improvements
- Added more control over distribution of materials in Grass Drops, Sniffer Drops and Composter Output
2.0-BETA-4Бета1.20.2, 1.20.3, 1.20.4 · 15 января 2024 г.
GardeningTweaks 2.0-BETA (Build #4)
Changelog
- Fixed Fancy Trees module not loading it's default config
2.0-BETA-3Бета1.20.2, 1.20.3, 1.20.4 · 14 января 2024 г.
GardeningTweaks 2.0-BETA (Build #3)
Changelog
- Improved performance of ComposterSpreader
- Added
crop-blocksconfig section which excludes composters that do not have farmland nearby - Composters will no longer attempt to bonemeal crops in unloaded chunks
- Added
2.0-BETA-1Бета1.20.2, 1.20.3, 1.20.4 · 10 января 2024 г.
Modrinth Release
- Initial release on Modrinth
Комментарии
Загружаем…