Why was that there?

This commit is contained in:
Ellpeck 2016-01-21 19:43:06 +01:00
parent ac5d789c78
commit c4f8e67d64
2 changed files with 1 additions and 2 deletions

View file

@ -28,7 +28,7 @@ public class BlockPhantomBooster extends BlockContainerBase{
this.setStepSound(soundTypeStone);
float f = 1F/16F;
this.setBlockBounds(3*f, 0F, 3*f, 1-3*f, 1F, 1-3*f);
this.setBlockBounds(2*f, 0F, 2*f, 1-2*f, 1F, 1-2*f);
}
@Override

View file

@ -32,7 +32,6 @@ public class FluidStateMapper extends StateMapperBase implements ItemMeshDefinit
public FluidStateMapper(Fluid fluid){
this.fluid = fluid;
// have each block hold its fluid per nbt? hm
this.location = new ModelResourceLocation(new ResourceLocation(ModUtil.MOD_ID_LOWER, "fluids"), fluid.getName());
}