added tooltips to the custom multiblocks

hopefully they stand out more
This commit is contained in:
ursamina
2024-02-23 21:57:48 +00:00
parent 17935f41a4
commit cb75769bc5

View File

@@ -14,17 +14,15 @@ ItemEvents.tooltip((event) => {
Text.red("Disabled in this modpack!").bold(true)
);
event.add("gtceu:greenhouse", Text.gray("Two green thumbs up!"));
event.add(
["simplemagnets:basicmagnet", "simplemagnets:advancedmagnet"],
Text.red(
"Will be removed in a future release! Place in crafting grid to recycle."
).bold(true)
"gtceu:construction_core",
Text.gray("Offers cheaper recipes for building blocks!")
);
event.add(
"gtceu:construction_core",
Text.darkGray("Requires Construction Foam to operate.")
);
event.add(
"ae2:controller",
Text.gray(
"Channels are §cdisabled§7."
)
);
event.add("ae2:controller", Text.gray("Channels are §cdisabled§7."));
});