mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Why was that there?
This commit is contained in:
parent
ac5d789c78
commit
c4f8e67d64
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue