Jump to content

[1.8.9] I'm trying to make a mod that replaces the player with a pig. This is purely visual.


DanielMens

Recommended Posts

I'm trying to make a mod that replaces the player with a pig. This is purely visual and client-sided.

I found this code in a 1.14.4 thread, but couldnt convert it to 1.8.9 by myself. I'm new to forge, but I know java reasonably well.

EntityType.byKey(GodsCrownItem.getSelectedMorphMobOf(stack).toString()).get().create(event.getEntity().world);
Minecraft.getInstance().getRenderManager().getRenderer(entity.getClass()).doRender(entity, event.getX(), event.getY(), event.getZ(), event.getPlayer().rotationYaw, event.getPartialRenderTick());

Can anyone help me?

Edited by DanielMens
Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.