1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 16:30:47 +00:00
CC-Tweaked/src/main/java/dan200/computercraft
SquidDev d87b0e9435 Fix selection boxes not being shown
getSelectedBoundingBox expects a bounding box relative to (0, 0, 0) but
we were returning one relative to the current block. Instead we allow
the default behaviour to continue, which will call getBoundingBox and
offset it.
2017-05-05 15:25:07 +01:00
..
api Allow turtle upgrades to act as tools and peripherals 2017-05-03 17:28:54 +01:00
client Terminal cursor bounds checking 2017-05-05 00:08:10 +02:00
core FileSystem uses a WeakHashMap to store it's open file handles 2017-05-05 00:54:24 +01:00
server/proxy Fire all entity interaction events in TurtlePlaceCommand 2017-05-01 16:14:05 +01:00
shared Fix selection boxes not being shown 2017-05-05 15:25:07 +01:00
ComputerCraft.java Treat a maximumFilesOpen values of 0 as unlimited 2017-05-05 00:54:23 +01:00