...
For instance, alphabeardmods_{id}, this will prevent namespace conflicts with official content and other mods in the future.
Code Block |
---|
<?xml version="1.0" encoding="utf-8"?>
<objects>
<object Name="ALPHABEARDMODS_CoolNewSword" Load="Merge">
...
</object>
</objects> |
Only include your content and the minimum changeset via Load="Merge" in tables and object definitions
...
Code Block |
---|
<?xml version="1.0" encoding="utf-8"?> <objects> <object Name="Chain Mail" Load="Merge"> <part Name="Armor" DV="2"< /part>> </object> </objects> |