Sign in to follow this
Followers
0
[1.7.10][SOLVED] gradlew build reobf error
By
Rennancge, in ForgeGradle
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By SilviaX_92 · Posted
Hi DaemonUmbra, I think I was told to do that by the Pixelmon installation instruction but apparently I misunderstood the wording... I tried and it worked! Thank you so so much you saved me from a Minecraft without Mods! Have a wonderful day/night! -
Events don't return values. Second, I'm pretty sure getMoonPhase() is client side only.
-
Im new at modding so probably this have an obvious error but plz somebody tell me how can i make this works, it is intended to return a value in relation to the moon phase public float endWorldTick(TickEvent.WorldTickEvent event) { float x = 0; if(event.side.isServer() && event.phase == TickEvent.Phase.END) { World world = event.world; if(world.provider.getDimension() == 0) { if(world.getMoonPhase() == 1.0f) { x = 15.0f; } } } return x; }
-
By DaemonUmbra · Posted
Please don't Necro old threads, if you have an issue make your own. -
By DaemonUmbra · Posted
You changed "Game Directory" to your mods folder. The Game Directory is supposed to be the folder that contains the mods folder, .minecraft by default
-
-
Topics
-
Who's Online (See full list)