remove (useless) flammabilty registry

This commit is contained in:
Sen 2025-06-22 13:01:09 +02:00
parent 3ae27fc27f
commit e3e9598fc5
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
19 changed files with 41 additions and 86 deletions

View file

@ -47,6 +47,7 @@ public class BlockDoublePlant extends BlockBush implements Rotatable, IGrowable
this.setDefaultState(this.getBaseState().withProperty(HALF, BlockDoublePlant.EnumBlockHalf.LOWER).withProperty(FACING, Facing.NORTH));
this.setHardness(0.0F);
this.setStepSound(SoundType.GRASS);
this.setFlammable(60, 100);
PLANTS[type.ordinal()] = this;
}