@@ -149,6 +149,10 @@ public class DilophosaurusEntity extends DinoEntityBase implements GeoEntity {
|
|||||||
return state.setAndContinue(RawAnimation.begin().then("anim.dilophosaurus.idle", Animation.LoopType.LOOP));
|
return state.setAndContinue(RawAnimation.begin().then("anim.dilophosaurus.idle", Animation.LoopType.LOOP));
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
controllers.add(new AnimationController<>(this, "frillOverlayController", 5, state ->
|
||||||
|
state.setAndContinue(RawAnimation.begin().then("anim.dilophosaurus.frill.overlay", Animation.LoopType.LOOP))));
|
||||||
|
|
||||||
|
|
||||||
controllers.add(new AnimationController<>(this, "attackController", 5, state -> PlayState.STOP)
|
controllers.add(new AnimationController<>(this, "attackController", 5, state -> PlayState.STOP)
|
||||||
.triggerableAnim("attack", RawAnimation.begin().then("anim.dilophosaurus.attack", Animation.LoopType.PLAY_ONCE)));
|
.triggerableAnim("attack", RawAnimation.begin().then("anim.dilophosaurus.attack", Animation.LoopType.PLAY_ONCE)));
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ fabric.loom.multiProjectOptimisation=true
|
|||||||
mod.name=Jurassic Revived
|
mod.name=Jurassic Revived
|
||||||
mod.id=jurassicrevived
|
mod.id=jurassicrevived
|
||||||
mod.group=net.cmr.jurassicrevived
|
mod.group=net.cmr.jurassicrevived
|
||||||
mod.version=0.208.0
|
mod.version=0.209.0
|
||||||
mod.author=CMR Team, Eli Gibbs
|
mod.author=CMR Team, Eli Gibbs
|
||||||
mod.description=A Minecraft mod that brings dinosaurs back to life using ancient DNA and modern technology\nBreed, study, and build your own prehistoric park with a wide variety of creatures...
|
mod.description=A Minecraft mod that brings dinosaurs back to life using ancient DNA and modern technology\nBreed, study, and build your own prehistoric park with a wide variety of creatures...
|
||||||
mod.license=CC-BY-ND-4.0
|
mod.license=CC-BY-ND-4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user