Posted September 3, 20214 yr I simply try to attach a capability to a world, but how this works seems to have changed. AttachCapabilitiesEvent<World> doesn't work anymore. The class "World" isn't part of the net.minecraft library anymore or got replaced by something else. How can I attach capabilities to a world now (1.17.1)?
September 3, 20214 yr 56 minutes ago, ReymondX said: The class "World" isn't part of the net.minecraft library anymore or got replaced by something else. Maybe figure out what class name that is? Literally everything gets passed a world object at some point... Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
September 6, 20214 yr Author To be honest I'm new to minecraft modding. I know my Java, but how this API works is still sort of a mystery to me. The class World is gone, but I currently don't know what it was replaced with. I guess I will go back to 1.16 and start there and later update it to 1.17. Edited September 6, 20214 yr by ReymondX
September 6, 20214 yr So you can't go open the vanilla source files and poke around for a few minutes identifying functions that you know take a world object and see what it was renamed to? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
September 6, 20214 yr Author I didn't know which functions take a world, but now I got it. It got replaced by "Level". I didn't think that they would more or less simply rename it. They could have replaced it with a whole new structure or sorts. As I said I'm completely new. Anyways, thank you
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.