10 lines
203 B
Python
10 lines
203 B
Python
"""
|
|
Conversion pack for August 2022 release
|
|
"""
|
|
|
|
CONVERSIONS = {
|
|
# Renamed items
|
|
"Basic Reactor Control Unit": "'Basic' Reactor Control Unit",
|
|
"Basic Co-Processor": "'Basic' Co-Processor",
|
|
}
|