Closed parlough closed 7 years ago
You cannot pass another key as the default value, like you did here. And I added methods with Function
s to use maximum and minimum values of different types.
For example: (You will need to rebase, because I renamed them due some conflics.)
c.registerWithSuppliedMax(LanternKeys.MAX_SATURATION, 40.0, 0.0, container -> container.get(Keys.FOOD_LEVEL).get().doubleValue());
Thank you very much :)