1.10.0.1
Compatibility
Changes
This is a long overdue patch. I know I've promised to deliver it sooner, but I have had a lot of stuff happening in real life.
I've also decided to pause development for the 1.18.2 versions. Once I make sufficient progress on the 1.19.2 version, I might update the 1.18.2 versions for Forge or Fabric as I did with the big backport. Until then, I wanted to make this current version the most stable for everyone. Keeping up with all these versions is very tiring and time-consuming for me, and also makes development slow. I'm sorry to disappoint anyone, but I'm just one guy.
- fixed a crash caused by the Iberian village. Some jigsaws would turn into packed mud upon worldgen, making the game crash;
- fixed bug where waystones would not spawn in the Iberian village (from both FWaystones and Blaire's Waystone mod);
- fixed an issue where the Iberian village was not present in the config (Forge issue only);
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:DjLobEOy:HkbknuHF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DjLobEOy:HkbknuHF"
}

