Evan
Evan
cazzar what line do i put this on or where do i put it in the build.gradle file
File name or in the code?
is it a process resource?
I undertand that but would it go under process resources like this? processResources { // this will ensure that this task is redone when the versions change. inputs.property "version", project.version...
or processResources { // this will ensure that this task is redone when the versions change. inputs.property "version", project.version inputs.property "mcversion", project.minecraft.version ``` // replace stuff in mcmod.info, nothing else...
I did that and checked over my mcmod.info and everything matches but it doesnt load. It still says ask the author for the mcmod.info. I did notice this if it...
Just Checked the @mod and refreshed everything but for some reason it still doesn't recognize the mcmod.info file. What is wrong?