A lightweight and intuitive Fabric mod designed to help you create, manage, and recall notes directly within your Minecraft world using simple chat commands.
- Note creation / deletion
- Note filtering
- Attach coordinates to notes
- Attach timestamps to notes
- Install Fabric Loader: If you haven't already, download and run the Fabric installer for your Minecraft version (any
1.21.Xversion). - Download Quicknote: Go to the Releases page and download the latest
.jarfile for Quicknote. - Place in Mods Folder: Locate your Minecraft
modsfolder.- Windows: Press
Win + R, type%appdata%\.minecraft\mods, and press Enter. - macOS: In Finder, click
Go > Go to Folder..., type~/Library/Application Support/minecraft/mods, and press Enter. - Linux: Typically
~/.minecraft/mods. Place the downloaded Quicknote.jarfile into thismodsfolder.
- Windows: Press
- Launch Minecraft: Start your Minecraft launcher and select the "fabric-loader" profile. Launch the game, and Quicknote will be active!
If you wish to build Quicknote from its source code:
- Clone the Repository:
git clone https://github.com/smit4k/quicknote.git cd quicknote - Run Gradle Tasks:
This will compile the mod and generate the
./gradlew build
.jarfiles in thebuild/libsdirectory../gradlew runClient: Runs a Minecraft client with the mod loaded for testing../gradlew runServer: Runs a Minecraft server with the mod loaded for testing.
Contributions are welcome! If you have suggestions for new features, bug fixes, or improvements, please feel free to:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeatureName). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature/YourFeatureName). - Open a Pull Request.
Quicknote is licensed under the MIT License. See the LICENSE file for more details.