Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldenforge/goldenforge
Optimizing (Neo)Forge modded servers using Paper performance patches
https://github.com/goldenforge/goldenforge
minecraft-forge minecraft-server optimization papermc performance
Last synced: 4 months ago
JSON representation
Optimizing (Neo)Forge modded servers using Paper performance patches
- Host: GitHub
- URL: https://github.com/goldenforge/goldenforge
- Owner: GoldenForge
- License: other
- Created: 2022-10-15T19:37:13.000Z (over 2 years ago)
- Default Branch: 1.19.2
- Last Pushed: 2024-09-24T19:23:20.000Z (4 months ago)
- Last Synced: 2024-09-28T12:01:55.824Z (4 months ago)
- Topics: minecraft-forge, minecraft-server, optimization, papermc, performance
- Language: Java
- Homepage: https://goldenforge.modcraftmc.fr
- Size: 118 MB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: docs/README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-header.txt
- Support: docs/SUPPORT.md
Awesome Lists containing this project
README
## GoldenForge
[![build](https://github.com/goldenforge/goldenforge/actions/workflows/build.yml/badge.svg)](https://github.com/GoldenForge/GoldenForge/actions)
[![discord](https://dcbadge.vercel.app/api/server/g3e5J8tX6e?style=flat)](https://discord.gg/g3e5J8tX6e)
### What is GoldenForge ?
Goldenforge is an unofficial fork of [Forge](https://github.com/minecraftforge/minecraftforge) designed to improve performance of large-scale modded servers by implementing [Paper](https://github.com/PaperMC/Paper) performance patches.
### Is it stable ?
Goldenforge is currently in an alpha stage. Expect stuff to break. It's not ready for production. Please do not report issues to mod authors or forge.
Nightly builds can be found [here](https://github.com/GoldenForge/GoldenForge/actions)### Optimizations mods
Using optimizations mods with goldenforge can result in undefined behaviour.
Recommended mods :
- canary (require custom config [here](https://github.com/GoldenForge/GoldenForge/tree/1.19.2/docs/configs/canary.properties))
- goldenforge-fixes [Modrinth](https://modrinth.com/mod/goldenforge-fixes) | [Github](https://github.com/GoldenForge/GoldenForge-Fixes)Incompatible mods :
- modernfix
- canary
- servercore (activation range and dynamic mobcaps already implemented)
- starlight (already implemented)
- pluto
- smoothchunks
- chunksending
- BiomeMakeover (see https://github.com/GoldenForge/GoldenForge/issues/17)
- randomTP (see https://github.com/GoldenForge/GoldenForge/issues/16)
- blueprint and mods that depend on it (i'm working on a fix)