All versions
0.1.0-beta.1
Beta
Just Tweaks 0.1.0-beta.12 months ago 40
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
Just Tweaks
Features
-
🌾 Right-Click Harvest & Auto-Replant
- Right-click fully-grown crops (wheat, carrots, potatoes, beetroot, nether wart) to harvest
- Automatically replants a seed from the player's inventory or the crop's own drop
- Works for all crop types
-
💨 Air Bottle
- Right-click with an empty Glass Bottle (above water) → fills with air → Air Bottle (plays fill sound)
- Right-click Air Bottle underwater → refills 3-5 air bubbles + returns Glass Bottle
- Right-click Air Bottle above water → empties back to Glass Bottle
- Stacks to 16
-
🚗 Instant Vehicle Pickup
- Sneak + right-click any boat or minecart → instantly breaks and picks it up
- Works for all variants (chest boats, chest/hopper/furnace minecarts, etc.)
- No more punching boats in water or chasing drifting minecarts
-
🚪 Double Doors
- Opening one door automatically opens the adjacent matching door of the same type
- Works for all door types (oak, iron, spruce, etc.)
- Both doors open/close together
-
🛤️ Chained Minecarts + Faster Speed
- Shift + right-click Minecart A → selects it; shift + right-click Minecart B → links them with a visible chain line
- Repeat on the same cart → deselects
- Chain physics: linked carts stay within ~2.5–3 blocks of each other (rope-like pulling force)
- Unbreakable: chains never break from distance
- Max 12 minecarts in a single chain
- Faster movement: maximum speed increased to ~10 b/s with gradual acceleration over ~5 seconds
- Chain rendering uses lead-style line between linked carts; pull disabled when riding
-
⛏️ Full Tree Mining
- Hold the Full Tree Mining key (bindable in Controls → Just Tweaks) and break a bottom log
- Queued logs break 1/tick with 1 durability charge per log (respects tool enchantments)
- After all logs are broken, leaves accelerate — only leaves with no adjacent logs (other trees) are destroyed
- Small or non-structural trees are ignored
-
⛏️ Vein Mining
- Hold the Vein Mining key (bindable in Controls → Just Tweaks) and break an ore block
- Ores: all connected ores break 1/tick (max 200 blocks), drops consolidate at origin
- Sand, Gravel, Clay: break instantly (max 32 blocks, Chebyshev distance ≤ 4), client-only updates prevent falling physics
- 1 durability charge per block; respects Silk Touch, Fortune, and all tool enchantments
-
🕯️ Glow Torch
- Crafted from 1 Glow Ink Sac + 1 Stick → 6 Glow Torches
- Emits blue Soul Fire particles instead of yellow flame
- Waterloggable — can be placed underwater; water flows into the block instead of breaking it
- Placement: works on walls and floors
- Light level: 15
-
🔨 Remove Anvil "Too Expensive!" Cap
- Anvils no longer lock up at 40 levels — repair and combine infinitely
- XP cost still increases with each repair; no hard cap
- Keep your favorite gear forever
-
🐴 Craftable Horse Armor
- Craft Iron, Gold, Diamond, Copper, and Netherite horse armor (7 ingots/gems, chestplate shape)
- Leather horse armor already craftable in vanilla
-
💡 Dynamic Light System
- Light Source curio/trinket slot (hand slot)
- Place any light-emitting item (torch, glowstone, etc.) in the slot for dynamic player-following light
- Light updates every tick with section recompilation (r=1, 27 sections)
-
🔔 Durability Warning
- Flashes the screen red and plays a sound when a tool reaches critical durability
- Works for all tools and weapons
-
📖 All Recipes Unlocked
- All crafting recipes are automatically unlocked on login
- No need to collect recipe books or interact with crafting stations
-
🏹 True Infinity Bows
- Bows with Infinity enchantment no longer require an arrow in your inventory
- Shoot freely even with an empty inventory
-
🔥 Cozy Campfire Healing
- Standing within 5 blocks of a lit campfire grants Regeneration I
- Heals 1 HP every 2 seconds while you stay near the fire
- Works for all campfire types (normal, soul)
-
🛡️ Feather Falling Protects Farmland
- Boots with Feather Falling prevent farmland from being trampled into dirt
- Jump on your crops worry-free
-
🧍 Armor Stand Pose-ability
- Sneak + right-click an armor stand to cycle through poses (salute, arms-folded, waving)
- Inspired by Bedrock Edition armor stand system
-
💎 No-Burn Netherite
- Netherite items are immune to cactus destruction
- Fireproof + cactus-proof
-
👁️ Enderman Anti-Griefing
- Endermen can no longer pick up blocks from the world
- Keeps your terrain intact without disabling mob griefing entirely
Setup
Requirements
- Minecraft 26.1.2
- Java 25
- Gradle 9.5.1
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:u2goKIIl:NGbzW6Ep"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u2goKIIl:NGbzW6Ep"
}

