Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.54 KB | None | 0 0
  1. sources\minecraft\net\minecraft\src\BlockLandMine.java:22: non-static method get
  2. BlockTexture(net.minecraft.src.IBlockAccess,int,int,int,int) cannot be reference
  3. d from a static context
  4.         Block block = Block.getBlockTexture(iblockaccess, i, j - 1, k, l);
  5.                            ^
  6. sources\minecraft\net\minecraft\src\BlockLandMine.java:22: incompatible types
  7. found   : int
  8. required: net.minecraft.src.Block
  9.         Block block = Block.getBlockTexture(iblockaccess, i, j - 1, k, l);
  10.                                            ^
  11. 2 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement