Tags
Creators
Details
1.0.7
Compatibility
Changes
1.0.7 changelog
!!REQUIRED!! Download resourcepack HERE --> Drive Download V1.0.7
NEW
-
Added stone face event
-
Added nearby glitch spawn event
-
Added dreamcatcher recipe
-
Added lantern recipe
-
Added screencorruption sound
-
Added interactionblock event
-
Added worldsky event
-
Added creed event
-
Added item modification event
-
Added crying obsidian surface event
-
Added rotted bee balm item
-
Added fillbiome event
-
Added cryptid:empty biome
-
Added cryptid:soma biome
-
Added various error and lore related messages
-
Added prion event
-
Added prion cluster event
REWORKED
- Pyramids spawn less
- Infinite bugfixes
- Vine event is now more unique
- Optimized event handler
- Optimized tick function
- Optimized harrow
- Harrow no longer spawns underground, less annoying
- Wall and Glitch are now more fair to fight
- Event algorithm has been redone from scratch, now events are split into 3 categories, low, medium, and high
- Events should happen much less, but each event will be more noticeable and important
- Changed the font
- Removed the red tint on the forest biome
- Decreased the fog
- Hearts now repopulate faster
FIXED
- lag
- lag
- lag
- Pickaxe randomly triggering
- Dopplegangers not spawning on death
- Tick lag on unknown entities
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:fgon4GGl:4NzcRfEx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fgon4GGl:4NzcRfEx"
}

