Hello,
I am trying to create a mod that uses the Gases Framework mod as a dependency. I have downloaded that mods source and as instructed created a dev build and then added it to the /libs folder and the build.gradle.
when I go to compile the mod I'm met with the following error: https://pastebin.com/wybu3Ugc
My build.gradle: https://pastebin.com/cmwBTHAX
I then added Gases Framework to the build path as an external jar
Not sure where I have gone wrong though?
Hello,
I am working on a mod that over a period of time slowly increases the day/night length but am having trouble accomplishing this. when attempting to look into this matter a bit more it seems that Mojang has hard coded these figures. Is there any way that anyone knows about that would allow me to modify the day/night length without breaking mod compatibility. So far the only method I have found is basically causing the game to set back 1 in-game hour to achieve more ticks but this is causing an incompatibility with several mods that depends on ticks because to do so we are advancing a day each time we set the time back an hour. any suggestions?
1 reply
Important Information
By using this site, you agree to our Terms of Use.