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:
@@ -57,10 +57,10 @@ public class MonitorPeripheral implements IPeripheral
|
||||
"getBackgroundColour",
|
||||
"getBackgroundColor",
|
||||
"blit",
|
||||
"setColour",
|
||||
"setColor",
|
||||
"getColour",
|
||||
"getColor"
|
||||
"setPaletteColour",
|
||||
"setPaletteColor",
|
||||
"getPaletteColour",
|
||||
"getPaletteColor"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user