Links
Tags
Creators
Details
All versions
0.3.1
Beta
Tweelix 0.3.13 days ago 15
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Tweelix 0.3.1
✨ New Features
Locator Bar Enhancements
- Player Head on Locator Bar: Player waypoint icons on the Locator Bar now display the corresponding player's skin head, dynamically scaling based on distance.
- Cardinal Indicator Display: Added N/E/S/W cardinal direction markers on the Locator Bar, displayed in small text without a background to avoid obstructing the view.
- Supports switching display modes via sub-configuration:
English/Chinese/Both.
- Supports switching display modes via sub-configuration:
Auto Replant
- After harvesting crops, the mod now automatically uses the corresponding seeds from your hotbar to replant them.
- Offers extensive sub-configuration options:
- Cancel on Sneak: Breaking crops while sneaking will not trigger auto-replant.
- Only Mature: Only fully mature crops will be replanted, protecting immature seedlings.
- Replant Trees: Automatically replants the corresponding sapling when breaking logs.
- Replant in Creative: Auto-replant also works when breaking crops in Creative mode.
- Custom Crop Mappings: Supports custom
blockID=itemIDmapping rules, compatible with modded crops.
Fake Player Commands
- Batch Player Control: Added
/tweelix batchplayer <prefix> <start> <end> <subcommand...>command for batch-controlling Carpet fake players. - Fake Player Vault Opening: Added
/tweelix vault at <coordinates> facing <direction> start <number>command to dispatch fake players to open Vaults at specified locations.
🔧 Changes & Improvements
Infinite Night Vision
- Added Auto-Toggle with Shaders sub-configuration: Automatically disables night vision when shaders are enabled, and restores it when shaders are disabled, avoiding rendering conflicts.
Mining Protection (formerly Mining Blacklist)
- The system has been fully upgraded to Mining Protection, providing more granular enchantment-based access control:
- Blacklist Blocks: Prevents mining specified blocks (supports block IDs and
#tags). - Silk Touch Whitelist: Only allows mining specified blocks with Silk Touch enchantment.
- Fortune Whitelist: Only allows mining specified blocks with Fortune enchantment.
- Allow Sneak Bypass: Allows bypassing enchantment requirements while sneaking.
- Added corresponding action feedback messages (e.g., "Requires Silk Touch", "Requires Fortune").
- Blacklist Blocks: Prevents mining specified blocks (supports block IDs and
⚠️ Important Changes
- Configuration Method Change: All feature toggles for this mod no longer support being enabled/disabled via in-game commands. Please use the Config GUI screen to toggle features.
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:mtKTCdny:XZD2vzGt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mtKTCdny:XZD2vzGt"
}


