Started by
CDRAGONN44
on
Topic category: Help with Minecraft modding (Java Edition)
I'm currently working on an addon for a mod that will trigger a variable when the player right clicks an item, and when I import the other mod's variables into my procedure, I get an error stating: error: package net.mcreator.ghostriderbyyofadda.network does not exist
and error: package GhostriderByYofaddaModVariables does not exist
I'm not sure if I'm doing something wrong but here was the code for my procedure: https://pastebin.com/Cpc2scXG
Is this mod loaded in build.gradle as dependency?
How can I do that?
This may help: https://moddingtutorials.org/dependencies/
I tried it but I keep getting this error run I try to run client: https://pastebin.com/FivMNhrd
I'm not sure what is wrong but my build.gradle file looks like this: https://pastebin.com/ifpBhh8x