mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
parent
dd5c7a282d
commit
ccf2433288
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
package de.ellpeck.naturesaura;
|
package de.ellpeck.naturesaura;
|
||||||
|
|
||||||
|
import com.google.common.base.Strings;
|
||||||
import de.ellpeck.naturesaura.api.NaturesAuraAPI;
|
import de.ellpeck.naturesaura.api.NaturesAuraAPI;
|
||||||
import de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk;
|
import de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk;
|
||||||
import de.ellpeck.naturesaura.api.aura.container.IAuraContainer;
|
import de.ellpeck.naturesaura.api.aura.container.IAuraContainer;
|
||||||
|
@ -88,6 +89,11 @@ public final class NaturesAura {
|
||||||
|
|
||||||
private void postInit(FMLCommonSetupEvent event) {
|
private void postInit(FMLCommonSetupEvent event) {
|
||||||
proxy.postInit(event);
|
proxy.postInit(event);
|
||||||
|
|
||||||
|
LOGGER.info("-- Nature's Aura Fake Player Information --");
|
||||||
|
LOGGER.info("Name: [Minecraft]");
|
||||||
|
LOGGER.info("UUID: 41C82C87-7AfB-4024-BA57-13D2C99CAE77");
|
||||||
|
LOGGER.info(Strings.padStart("", 43, '-'));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue