Use JGit instead of GrGit now that jcenter is going away.

Update missed mapped name in MDK.
This commit is contained in:
LexManos 2021-03-15 12:18:42 -07:00
parent c8bca2c697
commit 2228a32446
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
buildscript { buildscript {
repositories { repositories {
maven { url = 'https://files.minecraftforge.net/maven' } maven { url = 'https://files.minecraftforge.net/maven' }
jcenter()
mavenCentral() mavenCentral()
} }
dependencies { dependencies {

View file

@ -48,7 +48,7 @@ public class ExampleMod
private void doClientStuff(final FMLClientSetupEvent event) { private void doClientStuff(final FMLClientSetupEvent event) {
// do something that can only be done on the client // 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) private void enqueueIMC(final InterModEnqueueEvent event)