yowchap / BoneLib

A BONELAB mod for making life easier for other mod creators.
GNU General Public License v3.0
30 stars 19 forks source link

Add OnWarehouseReady hook, make Some SpawnCrate Args Optional #58

Closed FragileDeviations closed 5 months ago

FragileDeviations commented 1 year ago

Rotation, scale, ignore policy, and spawnaction are now optional

Rotation defaults to (0, 0, 0, 1)
Scale defaults to (1, 1, 1)
IgnorePolicy defaults to false
SpawnAction defaults to null

You don't really need to specify these, mainly just the crate/barcode and position, so they're now optional.