Update Buttons.java

This commit is contained in:
Mrbysco 2024-10-18 22:29:57 +02:00
parent d088aba777
commit 3330a3b320

View file

@ -11,6 +11,7 @@ import net.minecraft.resources.ResourceLocation;
import javax.annotation.Nonnull;
@Deprecated(forRemoval = true) //Unused because vanilla's Button class can render small just fine and even allows text scrolling
public class Buttons {
@Deprecated(forRemoval = true) //Vanilla's Button class can render small just fine and even allows text scrolling