Posted November 30, 20204 yr Hi, I am new to modding in Minecraft, and I was wondering, when I was originally learning, I did so in 1.12.2, however I am in the process of updating my mod to 1.15.2. I originally used "net.minecraft.world.WorldServer" for a variable, which I learned about by looking at how a few pre-existing mods handled networking in multiplayer. When I checked in 1.15.2 this option is no longer available. Does anyone know of an alternative that I can use? Edited November 30, 20204 yr by SwipesLogJack_T It was solved
November 30, 20204 yr Author 35 minutes ago, diesieben07 said: The class is called ServerWorld now. In fact all the names have been overhauled, they are now <Specialization><BaseType>. For example ServerWorld instead of WorldServer, StoneBlock instead of BlockStone, etc. Thank you very much, I appreciate the help.
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.