forked from mrkite/minutor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preparation of definition files for Converter for pre 1.13 maps
Create new definition file for new block definitions after "The Flattening". To stay backwards compatible, we can not change the vanilla_ids.json file to a completely new format without breaking old Minutor releases. The old definition file will get the translation table for the Converter. Due to old block ID and data values some complicated code was necessary that can be removed now: * removed map with lists of BlockInfo, no collisions are possible anymore, therfore we don't need a nested list * removed block cache, all new block definitions will fit into on QMap * removed ID * removed data field for getBlock queries Enabled mob spawn highlighting again, not fully working for now
- Loading branch information
Showing
8 changed files
with
4,849 additions
and
1,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.