Posted August 8, 20178 yr Are there any good custom dimension tutorials out there for 1.11.2 or 1.12? All the ones I can find are for much earlier versions and reference a class in Forge called DimensionManager which seems to not exist anymore. Thanks,
August 8, 20178 yr I don't know of any tutorials, but I will say that DimensionManager still exists. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
August 8, 20178 yr Author Strange. When typing my import statements, Eclipse wasn't able to find DimensionManager until I opened it using ctrl+shift+t.
August 8, 20178 yr Author 6 minutes ago, diesieben07 said: Surely you must be joking. Nobody "types import statements". You have an IDE for a reason... I'm just going to go ahead and ignore your ignorance. The Eclipse IDE is one of the worse I've ever used. It will import classes only when I copy/paste code. When I type, it won't. Plus sorry for being a person that likes to import classes before I start using them.
August 8, 20178 yr Author Unfortunately no. However, 2017 opens Java files and has syntax highlighting.
August 8, 20178 yr In Eclipse Ctrl+Shift+o should detect any needed imports and import them. I do it all the time as I type up code.
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.