2.0.1
Compatibility
Changes
Sorry it's been 4 months to get this patch out. Previously the owl statue was causing players to crash when joining a multiplayer world, but when I fixed the crashing part I found that there were a lot more bugs in multiplayer and that it didn't account for dimensions. Since then I've been trying to fix them and add cross dimension stuff, but due lack a conviniet way to test in multiplayer and having no clue how to get dimensions working I haven't been able to get it fully working. So now I just want to at least give you all a version that doesn't crash with multiplayer.
Added -
- New wallet types
- Crafting recipies for stuff
- Dungeon door (only the sfx are still in progress)
- Hookshot target block config
- Owl statue debug commands
Changed -
- Fixed the owl statue crashing players joining multiplayer
- Changed the owl statue warp storage from a file to a player variable
Known Issues -
- Same from 2.0
- Owl statue/menu doesn't work across dimensions
- Shift clicking deposit/withdraw doesn't work if you join someone's multiplayer world (at least when joining with essentials, not sure about a normal hosted server)
Sorry again for not releasing this fix sooner, and hopefully I'm able to get the owl statues working the way I want them to at some point. Anyways, thank you all for your support, have fun, and let me know if there are any other bugs I need to address.
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:UDxxowia:Q7qHAgJV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UDxxowia:Q7qHAgJV"
}

