Update mappings
This commit is contained in:
parent
7b21439a03
commit
85a8a12a6f
185 changed files with 825 additions and 1273 deletions
|
@ -70,7 +70,7 @@ public class HarvestHandlerPlantable implements IHarvestHandler
|
|||
if (!world.isRemote)
|
||||
{
|
||||
EntityItem toDrop = new EntityItem(world, pos.getX(), pos.getY() + 0.5, pos.getZ(), stack);
|
||||
world.spawnEntityInWorld(toDrop);
|
||||
world.spawnEntity(toDrop);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue