Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/21/18 in all areas

  1. 1) ALL block methods are deprecated. Deprecated means "do not invoke" as you are supposed to only call the same methods from the IBlockState object, not the block class. You are perfectly fine implementing and overriding these methods. 2) https://minecraft.gamepedia.com/Redstone_circuit#Power
    1 point
  2. I found the solution. Use new TextComponentString("YourTextGoesHere"); I cannot find out how to format in colours however.
    1 point
  3. Your project does not contain either a client or server proxy, yet you are telling Forge that you need them: https://github.com/Sarelm/Dynams/blob/master/Dynams.java#L27-L28
    1 point
×
×
  • Create New...

Important Information

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