package-info upd- I mean 1.9.4 update
These are now "required" thanks to Mojang giving us some annotations. Yay..?
This commit is contained in:
parent
cb05e643a3
commit
de5e23e6c4
132 changed files with 1174 additions and 67 deletions
|
@ -64,7 +64,7 @@ public class HarvestHandlerPlantable implements IHarvestHandler
|
|||
if (foundSeed)
|
||||
{
|
||||
world.setBlockState(pos, blockStack.getBlock().getDefaultState());
|
||||
world.playAuxSFX(2001, pos, Block.getIdFromBlock(blockStack.getBlock()) + (blockStack.getMeta() << 12));
|
||||
world.destroyBlock(pos, false);
|
||||
for (ItemStack stack : drops)
|
||||
{
|
||||
if (!world.isRemote)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue