Posted January 8, 20214 yr My Ore generation: it works fine on client but on server no one will generate https://github.com/Luis-st/Forge-1.16.4/blob/main/forge-1.16.4-35.1.15-mdk/src/main/java/net/luis/cave/world/gen/OreGen.java and the registration in the FMLClientSetupEvent: https://github.com/Luis-st/Forge-1.16.4/blob/main/forge-1.16.4-35.1.15-mdk/src/main/java/net/luis/cave/events/FMLClientSetup.java
January 8, 20214 yr Your FMLCLientSetupEvent is not at all the place where you would want to register your world gen features Edited January 8, 20214 yr by Beethoven92 Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
January 8, 20214 yr Author 1 hour ago, Beethoven92 said: Your FMLCLientSetupEvent is not at all the place where you would want to register your world gen features where then? in the constructor of my main class?
January 8, 20214 yr You usually register registry entries inside their apposite registration events Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.