Jump to content

_BlackMage_

Members
  • Posts

    3
  • Joined

  • Last visited

_BlackMage_'s Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm using Eclipse and I'm compiling via the gradle tasks by clicking build
  2. 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?
  3. 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?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.