1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-25 17:34:48 +00:00

setColour -> setPaletteColour

This commit is contained in:
Lignum
2017-05-07 12:40:31 +02:00
parent 287c6f172c
commit 156e74b69c
3 changed files with 14 additions and 14 deletions

View File

@@ -57,10 +57,10 @@ public class MonitorPeripheral implements IPeripheral
"getBackgroundColour",
"getBackgroundColor",
"blit",
"setColour",
"setColor",
"getColour",
"getColor"
"setPaletteColour",
"setPaletteColor",
"getPaletteColour",
"getPaletteColor"
};
}