Links
Tags
Creators
Details
All versions
0.3.0
Beta
Tweelix 0.3.0last month 7
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
Changelog – What's New in 0.3.0
New Features
| Feature | Description |
|---|---|
| Mining Blacklist | Prevents mining of a configurable list of blocks. |
| Unlimited Night Vision | Grants permanent night vision with adjustable brightness intensity. |
| Execute Sign Commands | Right‑click the back of a sign to run commands starting with / or !!. |
| Auto Line Wrap for Sign Editing | Automatically wraps pasted text by pixel width when editing signs. |
| Unlimited Backside Sign Pasting | Ignores client‑side text length limits when pasting on the back of signs (works with command execution). |
| Command Suggestions | Shows parameter hints while typing commands (requires built‑in resource pack). |
Command System
/tweelix batch <name1> <value1> ...– toggle multiple features at once/tweelix delay <command1> <time> <command2>– execute commands with a delay (supports5t,2s,1mformat)/tweelix emptyInventory– instantly clear your inventory/tweelix <configName> [value]– query or set any configuration value- All commands support the
!!prefix (MCDReforged compatibility)
Important: Versions after 0.3.0 also support NeoForge.
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:hboY3Aru"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mtKTCdny:hboY3Aru"
}

