Enabled block states ignoring properties
Enabled block states ignoring. File with same name as block state, but with .ignore.json extension. Although it's json extension, it is NOT IN JSON FORMAT!!! Each line is name of property to ignore. Refers to #10.
This commit is contained in:
@@ -153,13 +153,13 @@ public final class AppEng
|
||||
CreativeTabFacade.init();
|
||||
}
|
||||
|
||||
this.registration.preInitialize( event );
|
||||
|
||||
if( Platform.isClient() )
|
||||
{
|
||||
CommonHelper.proxy.preinit();
|
||||
}
|
||||
|
||||
this.registration.preInitialize( event );
|
||||
|
||||
if( versionCheckerConfig.isVersionCheckingEnabled() )
|
||||
{
|
||||
final VersionChecker versionChecker = new VersionChecker( versionCheckerConfig );
|
||||
|
||||
Reference in New Issue
Block a user