Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
9.1.0.0
Beta
9.1.0.0 for Forge 1.20.12 years ago 561.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Forge & Fabric 1.20.1 Backport (#495)
* fabric 1.6
* kill neoforge
* update gradle to 8.7
* kill forge
* config overhaul
* remove SubSeason from SeasonProperties
* update dede
* optimize imports
* 1.20.1 backport attempt 1
* change short_grass to grass
* guide people to download owo-lib with help of owo-sentinel
* make config more user friendly
commented
* delete owo lib
* old configs
* old configs 2
* update glitchcore & use configsync
* update glitchcore to 1.0.4
* delete wispforest repo
* use official glitchcore
* change glitchcore ver to 1.0.0.60
* require the needed glitchcore version
(I forgot to put it back after testing)
* change glitchcore version to 0.0.1.0
* Revert "kill forge"
This reverts commit ba30ed2287e29b8a62287390c855d477294e9a19.
* add forge version
* try to adapt code style of Adubbz
* Revert "try to adapt code style of Adubbz"
This reverts commit b68512af93b17ce63567d84a5a26ce469663dbc9.
* use 4 spaces in these classes
* use 4 tabs in this clas (I don't really know why it was like this, but I don't want to change anything)
* minimize the changes here
* minimize the changes here
* this is a catastrophe
* minimze the number of changes
* change the import to *
* fix imports here
* fix all imports in seasonsensorblock
* update glitchcore to 0.0.1.1
9.3.0
=====
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:e0bNACJD:FW4WSjtn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e0bNACJD:FW4WSjtn"
}


