Links
Tags
Creators
Details
Licensed Custom
Published 4 years ago
Updated 2 years ago
All versions
2.2.0
Beta
strawgolem-2.2.0-1.19.2-beta2 years ago 7,970
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
:sparkles: New Features
- - initial work for putting barrel on golem (commit by @t2pellet)
- - visual work for barrel (commit by @t2pellet)
- - configurable walk speed (commit by @t2pellet)
- - require haybale 0.4.2 (commit by @t2pellet)
- - barrel repair (configurable) (commit by @t2pellet)
- - set priority chest (commit by @t2pellet)
- - deliverer falls back to other chests if priority full (commit by @t2pellet)
- - Jade compat for barrel health (commit by @t2pellet)
- - hold item above head if wearing barrel (commit by @t2pellet)
:bug: Bug Fixes
- - gradle issue (commit by @t2pellet)
- - barrel not saving (commit by @t2pellet)
- - golems not being shy (commit by @t2pellet)
- - github action (commit by @t2pellet)
- - github action (again) (commit by @t2pellet)
:wrench: Chores
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Strawgolem-forge-1.19.2-2.2.0-sources.jar | Unknown | 2.64 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:sXMCPogN:OoHJaBKg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sXMCPogN:OoHJaBKg"
}

