File Details
OverlayApi V 1.1 - 1.16.5
- B
- Jul 23, 2023
- 3.15 MB
- 16
- 1.16.5
- Forge
File Name
Overlay API v 1.1 - 1.16.5.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
- Added loader with 2 separate channels 0/1
can be used to play animations from your mod, minecraft, or any other mod installed in
the modpack. Currently there is no check to make sure an image is returned.
/overlayapi set loader 0 100 14 1 overlayapi:textures/screens/freddyimagestrip.png
/overlayapi set loader [Channel] [DisplayTicks] [MaxFrames] [alpha] [Texture Location]
- Minecraft Pumpkin Blur
/overlayapi set pumpkin
- Swirl
A hypnotic swirl effect, you can change the color of both the foreground/background making it a longer command
/overlayapi set swirl 20 1 .2 .2 .2 1 .2 .5
/overlayapi set swirl [DisplayTicks] [Background - R] [B - G] [B - B] [Foreground - R] [F - G] [F - B] [alpha]

