Better implementation for crafting grid (#1496)

* Better implementation for crafting grid

Tackles #1368 and tries to fix it by caching the recipe to not call "CraftingManager.findMatchingResult" every single time it tries to craft

* Fix code-style and update changelog
This commit is contained in:
Lordmau5
2017-10-19 20:36:06 +02:00
committed by Raoul
parent 0614ea6dbf
commit 8a978e4c40
2 changed files with 12 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
### 1.5.21
- Updated Portuguese (Brazilian) translation (Pinz714)
- Fixed crash with External Storage (raoulvdberge)
- Fixed stack-crafting in the crafting grid (crafting table) causing lag on a dedicated server (Lordmau5)
### 1.5.20
- Restore MC 1.12.0 compatibility (raoulvdberge)