Posted January 24, 201312 yr How would one go about making a custom sun and moon texture in your new dimension using the DimensionManager in forge? http://i.imgur.com/Hppni.png[/img]
January 24, 201312 yr You can do that with the WorldProvider of your Dimension: public String getSunTexture() { return "/J-Craft/sun.png"; } public String getMoonTexture() { return "/J-Craft/moon_phases.png"; }
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.