2
Compatibility
Changes
Features
-
[x] Discord Suggestion System
-
[x] Private Claims System (menu.java style)
-
Allows players to claim chunks.
-
Maximum: 133 claimed chunks per player.
-
Claims expire after 33 days of inactivity.
-
Admins can revoke access from a specific player using:
/yourline private <nickname> -
Friends can be added to claims with customizable permissions.
-
Claim color can be changed.
-
Hovering over a claim in the dedicated UI displays the owner's name.
-
Claims prevent:
- Griefing
- Entity and player damage
- Explosions
- Fluid placement/spreading
- Piston abuse
- Other forms of intrusion
-
All protections can be individually configured through a dedicated UI.
-
-
[x] Auto Smelting Enchantment
- Pickaxe-only enchantment.
- Instantly smelts mined blocks without a furnace.
- Applies smelting when drops are generated.
- Includes custom sounds and particle effects.
-
[x] Rope (
yourline:rope)- Must be placed on a ceiling.
- Extends infinitely downward while air blocks are available below.
- Rendered with wind-swaying animations.
- Allows fast descent and slow climbing.
-
[x] Grappling Hook (
yourline:hook)- Pulls the player toward a block up to 33 blocks away.
- Similar in behavior to a fishing rod when thrown.
-
[x] Forest Horses
- Horses naturally spawn in
minecraft:forestbiomes alongside pigs, cows, sheep, and other passive mobs.
- Horses naturally spawn in
-
[x] Redstone Eye
- Fires eye lasers while holding Right Click.
- Consumes 33 durability per use.
-
[x] Separate Mod Configuration
- Toggle built-in Dynamic Lights.
- Toggle block-hover tooltips.
-
[x] Head Hunter Enchantment
- Guarantees head drops from players and mobs.
-
-
[ ] Casen
- Creative-mode item.
- Allows blocks and items to become larger, pulse, rotate internally, and display visual effects.
Character Customization
-
[x] Character Customization
-
[x] Attribute Selection on World Join and After Death
-
[x] Attribute System
- [x] Maximum of 3 attributes
-
User Interface
- [x] Main Menu
- [x] Siren Lamp
World Changes
-
[ ] Illagers, Villagers, and Zombie Villagers Removed
- Cannot spawn and do not exist in the world.
Buttons & Switches
-
[x] Buttons Collection
- [x] Iron-Cased Button
- [x] Long Lever
- [ ] Rusted Valve (Cancelled / Removed)
- [x] Copper Toggle Switch
- [x] Additional Button Variant
Utility Blocks
-
[x] Winch
- Places and retracts ropes beneath itself.
Wires & Machines
-
[x] Gravity Wrench (
gravity_wrench)- Allows moving and carrying blocks.
-
[x] Earthquake Effect
-
[x] Limiter (
limiter)- When activated, grants Adventure Mode to all players within 33 blocks.
-
[x] Block Placer (
blockplacer)- Places blocks in the configured direction.
-
[x] Updated Dialogue Windows
- Dialogs can now be saved.
-
[ ] Spacebar Descriptions
- Removed until future updates.
-
[x] New Decorative Blocks
- Framed variants
- Iron variants
- Oxidized variants
- Rusted variants
-
[x] Indicator Block
- Decorative indicator block.
-
[x] Backpack
-
[x] Crystal Eye (
crystal_eye)- Teleports the player to their most recent death location.
-
[x] Broken Timer
- Emits a redstone signal once every second.
-
[x] Crusher
- Breaks blocks in the configured direction.
-
[x] Fan (
fan)- Pushes entities in its facing direction.
-
[x] Wrench
- Rotates blocks.
-
[x] Siren
- Audible within a 33-block radius.
-
[x] Flashes
-
[x] "Beyond" Enchantment
- Makes Flash drops have a 100% drop chance.
-
[x] EasyFarmers
- Harvest crops using Right Click.
-
[x] End Rod Crafting
-
[x] Return Block
- When powered by redstone, teleports nearby players to their last death location.
-
[x] Configuration Option
- Disable visual hints and helper overlays.
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:rFM8bZwM:N7vMRcMt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rFM8bZwM:N7vMRcMt"
}

