Investigate Cake Config Optimizations
Exaxxion opened this issue ยท 0 comments
@eutropius225 noted #10 (comment) that the BlockCakeBase::cakeFuel() could instead be made to return an Item, and #10 (comment) that the related method BlockCustomCake::determineCakeFuel() could be improved by caching the results to avoid recomputation unless the config value actually changes.
This ticket is to remind us to investigate and potentially implement these optimizations.