added tooltips to the custom multiblocks
hopefully they stand out more
This commit is contained in:
@@ -14,17 +14,15 @@ ItemEvents.tooltip((event) => {
|
|||||||
Text.red("Disabled in this modpack!").bold(true)
|
Text.red("Disabled in this modpack!").bold(true)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
event.add("gtceu:greenhouse", Text.gray("Two green thumbs up!"));
|
||||||
event.add(
|
event.add(
|
||||||
["simplemagnets:basicmagnet", "simplemagnets:advancedmagnet"],
|
"gtceu:construction_core",
|
||||||
Text.red(
|
Text.gray("Offers cheaper recipes for building blocks!")
|
||||||
"Will be removed in a future release! Place in crafting grid to recycle."
|
);
|
||||||
).bold(true)
|
event.add(
|
||||||
|
"gtceu:construction_core",
|
||||||
|
Text.darkGray("Requires Construction Foam to operate.")
|
||||||
);
|
);
|
||||||
|
|
||||||
event.add(
|
event.add("ae2:controller", Text.gray("Channels are §cdisabled§7."));
|
||||||
"ae2:controller",
|
|
||||||
Text.gray(
|
|
||||||
"Channels are §cdisabled§7."
|
|
||||||
)
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user