mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-08 06:26:43 +01:00
Adjust hitbox for the spellbook entity
This commit is contained in:
parent
e26c4bbf9e
commit
10eb493ccf
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public interface UEntities {
|
|||
.dimensions(EntityDimensions.fixed(0.1F, 0.1F)));
|
||||
EntityType<SpellbookEntity> SPELLBOOK = register("spellbook", FabricEntityTypeBuilder.create(SpawnGroup.MISC, SpellbookEntity::new)
|
||||
.trackRangeBlocks(200)
|
||||
.dimensions(EntityDimensions.fixed(0.9F, 0.25F)));
|
||||
.dimensions(EntityDimensions.fixed(0.9F, 0.5F)));
|
||||
|
||||
static <T extends Entity> EntityType<T> register(String name, FabricEntityTypeBuilder<T> builder) {
|
||||
EntityType<T> type = builder.build();
|
||||
|
|
Loading…
Reference in a new issue