This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
So, I was trying to add the character to the main menu, but there are some problems with this:
Currently I am using this code:
FakeNetHandlerPlayClient fakeServer = new FakeNetHandlerPlayClient(mc); FakeWorld world = new FakeWorld(new WorldSettings(new WorldInfo()), fakeServer); this.mc.player = this.mc.playerController.createPlayer(world, new StatisticsManager(), new RecipeBook()); this.mc.player.respawnPlayer(); drawEntityOnScreen(posX, posY, scale, mouseX, mouseY, this.mc.player);
FakeWorld and FakeNetHandlerPlayClient were copied from this repository: https://github.com/bschoenmaeckers/MenuMobs/
Alright so, now I changed some code to avoid null pointers but no entity is displayed, any idea? :/
So, I was trying to add the character to the main menu, but there are some problems with this:
Currently I am using this code:
FakeWorld and FakeNetHandlerPlayClient were copied from this repository:
https://github.com/bschoenmaeckers/MenuMobs/
Alright so, now I changed some code to avoid null pointers but no entity is displayed, any idea? :/