A lightweight Fabric addon for Cactus Mod on Minecraft 1.21.1. It adds a new category and extra utility/visual modules.
-
Brand Name Changer
- Change the client brand reported by the game (e.g.
lunarclient,fabric,forge,vanilla, custom). - Toggle the module and type your brand in the setting
Brand. - Implemented via a Mixin to
ClientBrandRetriever#getClientModName.
- Change the client brand reported by the game (e.g.
-
Arrow Trails
- Colorful particle trails following flying arrows.
- Settings: Rainbow mode, RGB speed, fixed color, particles per tick, particle size, only own arrows, offset spread, minimum speed.
-
more comming soon
- Download the built JAR from the repository Releases.
- Alternatively, you can build the mod yourself (see the section "For Advanced/Technical").
- Minecraft: 1.21.1
- Fabric Loader
- Fabric API (matching Minecraft 1.21.1)
- Cactus Mod
- Install Fabric Loader (if you don't have it yet).
- Install Fabric API (matching Minecraft 1.21.1).
- Install Cactus Mod.
- Download the Moss Addon JAR from the repository Releases.
- Put all JARs into your
mods/folder. - Start Minecraft.
- Open the Cactus Mod modules UI.
- Switch to the Moss Addon category.
- Enable what you want:
- Brand Name Changer: enable and set your desired value in the "Brand" field.
- Arrow Trails: enable and adjust the settings to your liking.
- Built with Fabric and Java 21.
- Cactus addon entrypoint:
xyz.datenflieger.Moss(implementsICactusAddon). - Mixins:
BrandClientBrandRetrieverMixin(client brand),ArrowEntityTickMixin(arrow particles). - Build locally:
The built JAR will be under
./gradlew build
build/libs/.
This project is licensed under the terms of the license file included in this repository (LICENSE).
