your current location:首页 > news>Splash Minecraft

Splash Minecraft

2024-12-15 02:34:46|Myriagame |source:minecraft skins

Brief introduction

Add a simple flashing slogan API.

This API uses a more compatible Mixin injection than directly modifying Splashes.txt.

This can prevent multiple mods from writing this file at the same time that cause some flashing slogans to fail.

You can also display special slogans under specific conditions (such as the original "Happy New Year!" Only appear in the New Year, and there is no such slogan in Splas.txt).

Use

 // This will add the slogan to the entire flashing slogan splashtext.text.add ("I am a slogan!");Some conditions are judged, otherwise all the slogans will be directly covered (because there is only one slogan) splashtext.register (()-> "I want to return to the wind, I am afraid Qionglou Yuyu");The slogan does not change // splashtext.event.register (()-> null); 

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.