This commit is contained in:
Anuken
2020-12-17 10:46:49 -05:00
parent b8efed9eaf
commit 4b1554db54
4 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ public class Block extends UnlockableContent{
public boolean conveyorPlacement;
/**
* The color of this block when displayed on the minimap or map preview.
* Do not set manually! This is overriden when loading for most blocks.
* Do not set manually! This is overridden when loading for most blocks.
*/
public Color mapColor = new Color(0, 0, 0, 1);
/** Whether this block has a minimap color. */