File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/mekanism/common/integration/lookingat/jade Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66import snownee .jade .api .Accessor ;
77import snownee .jade .api .IComponentProvider ;
88import snownee .jade .api .ITooltip ;
9- import snownee .jade .api .Identifiers ;
9+ import snownee .jade .api .JadeIds ;
1010import snownee .jade .api .TooltipPosition ;
1111import snownee .jade .api .config .IPluginConfig ;
1212
@@ -22,8 +22,8 @@ public ResourceLocation getUid() {
2222 @ Override
2323 public void appendTooltip (ITooltip tooltip , ACCESSOR accessor , IPluginConfig config ) {
2424 if (accessor .getServerData ().contains (SerializationConstants .MEK_DATA , Tag .TAG_LIST )) {
25- tooltip .remove (Identifiers .UNIVERSAL_ENERGY_STORAGE );
26- tooltip .remove (Identifiers .UNIVERSAL_FLUID_STORAGE );
25+ tooltip .remove (JadeIds .UNIVERSAL_ENERGY_STORAGE );
26+ tooltip .remove (JadeIds .UNIVERSAL_FLUID_STORAGE );
2727 }
2828 }
2929
You can’t perform that action at this time.
0 commit comments