fix more ConstructorNetworkNode duping (#2633)
This commit is contained in:
@@ -118,7 +118,7 @@ public class ConstructorNetworkNode extends NetworkNode implements IComparable,
|
|||||||
);
|
);
|
||||||
|
|
||||||
ActionResultType result = ForgeHooks.onPlaceItemIntoWorld(ctx);
|
ActionResultType result = ForgeHooks.onPlaceItemIntoWorld(ctx);
|
||||||
if (result == ActionResultType.SUCCESS) {
|
if (result.isSuccessOrConsume()) {
|
||||||
network.extractItem(stack, 1, Action.PERFORM);
|
network.extractItem(stack, 1, Action.PERFORM);
|
||||||
}
|
}
|
||||||
} else if (upgrades.hasUpgrade(UpgradeItem.Type.CRAFTING)) {
|
} else if (upgrades.hasUpgrade(UpgradeItem.Type.CRAFTING)) {
|
||||||
|
Reference in New Issue
Block a user