senseiwells / EssentialClient

EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features
MIT License
77 stars 14 forks source link

"Cannot set that value" #31

Closed Wudji closed 2 years ago

Wudji commented 2 years ago

Game version:1.18.1 EssentialClient:1.1.2 The following code throws "Cannot set that value": `client = getMinecraftClient();

client.setEssentialClientRule("highlightLavaSources", false);//or "false" , true, "true"

hold();` (Copied from here)

but it works well with other rules(such as commandSuggestorIgnoresSpaces ...)

senseiwells commented 2 years ago

forgot to reply to this, xD thanks will be fixed in next version