All versions
0.9.1
Beta
Gorp's World 0.9.1last year 287
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Gorp's World Update 0.9.1
- Fixed a bug with Dicey Gorps giving 0 duration on effects
Gorp's World Update 0.9.0
- Updated Spicy and Icy Gorp Sprout textures to be more visible where they generate
- Added a Gorp Coin drop. After acquiring permission to bite Gorp they will drop when killing mobs
- Added the Gorpophone. It allows you to make announcements to your Minecraft world in exchange for one Gorp Coin
- Added Impact Dampening Gorp Footwear to the Gorp Merchandise Collection (placeholder for now)
- Added The Murdler
- Fixed lag issue when sending messages in the Gorp Altar
- Let Gorp Buddy mobs spawn randomly in forests
- Changed Dicey Gorp crafting recipe to a smithing recipe
- Added Dicey Gorp Upgrade Smithing Template for crafting Dicey Gorp
- Added new He Is Gorp painting
- Added Upgraded Dicey Gorp. You can now upgrade a Dicey Gorp for better roll effects
- Some other stuff probably changed that I can't remember to put in the changelog, it's been a while
Please don't hesitate to point out any bugs I put this update together very haphazardly
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:NOHpxQmf:vR9FsqG1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NOHpxQmf:vR9FsqG1"
}

