Spatial Sky Renderer fixed

Changed Tooltips for Spatial Cells
Updated forge + mcp
This commit is contained in:
Sebastian Hartte
2020-06-13 15:51:04 +02:00
parent 5ec9600177
commit a4b16c21a3
12 changed files with 187 additions and 110 deletions
@@ -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);
}
}