Posted December 13, 20222 yr Hello everyone, i have a question i want to programm a Java Forge mod for the Minecraft version 1.18.1 and i dont know how to do that. I have experience in Java developement for Minecraft, but i want to programm a mod where the user does not have to install a mod but it is only on the server, e.g. as with bukkit etc. how do I go about it or what do I have to do so that it is only used on the server side? Lg Timo
December 15, 20222 yr Pretty much just need to make sure that everything is only happening on the physical server and that you don't need to send data across the network or add new registry objects: https://docs.minecraftforge.net/en/1.19.x/concepts/sides/#writing-one-sided-mods.
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.