ModMIT
bring back disarmed tripwire
Adds the pre-1.21.2 Minecraft functionality to disarm tripwires
257
Downloads
0
Followers
5 months ago
Updated
📦
2
Versions
📖About bring back disarmed tripwire
Bring Back Disarmed Tripwire
Restores the pre-1.21.1 behavior of tripwire: when you use shears on tripwire string, it is disarmed instead of broken.
What it does
- First shear hit on tripwire string: the string remains and becomes disarmed; shears lose 1 durability.
- Subsequent break (or shear) on an already disarmed string: the string breaks normally.
- Works in singleplayer and on dedicated servers.
- Clients do not need the mod to join a modded server running this.
Installation (Fabric only)
Dedicated server
- Install Fabric Loader for your server version.
- Place the built JAR into the
mods/folder along with Fabric API. - Start the server. Vanilla clients can connect.
Singleplayer
- Install Fabric Loader and Fabric API on your client.
- Place the JAR into your client
mods/folder. - Launch the game. The behavior applies because singleplayer runs an integrated server.
Build from source
./gradlew build
The remapped JAR will be in build/libs/.
License
- MIT