diff options
| author | Lance5057 <Lance5057@gmail.com> | 2015-02-25 05:08:23 -0600 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2015-02-25 05:08:23 -0600 |
| commit | b9e01be7573bfe27e5fad07b7594508278a56eb4 (patch) | |
| tree | f040cc69c3868b2fd3b868db13a32c3044ecc3c4 /src/main/java/gmail/Lance5057/blocks/CrestMount.java | |
| parent | 44f9836bd1542e381f8fd0a57c76d7a4b2f0008a (diff) | |
Crest Mount Item Rendering Attempt 1
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); |
