All versions
1.0.0.03
Alpha
Hoyocraft 1.0.0.033 months ago 361
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Ruin Guard Overhauls & Scrap Salvaging
- New Attack. the Ruin Guard a heavy new Punch and Jump attack
- adjusted the Stomp and Clap attack with extra particles and sound
- Inactive Ruin Guard Debris. You can now find deactivated Ruin Guard relics lying around the overworld. They generate rarely on the surface. Mine them with an iron pickaxe (or better) to obtrain some iron, copper, and redstone
Stamina and Dodge Dashing
- Stamina System. Added a vertical HUD bar to track your stamina. Sprinting and sprint jumping now consume stamina, and you won't be able to sprint if your bar is completely empty.
- Iframes: You can tap your sprint key while on solid ground to perform a quick, invulnerable dash (same as genshin).
Campfire Cooking and Village Recipes
- New Foods. Added Cooked Meat and the specialty Chicken Mushroom Skewer.
- Raw Meat is now edible, but just like rotten flesh, it carries a chance of giving you the Hunger effect.
- You can now find learnable Recipe Scrolls (like the Chicken Mushroom Skewer Recipe) inside village house chests. Master them to cook dishes at your stove
- Portable Stove: Craft your own cooking station. The Portable Stove block can
be crafted at a workbench with this grid layout:
- Top Row: 3x Iron Ingots
- Middle Row: 3x Cobblestone
- Bottom Row: 3x Cobblestone
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:kpTCpVo4:mtgWeL0i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kpTCpVo4:mtgWeL0i"
}

