Removed puddles from the creative menu
This commit is contained in:
parent
065f7f496e
commit
fcd8d600cf
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ public class BlockPuddle extends Block
|
||||||
this.setTickRandomly(true);
|
this.setTickRandomly(true);
|
||||||
this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 0.8135F, 1.0F);
|
this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 0.8135F, 1.0F);
|
||||||
this.setLightOpacity(0);
|
this.setLightOpacity(0);
|
||||||
this.setCreativeTab(BiomesOPlenty.tabBiomesOPlenty);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue