Expanding soft blocks to all plants.
This commit is contained in:
parent
01c692834a
commit
de33abb6a2
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ public class BuildCraftCore {
|
|||
@PostInit
|
||||
public void postInit(FMLPostInitializationEvent event){
|
||||
for(Block block : Block.blocksList) {
|
||||
if(block instanceof BlockFluid || block instanceof BlockTallGrass || block instanceof BlockFlower){
|
||||
if(block instanceof BlockFluid || block instanceof IPlantable){
|
||||
BuildCraftAPI.softBlocks[block.blockID] = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue