All versions
0.5.5
Beta
Haybale 0.5.5 for 1.21.6-1.21.88 months ago 48
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
0.5.5
- Fix forgelike sided executor
0.5.4
- Fix neoforge 1.20.4 serialisation on an integrated server
- The example entity now shows its life ticks, to give an example of packets and serialisation
0.5.3
- Fix neoforge 1.20.4 packets
- Fix neoforge mixins
0.5.2
- Fix crash in neoforge
- Add getLevel method in AbstractCapability
0.5.1
- Fix capitalization for some classes
- Remove hyphenated versioning
0.5.0-beta
- Port to new architecture that allows for multi-platform and multi-version development.
- Fix startup bug
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| haybale-0.5.5+1.21.6+neoforge-sources.jar | Unknown | 82.54 KiB |
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:ZrllRmem:ngN86EDG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZrllRmem:ngN86EDG"
}



