Spatial Sky Renderer fixed
Changed Tooltips for Spatial Cells Updated forge + mcp
This commit is contained in:
@@ -92,8 +92,10 @@ public enum GuiText
|
||||
QuartzCuttingKnife,
|
||||
|
||||
// spatial
|
||||
SpatialCapacity,
|
||||
StoredSize,
|
||||
CellId,
|
||||
Unformatted,
|
||||
SerialNumber,
|
||||
|
||||
CopyMode,
|
||||
CopyModeDesc,
|
||||
@@ -215,4 +217,8 @@ public enum GuiText
|
||||
return new TranslationTextComponent(getTranslationKey());
|
||||
}
|
||||
|
||||
public ITextComponent textComponent(Object... args) {
|
||||
return new TranslationTextComponent(getTranslationKey(), args);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user