More work on the implementation of events
This commit is contained in:
parent
dd3a093825
commit
39b4243a82
27 changed files with 217 additions and 259 deletions
|
@ -118,4 +118,10 @@ public class RitualStone extends Block implements IRitualStone
|
|||
return blankIcon;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getRuneType(World world, int x, int y, int z, int meta)
|
||||
{
|
||||
return meta;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue