0.2.0
Compatibility
Changes
Overlooked — Version 0.2.0
Release Log for Version 0.2.0
This is the second public release of Overlooked.
Version 0.2.0 adds a few crafting recipes, interactive blocks, and tools!
It was very difficult to do, I don't know what I'm doing.
Added
Tools
- Resonite Sword
- Resonite Pickaxe
- Resonite Shovel
- Resonite Axe
- Resonite Hoe
All have their own buffs.. for now they just do their job faster than any other tool... I need ideas
Resonant Blocks & Materials
- Resonant Lamp
- I think thats it tbh
Notes
- This version focuses on establishing core systems rather than expansion
- All features are designed to be vanilla-friendly and balanced
- More Resonant-based content and interactions are planned for future updates
Please, feel free to contact me or provide any suggestions on what else I can add!
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:Pjt4n4GU:Pi9s4IU8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pjt4n4GU:Pi9s4IU8"
}

