Skip to content

v2021.10.3

Compare
Choose a tag to compare
@Laumania Laumania released this 01 Nov 21:10
· 25 commits to main since this release
4e0f971
  • Reorganized how the github repo for the package to remove all that it is not specifically a part of the pack. This also means the .git url have changed - the new .git path can be found in the new README
  • Updated Readme to have much more info on how to get started creating mods. It takes you through all the basic setup stuff and to build your first mod
  • Changed logic in SaveableEntity so it now always tries to set the EntityDefinition by itself, if it finds an component that implements IHaveBaseEntityDefinition. This basically means that you do not have to set this anymore when creating a firework. Only for props this this needs to be set