Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 months ago
All versions
V1.0.0
Release
Initial Release3 months ago 418
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Initial release
Combines a heavily modified version of EarlyStage with Never Punching Trees, plus original additions.
Verified in play
- Tested in Ultimate Create Server (Create-based modpack on NeoForge 1.21.1) alongside Immersive Weathering, Salt (NeoForge port), Still Life, JEI, and AppleSkin.
- Rocks generate across every overworld biome — vanilla and modded — via
#minecraft:is_overworld. - Hand-breaking restriction governed by the
rough_beginnings:breakableblock tag andrough_beginnings:canbreakitem tag (both customizable via datapack). - Sieve uses composter-style probabilistic processing (~40% advancement chance per click). Right-click to insert a sieveable block, then keep right-clicking to advance — no rock required.
- Crafting Rock accepts any vanilla crafting recipe, no whitelist.
- Throwable rocks: 2 damage on hit, 85% drop / 15% shatter on impact.
- Plant fiber drops from short grass / tall grass / fern / large fern at vanilla-feeling rates (10–15%); craft 1 fiber into 2 plant string.
- Death is fully vanilla — no inventory preservation or beginner-mode mechanic.
- See
changelog.mdfor the full feature list and what was kept, modified, or cut from each upstream.
Compatibility
- Minecraft
1.21.1 - NeoForge
21.1+ - Java
21
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:FBFPh41i:rhG4NMKW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FBFPh41i:rhG4NMKW"
}

