Plethora Peripherals

Plethora Peripherals

3M Downloads

Laser positions are not interpolated.

TTHHKKYY opened this issue ยท 1 comments

commented

Laser positions are not interpolated in both singleplayer and multiplayer.

untitled.mov
commented

Likely a registration issue, this should also be using Fabric's EntityType builder:

EntityType.Builder.<LaserEntity>create(LaserEntity::new, SpawnGroup.MISC)
.setDimensions(0.25F, 0.25F)
.maxTrackingRange(4).trackingTickInterval(10)
.build("laser")