Deprecate Ender Storage (#143)

This commit is contained in:
htmlcsjs
2025-10-03 07:23:18 +01:00
committed by GitHub
parent b0216c3161
commit 5764fb940e
5 changed files with 40 additions and 25 deletions

View File

@@ -32,4 +32,8 @@ ItemEvents.tooltip((event) => {
event.add("ae2:controller", Text.gray("Channels are §cdisabled§7."));
event.add("expatternprovider:fishbig", Text.gray("Congratulations! You won Minecraft."));
event.add(["enderstorage:ender_chest", "enderstorage:ender_tank", "enderstorage:ender_pouch"],
Text.red("WARNING: These are deprcated and will be removed in a future update.\nPlease convert them into the GT covers in a crafting table.")
);
});