Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/17/17 in all areas

  1. Completely breaks the minecraft aesthetic.
    1 point
  2. https://github.com/MinecraftForge/MinecraftForge/issues/3419#issuecomment-308583108
    1 point
  3. getItem().stacksize will give you the amount of items you are comparing itemstack to a item
    1 point
  4. You need to override getBlockLayer() to return something other than SOLID. CUTOUT is probably what you want here.
    1 point
  5. My best guess would be that either your event handler is not called, in order to test that you should try to print something to your console in your eventhandler, or that your line is being drawn somewhere else. When I first rendered a custom block it was drawn at the coordinates 0, 0, 0 in the world.
    1 point
×
×
  • Create New...

Important Information

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