Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 months ago
Updated last month
All versions
0.4.0-Beta
Beta
Fantastik 0.4.0-Betalast month 129
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
New structures were added:
- Inari Village Shrine
- Plains Castle. The structures contain new loot:
- Inari: Kitsune Masks of 3 colors
- Castle: Dried Fire Dragon Scales and Armor made from it, Petrified Egg, Iron Tile, Burnt Tapestries, Throne, Rusty Armor. • Kitsune models and their animations have been redesigne • The issue where it was impossible to join the server has been resolved. • Communication with the kitsune via chat ("kitsune name" is a word or short phrase), this will be added in the future. More variations have been added that the player can write, but for now you can wake up a sleeping kitsune, call her to you, and a few more actions ! The update is not complete and will be completed in the next version. Therefore, some new functions are either incomplete or may not work entirely correctly. I needed to release a working version in which you could play on the server without any problems!
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:bfyBBfL4:XuhMKqfu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bfyBBfL4:XuhMKqfu"
}

