Fixed softdepends
This commit is contained in:
@@ -45,6 +45,7 @@ class PetDisplay(
|
||||
location.y += NumberUtils.fastSin(tick / (2 * PI) * 0.5) * 0.15
|
||||
|
||||
stand.teleport(location)
|
||||
stand.setRotation(player.eyeLocation.yaw, 0f)
|
||||
|
||||
if (!pet.entityTexture.contains(":")) {
|
||||
stand.setRotation((20 * tick / (2 * PI)).toFloat(), 0f)
|
||||
|
||||
@@ -23,6 +23,7 @@ softdepend:
|
||||
- Boosters
|
||||
- EcoSkills
|
||||
- Reforges
|
||||
- ModelEngine
|
||||
commands:
|
||||
ecopets:
|
||||
description: Base Command
|
||||
|
||||
Reference in New Issue
Block a user