A Minecraft mod that adds customizable remarks and tooltips to in-game items, compatible with both Fabric and NeoForge mod loaders.
- Add custom remarks to any item in the game
- Compatible with most item-related mods
- Works with both Fabric and NeoForge loaders
- Minecraft 1.21.7 or later
- Appropriate mod loader (Fabric or NeoForge)
- Install Fabric Loader
- Download the latest
itemremarks-fabric-xxx.jar - Place the JAR file in your
.minecraft/modsdirectory - Launch the game with the Fabric profile
- Install NeoForge
- Download the latest
itemremarks-neoforge-xxx.jar - Place the JAR file in your
.minecraft/modsdirectory - Launch the game with the NeoForge profile
-
Clone the repository:
git clone https://github.com/MinersLab/item-remarks-mod.git cd item-remarks-mod -
Build using Gradle:
./gradlew build