12 lines
310 B
YAML
12 lines
310 B
YAML
# basic dictionary that maps old entity ids to new entity ids.
|
|
# an empty or "null" string results in the entity getting deleted.
|
|
|
|
# e.g., you can swap all walls with windows and delete all tables by adding lines like:
|
|
#
|
|
# Window: WallSolid
|
|
# WallSolid: Window
|
|
# Table: null
|
|
|
|
chem_dispenser: ChemDispenser
|
|
|