Files
Applied-Energistics-2/src/main/java/appeng/core
yueh b1ac0adfd8 Added a new facade config. (#3706)
The whitelist is now based on manually add explicit entries instead of
automatically adding every existing block. This alone should save a few
MB of RAM depending on the modpack size.

Additionally the FacadeConfig is no longer extending the normal
Configuration provided by Forge. It will only parse the file once per
start and store the settings in an optimised collection to further
reduce memory consumption.

Any full block without a TileEntity and having a model is whitelisted
automatically and does not need an explicit entry anymore.

By default vanilla and AE2 glass is added as they are no fullblocks
technically.

The whitelist technically allows many more blocks now. E.g. stairs,
slabs or even items like saplings. But with various rendering quality.

Further there is an option to allow facades based on TileEntities, this
is completely unsupported and can work or corrupt the whole save.
2018-09-02 13:59:18 +02:00
..
2018-08-30 20:33:08 +02:00
2016-09-17 16:00:37 +02:00
2018-08-30 20:33:08 +02:00
2018-08-30 20:33:08 +02:00
2018-08-30 23:12:35 +02:00
2018-08-30 20:33:08 +02:00
2016-12-02 23:47:50 +01:00
2018-07-22 19:20:47 +02:00
2017-07-20 21:17:10 +02:00
2016-12-21 20:38:36 +01:00
2017-07-20 21:21:45 +02:00
2016-09-17 17:05:07 +02:00
2018-08-30 20:33:08 +02:00