I cannot set up a development environment without it erroring
JSJBDEV opened this issue ยท 4 comments
Effectively, whenever I do anything after setting up the example mod as an idea project it refuses to load with the only error message being "failed to provide" it seems to generally happen after I add a second mod to the run folder generated after ./gradlew runClient is first run, after this error message shows in the console, it never seems to work ever again. any help would be appreciated,
thanks in advance
so I Just manage to set up a development environment. I have a feeling it is something to do with putting fabric in the mods folder (even if it is subsequently removed) that causes the first error I experienced, after reusing the example mod WITH THE DEFAULT VERSION (19w03c) it worked. (I did change the modid line, etc)
also Im not sure if this is a similar problem but when I tried circumnaviagting the the example mod by trying to build the fabric Dark-Utilities, i get an error
error: cannot find symbol
import net.minecraft.client.render.block.BlockRenderLayer;
when I try to run the client. am I missing something here?
error: cannot find symbol
import net.minecraft.client.render.block.BlockRenderLayer;
It's in net.minecraft.block
now. (link to Yarn file)