commit | 584cec0490b5c810070fed85e3b4bf72f0271c56 | [log] [download] |
---|---|---|
author | Florian Nücke <florian@nuecke.de> | Tue Nov 12 22:46:57 2013 +0100 |
committer | Florian Nücke <florian@nuecke.de> | Tue Nov 12 22:46:57 2013 +0100 |
tree | fd1eb95133a1582a7d07b1ee4ba4bd34ccb5ec8b | |
parent | f1ed54244188fcd994bf1f9cb3b557d0ef219ce3 [diff] |
cables; changed things around a bit with regards to tile entities: environment is now the tile entity whereas rotatable is now a trait. this makes a lot of things less redundant in tile entities, in particular after cleaning up tile entity connect/disconnect logic (disconnect now purely via invalidate/onUnload); fixed default case for shouldSideBeRendered in special block;