mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-12 10:20:28 +00:00
Add getTextScale() to Monitor
This commit is contained in:
parent
19e4c03d3a
commit
1fe29ab098
@ -65,7 +65,8 @@ public class MonitorPeripheral implements IPeripheral
|
||||
"setPaletteColour",
|
||||
"setPaletteColor",
|
||||
"getPaletteColour",
|
||||
"getPaletteColor"
|
||||
"getPaletteColor",
|
||||
"getTextScale"
|
||||
};
|
||||
}
|
||||
|
||||
@ -249,6 +250,11 @@ public class MonitorPeripheral implements IPeripheral
|
||||
}
|
||||
return null;
|
||||
}
|
||||
case 24:
|
||||
{
|
||||
// getTextScale
|
||||
return new Object[] { m_monitor.getTextScale() };
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user