Default VALIDATION to off

People have issues copy/pasting with this on, so I think for now it's
better to leave it off. If someone needs the special behavior for
setting panes or fences, they can turn it back on.

We do need to investigate the reason why it's not working, and
potentially save validation for post-edit, rather than prior to
placement.
This commit is contained in:
Octavia Togami 2020-06-27 15:09:41 -07:00
parent 5612bd979b
commit bf4dc8e2cf
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -24,7 +24,7 @@
public enum SideEffect {
LIGHTING(State.ON),
NEIGHBORS(State.ON),
VALIDATION(State.ON),
VALIDATION(State.OFF),
ENTITY_AI(State.OFF),
EVENTS(State.OFF);