Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 3 weeks ago
All versions
1.20.1.1
Release
v1.20.1.1 for Forge 1.20.13 years ago 23.8K
Compatibility
Minecraft: Java Edition
1.20–1.20.2
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
Compatibility
Compatible with both Forge and Neoforged modloaders
What's Changed
- Update to 1.20.1
- Auto-Fishing Barges no longer have their own inventories. It will instead look for the nearest consecutive set of Chest Barges behind it to put items in to. This new change is explained in the Patchouli Guide Book, or when right clicking the Auto-Fishing Barge.
Bug Fixes
- Jittery node text rendering when holding the Tug Route item
- Reworked beacon rendering when holding Tug Route and Loco Route items.
- Fix z-fighting between icon and text when holding the wrench item
- Cleaned up Patchouli guide book.
- Other small audio and visual fixes
Minor stuffs
- Update translation texts for all languages
Notes
- This Update is not compatible with previous versions of the mod, nor is it compatible with worlds created for previous versions of the mod.
- If you open up a world created in 1.19 or earlier, entities and items WILL disappear.
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:1zZJrh9c:TgyyhU8M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1zZJrh9c:TgyyhU8M"
}

