CrossCode mod to spawn items in.
Uses CCLoader.
Note that this mod will let you spawn in any item, but it does not trigger any events that normally happen when obtaining certain items. In particular, most valuables will not work when spawned.
I can not guarantee that there are no items which will break the game when spawned through the item spawner!
CCLoader is required. Installation steps can be found on the official repository.
- Download a release.
- Unpack
itemSpawner
to/CrossCode/assets/mods
.
If you set your game to pause when unfocused, the game will be paused while spawning items.
- Press U in-game to open the item spawner.
- Select an item to spawn it.
To build the source code, simply use npm install
followed by npm run build
within the itemSpawner
folder. This will generate files in the dist
folder that serve as the ready-to-use mod. Simply overwrite your itemSpawner
mod files with those inside dist
to update your mod. You can also rename the dist
folder to itemSpawner
and pack it in a zip file for a distributable version.