Tags
Creators
Details
0.6.4+1.21.1+neoforge
Compatibility
Changes
Additions:
Added the Alloy Furnace(+JEI compat), which is dropped by the Starlight Golem(currently)
Added the Seeker, a new squid-like flying hostile mob
Added the Tentacle Spike, a whip weapon dropped by Seekers
Added more Toxite building blocks
Added in-game docs for redstone devices from the previous update
Added a new music disc that can be converted from all other music discs when thrown into Ether fluid
Tweaks:
Deepsilver tools now have the same mining level as iron tools
Starlit Diamond ores and blocks now require iron tools to mine
Increased cooldown for summoning meteors
Added afterimage visuals for some bosses
Tried to reimplement the progression system to make it more accurate and efficient
Added a noise based tint for the Ether fluid
Added a config to always allow players to hurt Gatekeepers during the fight
Made Pungency Fruit Vines more common and recognizable
Fixes:
Fixed the Wand of Teleportation not working
Fixed "When upgrading equipment with applied Accessories with a Smithing Table, the attributes will not change"
Fixed the Accumulator being a redstone conductor
Fixed the Energy Transmitter disconnecting when loaded from a Structure Block
Added a registry remapper(NeoForge only) to fix outdated ids in old save files
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:XvcfUGfB:AuGaEkm3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XvcfUGfB:AuGaEkm3"
}

