Forgot to remove extra debug line before pushing to github.
This commit is contained in:
parent
458356a2be
commit
98a8c3d06b
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ class BlockDefinitionBuilder implements IBlockBuilder
|
|||
@Override
|
||||
public <T extends IBlockDefinition> T build()
|
||||
{
|
||||
System.out.println("regName = " + registryName);
|
||||
if( !AEConfig.instance().areFeaturesEnabled( features ) )
|
||||
{
|
||||
return (T) new TileDefinition( registryName, null, null );
|
||||
|
|
Loading…
Reference in a new issue