mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Merge branch master-MC1.11 into master-MC1.12
This commit is contained in:
commit
818f8b9058
@ -36,7 +36,7 @@ class LinkedCard extends AbstractManagedEnvironment with QuantumNetwork.QuantumN
|
||||
DeviceAttribute.Vendor -> Constants.DeviceInfo.DefaultVendor,
|
||||
DeviceAttribute.Product -> "HyperLink IV: Ender Edition",
|
||||
DeviceAttribute.Capacity -> Settings.get.maxNetworkPacketSize.toString,
|
||||
DeviceAttribute.Width -> Settings.get.maxNetworkPacketParts
|
||||
DeviceAttribute.Width -> Settings.get.maxNetworkPacketParts.toString
|
||||
)
|
||||
|
||||
override def getDeviceInfo: util.Map[String, String] = deviceInfo
|
||||
|
@ -50,7 +50,7 @@ class NetworkCard(val host: EnvironmentHost) extends AbstractManagedEnvironment
|
||||
DeviceAttribute.Vendor -> Constants.DeviceInfo.DefaultVendor,
|
||||
DeviceAttribute.Product -> "42i520 (MPN-01)",
|
||||
DeviceAttribute.Capacity -> Settings.get.maxNetworkPacketSize.toString,
|
||||
DeviceAttribute.Width -> Settings.get.maxNetworkPacketParts
|
||||
DeviceAttribute.Width -> Settings.get.maxNetworkPacketParts.toString
|
||||
)
|
||||
|
||||
override def getDeviceInfo: util.Map[String, String] = deviceInfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user