Skip to content

Commit

Permalink
Yarn moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomate0613 committed Jan 16, 2024
1 parent bc09a06 commit 9b7c6c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object EntityRegistries {
name = "cannonball",
type = FabricEntityTypeBuilder.create(MobCategory.MISC, ::CannonballEntity)
.dimensions(EntityDimensions.fixed(0.25f, 0.25f))
.trackRangeBlocks(4)
.trackRangeChunks(4)
.trackedUpdateRate(10)
.build()
)
Expand Down

0 comments on commit 9b7c6c7

Please sign in to comment.