Applied-Energistics-2-tiler.../src/test/java/appeng
fscan bbf4d4a9ce Spatial rework (#3048)
* Moved all spatial cells into a single dimension instead of one dimension per cell

Each cell will now be backed by a single region file each. So  backups and restores can still be done on a per cell level.

Old cells will not be migrated.

* Moved custom cell tracking to a capability based one on the world

The size and owner of a cell is now stored inside the capabilities of the world/dimension not a custom system and we can rely on forge handling the persistence of it.

* Added the cell id to the actual item tooltip, as this is now a real identifier and not an arbitrary dimension id.

* Added vanilla banners to the whitelist

* Added unittests to the dimension manager to ensure the algorithm mapping to the correct region file

* Updated the API to conform with the new dimenion/types/biomes registration and mappings

* Fixed a couple of bugs related to world/dimension/biome registration 

* Fixed a bug when transfering certain blocks due to passing missing/incorrect blockstate
2017-08-24 11:24:33 +02:00
..
client/render Registration rework (#3018) 2017-08-12 15:02:50 +02:00
core/worlddata Spatial rework (#3048) 2017-08-24 11:24:33 +02:00
services/version Fixes #2729: Fix transformer regression introduced during FG downtime. (#2730) 2017-06-29 06:00:23 +02:00
util Added helpers for hex and color output. (#3027) 2017-08-12 14:52:31 +02:00