Skip to content

Commit

Permalink
chore: adjust foliot size
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jan 21, 2024
1 parent df6d466 commit 1720408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class OccultismEntities {

public static final NonNullLazy<EntityType<FoliotEntity>> FOLIOT_TYPE =
NonNullLazy.of(() -> EntityType.Builder.of(FoliotEntity::new, MobCategory.CREATURE)
.sized(0.6f, 1.1f)
.sized(0.6f, 0.7f)
.clientTrackingRange(8)
.build(StaticUtil.modLoc("foliot").toString()));
public static final NonNullLazy<EntityType<DjinniEntity>> DJINNI_TYPE =
Expand Down

0 comments on commit 1720408

Please sign in to comment.