output fake player UUID/name to console on postInit to help server owners
This commit is contained in:
parent
9d93d515f0
commit
32dfc3cdf7
1 changed files with 2 additions and 0 deletions
|
@ -501,6 +501,8 @@ public class BuildCraftCore extends BuildCraftMod {
|
||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void postInit(FMLPostInitializationEvent event) {
|
public void postInit(FMLPostInitializationEvent event) {
|
||||||
|
BCLog.logger.info("BuildCraft's fake player: UUID = " + gameProfile.getId().toString() + ", name = '" + gameProfile.getName() + "'!");
|
||||||
|
|
||||||
for (Object o : Block.blockRegistry) {
|
for (Object o : Block.blockRegistry) {
|
||||||
Block block = (Block) o;
|
Block block = (Block) o;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue