2024.1.19
Compatibility
Changes

An update focusing on drinks, weapons, and loot from the inn structure.
BUG FIXES
Since I prepared the previous updates in a hurry, many errors could occur. Since I did this update in 9-15 days without rushing, I had time to solve bugs and name errors. -8 Bug Fixed.
TAKE A LOOK AT THE NEW (INN) BOOK TEXTURE!
With this update, books will no longer have a 3D model. But now every book has its own unique look! I miss the old one already, but (in my opinion) the new one is better.
BOOK CHANGES
The names of 4 books were changed. Since I wrote this changelog 3 days after the update finished, I don't know which books I changed.
NEW FOOD AND DRINK(S)
With this update, 1 new food and 2 new drinks have been added. -Meet Golden Berries! When eaten, it returns as sweet berries. -Added wine and soda. Wine produces a nasuea effect that lasts longer than beer. -I also noticed that although there were empty cups and empty glass cups, there were no empty bottles. That's why the empty bottle was added! It comes when you drink Milk Mixed With Honey, Wine and Soda.
MEET WITH NEW WEAPON!
Shurikens have been added! It can be thrown far and has upgrades just like sickles. -When the Stack Limit Upgrade is applied, normally there can be 16 shuriken in a single slot, but with this upgrade there can be 32 shuriken. -When the knockback upgrade is applied, the creature hit by the shuriken jumps 2 times further. -Glass Part and Clay Part added. While the glass part is needed for making shurikens, the clay part is needed for the knockback upgrade. See our wiki page for more information.
NEW BLOCK?
With this update, a new block, 'boxes', has been added! Each time it breaks, it drops a random item in the loot pool. Or 49 percent chance it won't drop anything at all! Also, golden berries only drop from these boxes. You can check out our wiki page for more information. -Also, before I forget, there is a 3 percent chance that these boxes may contain the 'Inn In The Road' music disc, which gave its name to this trend! You can also listen to this music on the YouTube channel with user tag @Moli2la
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:QZDDIaHQ:pfSg8GLX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QZDDIaHQ:pfSg8GLX"
}

