|
@@ -26,7 +26,10 @@ package me.shedaniel.rei.api;
|
|
|
import net.minecraft.text.LiteralText;
|
|
|
import net.minecraft.text.MutableText;
|
|
|
import net.minecraft.util.Formatting;
|
|
|
+import org.jetbrains.annotations.ApiStatus;
|
|
|
|
|
|
+@ApiStatus.ScheduledForRemoval(inVersion = "1.17")
|
|
|
+@Deprecated
|
|
|
public class TextTest {
|
|
|
public static void main(String[] args) {
|
|
|
MutableText text = new LiteralText("adaw").append("dawdwdaw").formatted(Formatting.RED);
|