1.12.2-1.1.0-beta: Major optimizations and fixes
- Moved color handlers from client proxy to their proper events subscribers
- Fixed model loading by moving it to forges event subscriber
- Using ForgeRegistries to get blocks and items from their namespaced ids now over #getBlockFromName and #getByNameOrId
- Optimized drop methods by caching the blocks and items over getting them from the id every time
- Recipes now use json files over the old game registry methods
- Added recipes to resource generator now that they're using json files