Jump to content

Giraffestock

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Giraffestock's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I saw those, but do I need to render all of them, or just the positives?
  2. Hey, I'm developing a tech mod and I'm using this code for the rendering of some blocks: renderer.renderTopFace(block, x, y, z, ore); renderer.renderBottomFace(block, x, y, z, ore); renderer.renderNorthFace(block, x, y, z, ore); renderer.renderSouthFace(block, x, y, z, ore); renderer.renderEastFace(block, x, y, z, ore); renderer.renderWestFace(block, x, y, z, ore); Does anyone know what happened to those methods?
×
×
  • Create New...

Important Information

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