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?