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

Add max_length parameter for custom config script #48

Closed purplestove closed 2 years ago

purplestove commented 2 years ago
senseiwells commented 2 years ago

Making all rules have maxLength is weird, only string rules should have them

purplestove commented 2 years ago

Well tbh it was a lot easier to just add the max length thingy to the Rule Objet than to have it for just the List and String. xD But I can make the change I guess

purplestove commented 2 years ago

Made the change. Now the maxLength only works for String and List rule. Also removed the Arucas function getMaxLength

purplestove commented 2 years ago

Made it nicer like sensei asked, anything else ? xD