mlm plugin: disable until it can be rewritten without scene scans every frame

This commit is contained in:
Adam
2018-01-28 11:18:23 -05:00
parent 5bb5492fdd
commit 04b65f9ef1

View File

@@ -42,7 +42,7 @@ public interface MotherlodeConfig extends Config
) )
default boolean enabled() default boolean enabled()
{ {
return true; return false;
} }
@ConfigItem( @ConfigItem(