Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/06/18 in all areas

  1. JRed I have to ask, how did you learn Java?
    1 point
  2. If people don’t know how something works... they should learn how it works before trying to change anything to do with it. Giving them software that tries to get around this will never solve the problem, especially if we’re dealing with stuff to deal with the internet, as everything on the internet is jury rigged
    1 point
  3. Sure, here is an example on how to set a blockstate. world.setBlockState(Blocks.FURNACE.getDefaultState().withProperty(BlockFurnace.FACING, EnumFacing.EAST));
    1 point
  4. What's crashing you is LWJGL being unable to find a library...
    0 points
×
×
  • Create New...

Important Information

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