Description
Create: Egg Production - Performance Fork
This is a small NeoForge 1.21.1 fork of the original Create: Egg Production mod.
Original mod by the original developer:
https://www.curseforge.com/minecraft/mc-mods/create-egg-production
The goal of this fork is to improve server performance and make the mod more suitable for larger multiplayer servers and modpacks.
What does this mod do?
Create: Egg Production adds a Create-powered way to mass-produce eggs without needing large vanilla chicken farms.
By using water, seeds, and rotational power, players can generate eggs in a more technical and automation-friendly way.
This fork keeps the main gameplay idea, but changes how the blocks work internally to reduce server load.
Main Changes
Egg Producer Optimization
- The Egg Producer no longer fully ticks 20 times per second.
- By default, it only processes once per second.
- Production progress is scaled up, so egg production still works normally.
- If inputs are missing or the output is full, the block checks less often.
- Reduced
setChanged()calls to lower chunk saving and server pressure. - Fixed a bug where eggs could be lost if the output became full during production.
Egg Incubator Rework
- The Egg Incubator now only ticks once per second.
- By default, it no longer spawns real chickens.
- It no longer spawns ItemEntities into the world.
- Results are now placed into internal output slots.
- The Incubator output can be extracted from below using hoppers or pipes.
- Removed the client ticker from the Incubator.
- Reduced sounds and visual update frequency.
Config
- Added a server-side config.
- Server owners can adjust behavior depending on their modpack or performance needs.
What is different compared to the original version?
- The Incubator no longer throws items into the world.
- The Incubator no longer creates real chickens by default.
- Incubator output must now be extracted from its internal output slots.
- Hoppers, pipes, or other automation systems should be used to pull the output.
- Sounds and visual updates are reduced for better performance.
- The mod is more server-friendly and better suited for large multiplayer environments.
Dependencies
Requires:
- Minecraft 1.21.1
- NeoForge
- Create
Credits
This is a small performance-focused fork of the original Create: Egg Production mod.
All original ideas, assets, and base functionality belong to the original developer.
Original mod page:
https://www.curseforge.com/minecraft/mc-mods/create-egg-production


