[1.16.4] 1.95.0
·
542 commits
to mc-1.16.x
since this release
New features in CC: Tweaked 1.95.0
- Optimise the paint program's initial render.
- Several documentation improvments (Gibbo3771, MCJack123).
fs.combinenow accepts multiple arguments.- Add a setting (
bios.strict_globals) to error when accidentally declaring a global. (Lupus590). - Add an improved help viewer which allows scrolling up and down (MCJack123).
- Add
cc.stringsmodule, with utilities for wrapping text (Lupus590). - The
clearprogram now allows resetting the palette too (Luca0208).
And several bug fixes:
- Fix memory leak in generic peripherals.
- Fix crash when a turtle is broken while being ticked.
textutils.*tabulatenow accepts strings or numbers.- We now deny all local IPs, using the magic
$privatehost. Previously the IPv6 loopback interface was not blocked. - Fix crash when rendering monitors if the block has not yet been synced. You will need to regenerate the config file to apply this change.
readnow supports numpad enter (TheWireLord)- Correctly handle HTTP redirects to URLs containing escape characters.
- Fix integer overflow in
os.epoch. - Allow using pickaxes (and other items) for turtle upgrades which have mod-specific NBT.
- Fix duplicate turtle/pocket upgrade recipes appearing in JEI.