Use JGit instead of GrGit now that jcenter is going away.
Update missed mapped name in MDK.
This commit is contained in:
parent
c8bca2c697
commit
2228a32446
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
maven { url = 'https://files.minecraftforge.net/maven' }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
|
|
|
@ -48,7 +48,7 @@ public class ExampleMod
|
|||
|
||||
private void doClientStuff(final FMLClientSetupEvent event) {
|
||||
// do something that can only be done on the client
|
||||
LOGGER.info("Got game settings {}", event.getMinecraftSupplier().get().gameSettings);
|
||||
LOGGER.info("Got game settings {}", event.getMinecraftSupplier().get().options);
|
||||
}
|
||||
|
||||
private void enqueueIMC(final InterModEnqueueEvent event)
|
||||
|
|
Loading…
Reference in a new issue