DEV Community

Cover image for Creating a Minecraft Mod using Java and Fabric

Creating a Minecraft Mod using Java and Fabric

Horus Lugo on January 30, 2020

A few weeks ago, YouTube recommended me a Minecraft video from Dream's Channel in which he was trying to beat the game while his friend George atte...
Collapse
 
waynee95 profile image
waynee95

Nice tutorial. Do you plan on making follow up tutorials?

Collapse
 
horusgoul profile image
Horus Lugo

I don't think so, this is the first mod I built and will probably be the last one too at least for now.

Thank you for your feedback :D

Collapse
 
bsprogrammerpython profile image
bsprogrammerpython

Plz make more I want to learn all

Collapse
 
bytesign profile image
bytesign

./gradlew runClient is causing the an error,
it says build failed with an exception

  • What went wrong: Could not initialize class org.codehaus.groovy.runtime.InvokerHelper > Exception java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.reflection.ReflectionCache [in thread "Daemon worker"]

i tried recloning the git but to no avail, it seems to be missing something