Changes

No change in size ,  15:25, 5 April 2021
m
fix wrong syntax of dependency
Line 25: Line 25:  
dependencies {
 
dependencies {
 
     // 'implementation' is for the main source set
 
     // 'implementation' is for the main source set
     implementation "net:minecraftforge:eventbus:4.0.0"
+
     implementation "net.minecraftforge:eventbus:4.0.0"
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>
297

edits