All versions
5.3.0
Release
squatgrow NeoForge 5.3.0+mc1.20.12 years ago 64.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
[5.3.0]
Added
- A new requirements system that has a lot more customizable
Fixed
- Config system not reloading as it should when you do
/reload - Chance config not being computed properly leading to the chance always being 100% #27
Deprecated
- The old
requireHoeandhoeTakesDamageconfig options have been deprecated in favor of the new requirements system
[5.2.0]
Added
- An new action that allows the player to hold a grass block in their offhand to quickly squat to convert dirt to grass
Fixed
- Fixed another crash causing clients to be disconnected from the server or crash in single player due to poor validation
Changed
- Rewrote most of the mod to be more robust and extendable
[5.1.1]
Fixed
- Fixed an issue causing the mod to cause world crashes when using mods like canary.
[5.1.0]
Possibly breaking
- Build for NeoForge instead of Forge
- Should still work on forge
- Refactored code
Additions/Changes
- Added support for AE2 growth acceleratable blocks
- Added multiplier config option for sugarcane and ae2
[5.0.4]
- Better sugar cane chances
[5.0.3]
- Added config option requiring hoe to be held
[5.0.1]
- Updated forge/fabric
- Use new build task
[3.0.0]
- Ported to architectury (Forge and Fabric versions \o/)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:b5JMdB5V:GqQjv0rk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b5JMdB5V:GqQjv0rk"
}



