diff options
Diffstat (limited to 'src/main/java/gmail/Lance5057/blocks/CrestMount.java')
| -rw-r--r-- | src/main/java/gmail/Lance5057/blocks/CrestMount.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/gmail/Lance5057/blocks/CrestMount.java b/src/main/java/gmail/Lance5057/blocks/CrestMount.java index 9675433..84749de 100644 --- a/src/main/java/gmail/Lance5057/blocks/CrestMount.java +++ b/src/main/java/gmail/Lance5057/blocks/CrestMount.java @@ -23,8 +23,6 @@ import net.minecraft.tileentity.TileEntityChest; import net.minecraft.world.World; public class CrestMount extends BlockContainer { - //Treat it like a normal block here. The Block Bounds are a good idea - the first three are X Y and Z of the botton-left corner, - //And the second three are the top-right corner. public CrestMount() { super(Material.iron); this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 1.0F, 1.0F); |
