3
0

Fix DragonAPI incompatibility (close #99)

This commit is contained in:
Prototik
2015-07-11 01:37:58 +07:00
parent 801f84d461
commit 664666ef68
2 changed files with 11 additions and 27 deletions

View File

@ -59,7 +59,7 @@ public class CraftBlock implements Block {
this.chunk = chunk;
}
private net.minecraft.block.Block getNMSBlock() {
public net.minecraft.block.Block getNMSBlock() {
return CraftMagicNumbers.getBlock(this); // TODO: UPDATE THIS
}