Tags
Creators
Details
All versions
2.0.0-Beta-5
Beta
Sophie's Alloys 2.0.0 Beta 5last month 66
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Overview 2.0.0 Beta 4
Suspicious Structures and Powered Lantern changes
New Content
Some structures can now spawn around in the world underground in the form of respites, shrines, or burial grounds.
- Burial grounds can have Suspicious Slate which can be brushed to get loot such as Upgrade Templates, Diamonds, and general goodies all around.

- Respites have plenty of loot to find, a corpse, and Oreberries!

- Shrines are there to find a little light in the dark, and maybe a little dark in the light.

Powered Lanterns
- Powered Lanterns can be interacted with directly by the player or through redstone to be toggled on and off. They will turn off when updated by any means and not locked. They can do some fun things with pistions like 'zero tick pistons' and quasi-connectivity.
- Powered Lanterns now have their own subtitles when interacted with.
- Powered Lanterns now also have a tooltip summary explaining how they interact with the world.

Recipes
- Many Soul Sand/Gravel recipes implement a new item: Strange Flint.
- Strange Flint can be crushed to make Flint Dust.
- Netherrack crushing recipe should no longer be missing.
- Washing Deep Sand yields more Tritonium Nuggets on average.
- Asurine Chunks now require two Strange Flint and two less Tuff Chunks.
- Strange Flint, Tritonium Nuggets, and Veridium Chunks can now be mixed to create End Stone Chunks.
- Iron or Steel can be used with Strange Flint or Flint to craft Flint & Steel.
Fixes
- Fixed vanilla chains having a missing texture.
- Fixed Netherite Powered Lantern not having a smithing recipe.
- Oreberries couldn't be placed on various Suspicous blocks.
Upcoming plans
- More integration with archaeology as a mechanic via suspicious blocks. It's a very slept on part of Minecraft, and absolutely should be integrated more.
- Better End Stone production, as well as Myalite production if Quark is installed.
- Lead Paint. Mostly just a funny idea and gimmick. It'll be dyable for colour options, but you can also eat it and it'll poison you.
- Similar to Tiny Progressions' Growth Crystals, I want to make Jade blocks make plants and crops grow faster.
- Have Leaded Quartz Glass update each other so you can have large windows that can be turned on and off all at once.
- Removal of Growing Emeralds by figuring a better Emerald Automation system besides just Haunting Veridium Chunks.
Optional dependencies
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:dkuKyRt9:6OF9LFr3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dkuKyRt9:6OF9LFr3"
}





