- fixed an issue with fake level using more resources than it needs, generating empty chunks when it could have had just 1
- fixed an issue from last update that happened with some animated textures. Really a messup as i didnt intend to publish changes around that code which was not finished yet
- improved texture generation code to better take into account mcmeta files that could contain more entries than the parsed vanilla ones
- more helper method for reload listener stuff
- improvements to fake level stuff, should make some calls of it faster as they delegate to dummy objects
- (QUICK FIX): Corrected the concatenation of a string, it was using the wrong variable
UPDATE:
- Fixed the undetected children for: boat, sign, hanging_sign (using wrough_iron) for TerraFirmaCraft & ArborFirmaCraft
UPDATE:
- BlockTypeResTransformer: Improved the Regex Code again, that doesn't account for the unformatted JSON and Others
UPDATE:
- BlockTypeResTransformer.java: Improved the Regex Code that don't account for the prefix of the BlockID
UPDATE:
- Fixed Decoration Renderer Stuff
- BlockTypeResTransformer.java: Rewritten RegEx code
- BlockTypeRegistry.java: Fixed the order registries stuff
NOTE:
- only EveryCompat v2.7.4+
- only StoneZone v2.7.1+
can use this new version of Moonlight
added a helper method to register entity data serializer in common
more ported fixes