mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-25 14:05:39 -04:00
Add upgrade slot to tier 2 microcontroller
This commit is contained in:
parent
c9fbb42683
commit
598d5ce349
@ -79,7 +79,8 @@ object MicrocontrollerTemplate extends Template {
|
||||
hostClass,
|
||||
null,
|
||||
Array(
|
||||
Tier.Three
|
||||
Tier.Three,
|
||||
Tier.Two
|
||||
),
|
||||
asJavaIterable(Iterable(
|
||||
(Slot.Card, Tier.Two),
|
||||
|
Loading…
x
Reference in New Issue
Block a user