All versions
1.0.3+neoforge
Beta
[NeoForge 1.21.1] 1.0.3last year 141
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.0.3
- chore: update dependencies (close #35)
- fix: wooden fence gate models
1.0.2
- fix: the "missing fabric datagen api" error (close #38)
1.0.1
- fix: data gen and crash
- chore: re-enable datagen
1.0.0
- fix: BEWLR registration
- all: update Kiwi. fix meiren kao connection
- Revert "随便改点啥触发 GitHub Action"
- fix: pipe interaction
- NeoForge made those two fields public when reintroduce the patch.
- Setup maven publish
- Also try upload to release, so we can test it out
- Update kiwi
- 随便改点啥触发 GitHub Action
- Rename workflow
- Enable manual run
- Update kiwi
- Merge remote-tracking branch 'origin/1.21-neoforge-rushed' into 1.21-neoforge-rushed
- Restore a temporary continuous delivery script to see if this setup works
- Use our own fork of Kiwi.
- Don't ask why. Gradle refuses to download anything from mavenLocal.
- chore: add the missing parts in the build script
- fix: most things work now
- build script changes
- Kiwi version switch to 15.2.0-alpha
- grass -> short_grass since Minecraft 1.20.3
- Game can start and we can open a save now
- A bit more progress
- ~60 error left
- Zero-th pass on 1.21-neoforge port
0.8.2
- fix: crash when trying to run data gen at production (close #34)
0.8.1
- chore: update Kiwi
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:XlwMlNhH:JpBDuzmt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XlwMlNhH:JpBDuzmt"
}

