mirror of
https://github.com/MinecraftForge/MinecraftForge
synced 2026-08-22 04:26:10 -04:00
Use JGit instead of GrGit now that jcenter is going away.
Update missed mapped name in MDK.
This commit is contained in:
parent
813f3d630d
commit
f4fd1c2f16
5 changed files with 53 additions and 20 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue