1.0.9
Compatibility
Changes
・Removed omuraisu's omuraisu ・Removed [To the next] poster ・Added NoAI function to Tool Gun ・Added mob attraction effect to Tool Gun ・Changed Tool Gun's entity selection method ・Removed Fuujion ・Removed Shirokki ・Added Croquis Frog ・Added Crystal Ball ・Added White Ball ・Added Urinal ・Changed so Chocolate Frappe can be eaten ・Added two new designs to the fan handle: [Give me paid leave] and [Raise my hourly wage] ・Added tungtungtungsahur ・Added a treadmill ・Added an abdominal machine ・Added edible Tungtungsahur ・Fixed the texture for the minced meat cutting set ・Added Takoppi ・Added a railgun ・Added Takoppi items ・Added roasted Takoppi ・Added Karkerkurkarkarkarkurkurkur ・Added Boneca tralala lirilila tung tung sahur bobritto boneca tralala lirilira ambalabu ・Added Capuccina asassinna ・Removed [Welcome] sign ・Added tru tru tru sahur ・Added [Exit 8 Guide] poster (1.16.5 only) ・Added Wedding Dress ・Added Black Shirt ・Added Black Pants ・Added karkerkurkarkarkarkurkurkur_red ・Added Door with Scope
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:2Eb78fHr:EhGaNizU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2Eb78fHr:EhGaNizU"
}

