Welcome to the Nothing Series Performance Mods Wiki! This documentation provides comprehensive information about Minecraft performance mods across different mod loaders and versions.
it is made to be a replacement for the current kinda out of date github wikis which just don't look rly good or have old information.
This wiki is built with Docusaurus and contains information about performance mods for:
- NeoForge
- Forge
- Fabric
- Quilt
# Install dependencies
npm install
# Start development server
npm start
# Build for production
npm run build
# Deploy to GitHub Pages
npm run deploy-gh
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Copy
curseforge-proxy.js.template
tocurseforge-proxy.js
- Set your CurseForge API key in your environment variables
- The proxy will automatically use the API key from the environment variable
NEVER commit your actual API key to the repository. The
curseforge-proxy.js
file is gitignored.
- fix Psst (Ultra Performance Docs with correct links and edit descriptions)
- maybe show modicons on the pages
- add batch hover tooltip
- add picture support with pre-fetching pictures
- Add detailed mod descriptions and usage guides for some mods
- Include credits/contributor list on the website
- Add better PR and fork instructions
- Add wiki redirect for modpages
- restructure the modpage layout
- Add ALL mods lol
- Nothing Series
- Akoto090 - The guy who made this docs
- Lowtrixx - The guy who got the idea from the Refined Storage discord
- Noahfrechette - The guy who made the legit biggest commit
- LambdAurora - The dev who inspired me to make this
- DARKLOL680 - The guy who showed me the first time the ServerCore mod
- comp500 - The dev who let me use information from the quilt-serverside mod list
- Minecraft Modding Community - For creating and maintaining performance mods
- The CurseForge Discord - For the feedback and suggestions
- All users who have provided feedback and suggestions!!
This project is licensed under the MIT License - see the LICENSE file for details.