Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Dew Drop: Sturdy Farmland - Growth Edition
This project is a fork of Dew Drop: Sturdy Farmland by coolbot100s adding growth behavior to sturdy farmland. It is meant to be used in the context of modpacks, as most of its features need additional kubejs/datapack functionality to work as intended. This mod has all the features of the original by coolbot100s, which can be found here.
Features
Daily Crop Growth
Every morning, crops will grow by 1 stage if they are watered. This is calculated using Serene Season's season system, and has additional support for other mods This is best paired with a mod that disables random ticks, such as No Random Ticks.
Fertilized Farmland
To pair with the new growth system, six new fertilizers are added:
- Weak Fertilizer - Boosts initial crop growth by 1 day (Age)
- Strong Fertilizer - Boosts initial crop growth by 2 days (Ages)
- Hyper Fertilizer - Boosts initial crop growth by 3 days (Ages)
- Hydrating Fertilizer - Does not dry in the morning until fully grown
- Bountiful Fertilizer - A blank canvas for modpack makers to add their own mechanics
- Low Quality Fertilizer - Blank farmland with a tag for Quality Food
- High Quality Fertilizer - Theoretical stronger version of the above
- Pristine Quality Fertilizer - Strongest version of the above
Using Quality Fertilizers
If using the Quality Food mod, you must update the configuration for them to have an affect. This can be done using the farmland_config
like this:
farmland_config = [ "2;#minecraft:crops;#dew_drop_farmland_growth:low_quality_fertilized_farmland;1.5", "2;#minecraft:crops;#dew_drop_farmland_growth:high_quality_fertilized_farmland;2","2;#minecraft:crops;#dew_drop_farmland_growth:pristine_quality_fertilized_farmland;3"]
Sprinklers
- Sprinklers can be enabled in the server config using
checkSprinklers = true
- When enabled, farmland will check for a nearby sprinkler on the same or one level above. This is done using the following tags:
dew_drop_farmland_growth:sprinkler_tier_1
- Prevents drying in a 3x3 areadew_drop_farmland_growth:sprinkler_tier_2
- Prevents drying in a 5x5 areadew_drop_farmland_growth:sprinkler_tier_3
- Prevents drying in a 7x7 areadew_drop_farmland_growth:sprinkler_tier_4
- Prevents drying in a 9x9 area
- The area is centered around the block with the tag
Dependencies (Required Versions)
This mod has the following dependencies and has been tested with the following versions:
- Bot's Lib version 4.0
- Serene Seasons version 9.1.0.0
Mod Support
Additional support for "Weird" crops that have additional logic is provided. If you have a mod crop you would like supported, let me know and I'll do my best to accomodate.
- Farmer's Delight version 1.2.6 (Tomato Crop)
- Vintage Delight version 1.6 (Gearo Berry Bush)
Support
Questions? Comments? Suggestions? Join our Discord!