Implement runtimeID table randomization, closes #2841

This commit is contained in:
Dylan K. Taylor
2019-03-29 14:35:06 +00:00
parent a10a656a5d
commit 8e9f787d33
6 changed files with 130 additions and 46 deletions

View File

@ -1677,7 +1677,6 @@ class Server{
Entity::init();
Tile::init();
BlockFactory::init();
BlockFactory::registerStaticRuntimeIdMappings();
Enchantment::init();
ItemFactory::init();
Item::initCreativeItems();