Jump to content

malabarth

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

malabarth's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hi, I'm making a mod who add gravity in minecraft. (http://www.minecraftforum.net/topic/1716678-147-forge-fallcraft-beta/) For now, all falling blocks are rendered trough EntityFallingSand. But I'd like to make a mod who didn't change any vanilla original classes. So I've made a similar Entity with his render, but the render is using the same metadata type as FallingSand. But When rendering, the metadata are not available. (the System.out.println in the Render file display null) Any idea of how I can do that? For now, I know that packet exist in VehiclePacket who transfer metadata for EntityFallingSand. Do I need to register a packet too? Thanks Here are my files: mod_xxx RenderGravity EntityGravity
×
×
  • Create New...

Important Information

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