Removed Block Definitions for MAC Parts.
Removed Options For MAC and Crafting. Added Options for Crafting with Quartz Growth and Fluix Reaction. EU Tunnels Re-Added ( Limit 1 per block. ) Adjusted naming/categorization of various features. Added "sparkle" effect to seeds that are "growing"
This commit is contained in:
+1
-1
@@ -32,6 +32,6 @@ public class TunnelCollection<T extends PartP2PTunnel> implements Iterable<T>
|
||||
|
||||
public boolean isEmpty()
|
||||
{
|
||||
return iterator().hasNext();
|
||||
return !iterator().hasNext();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user