mcMMO/src/main/java/com/gmail/nossr50/mods
NuclearW d052d7a3ce Change from using Block to BlockState in many locations
Convert Herbalism ability to use BlockState instead of Block.
Move all block checks back to BlockChecks.
Don't need this if we're using BlockState
Convert Excavation to BlockState. We don't need to return booleans here
because we never edit the block state.Switch ModCheck.getCustomBlock to use BlockState
More work on the conversion to BlockState
More conversion to BlockState
Better way to handle mining drops, I believe.
Remove useless imports.
A test of making the diff look nicer
BlockChecks diff cleanup
Herbalism diff cleanup
Gotta update the block states here.
Moar blockstate.
Little more blockState stuff.
Even more blockstate.
2013-02-22 11:23:46 -05:00
..
config Fixing the rest of the issues with entities.yml 2013-02-10 15:57:55 -05:00
datatypes Added basic support for Mo' Creatures (and other entity mods) - specify 2013-02-05 22:40:19 -05:00
ModChecks.java Change from using Block to BlockState in many locations 2013-02-22 11:23:46 -05:00