Fixed Conveyor belt network creation error
This commit is contained in:
parent
2ed29bc6fb
commit
7641973d88
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ public class NetworkAssembly extends NetworkSharedPower
|
|||
NetworkUpdateHandler.registerNetworkClass("AssemblyNet", NetworkAssembly.class);
|
||||
}
|
||||
|
||||
public NetworkAssembly()
|
||||
{
|
||||
super();
|
||||
}
|
||||
|
||||
public NetworkAssembly(INetworkPart... parts)
|
||||
{
|
||||
super(parts);
|
||||
|
|
Loading…
Add table
Reference in a new issue