Merge pull request #568 from davboecki/patch-EntityPassiveItemStatic
Remove static modifier from contributions inside EntityPassiveItem.
This commit is contained in:
commit
2052cefd07
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import buildcraft.core.proxy.CoreProxy;
|
|||
|
||||
public class EntityPassiveItem implements IPipedItem {
|
||||
|
||||
private static TreeMap<String, IPassiveItemContribution> contributions = new TreeMap<String, IPassiveItemContribution>();
|
||||
private TreeMap<String, IPassiveItemContribution> contributions = new TreeMap<String, IPassiveItemContribution>();
|
||||
protected static int maxId = 0;
|
||||
protected World worldObj;
|
||||
|
||||
|
|
Loading…
Reference in a new issue