1. Create folder called def in 01_simple_cube/base folder.
2. Inside folder def create folder called world.
2
Inside world folder (1) create file model.tutorials.sii (2).
3
IMG
Open the model.tutorials.sii file and add this basic definition.
SiiNunit
{
# For modders: Please do not modify this file if you want to add a new entry. Create in
# this directory a new file "<base_name>.<idofyourmod>.sii" where <base_name> is name of
# base file without the extension (e.g. "city" for "/def/city.sii") and <idofyourmod> is
# some string which is unlikely to conflict with other mod.
#
# Warning: Even if the units are specified in more than one source file, they share the
# same namespace so suffixes or prefixes should be used to avoid conflicts.
model_def : model.name {
model_desc: "model_path"
}
}