Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 weeks ago
All versions
1.4.0-beta.3+neoforge
Beta
Drink Beer Refill 1.4.0-beta.3 for 26.1.2 (NeoForge)2 weeks ago 106
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Drink Beer Refill 1.4.0-beta.3 (Minecraft 26.1.2)
Changed
- Added Minecraft 26.1.2 support for Fabric and NeoForge.
- Updated Fabric API support to 0.155.2+26.1.2, NeoForge support to 26.1.2.94, and JEI recipe integration to 29.21.0.67.
- Preserved the existing gameplay, recipes, automation behavior, registry IDs, saved-data keys, configuration keys, and network payload IDs.
Important
- Java 25 is required.
- Minecraft-version branches are independent. Cross-version world upgrades are not supported; back up your world before opening it with a different Minecraft version.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| drinkbeer-refill-26.1.2-neoforge-1.4.0-beta.3+neoforge-sources.jar | Unknown | 1.47 MiB |
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:RZwVw5iA:BODDoFNB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RZwVw5iA:BODDoFNB"
}

