Slightly increased the height of the item hitbox for crystals to make their pickup by annihilation planes less "clippy".

This commit is contained in:
Sebastian Hartte
2020-09-09 02:23:58 +02:00
parent 9e41d543f5
commit bcee2ec427
@@ -312,7 +312,7 @@ public final class ApiItems implements IItems {
GrowingCrystalEntity.TYPE = registry
.<GrowingCrystalEntity>entity("growing_crystal", GrowingCrystalEntity::new, EntityClassification.MISC)
.customize(builder -> builder.size(0.25F, 0.25F)).build();
.customize(builder -> builder.size(0.25F, 0.4F)).build();
// rv1
this.encodedPattern = registry.item("encoded_pattern", EncodedPatternItem::new)