Removed Flower and Still water from the creative menu (You can use buckets now)
This commit is contained in:
parent
e2a0160088
commit
76c6aa27ec
2 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ public class BlockSpringWaterFlowing extends BlockFlowing
|
||||||
|
|
||||||
this.blockHardness = 100F;
|
this.blockHardness = 100F;
|
||||||
this.setLightOpacity(0);
|
this.setLightOpacity(0);
|
||||||
this.setCreativeTab(BiomesOPlenty.tabBiomesOPlenty);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -22,7 +22,6 @@ public class BlockSpringWaterStill extends BlockStationary
|
||||||
|
|
||||||
this.blockHardness = 100F;
|
this.blockHardness = 100F;
|
||||||
this.setLightOpacity(0);
|
this.setLightOpacity(0);
|
||||||
this.setCreativeTab(BiomesOPlenty.tabBiomesOPlenty);
|
|
||||||
this.disableStats();
|
this.disableStats();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue