grondag / trees-dont-float

Minecraft mod: trees that aren't supported fall down. Many config options.
https://www.curseforge.com/minecraft/mc-mods/trees-do-not-float
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Update ModMenu API implementation #1

Closed ChloeDawn closed 5 years ago

ChloeDawn commented 5 years ago

Removes the redundant parent caching pattern, and migrates to the proper API method that takes a Function<Screen, ? extends Screen> factory.

grondag commented 5 years ago

Yeah, parent cache is copy-pasta from Canvas that needed it for some reason that currently escapes. Thank you for the PR.