Starbound

Starbound

Not enough ratings
Consumable Voxels
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
52.080 KB
7 Sep, 2023 @ 4:20pm
9 Sep, 2023 @ 12:22pm
2 Change Notes ( view )

Subscribe to download
Consumable Voxels

Description
Allows decompressing voxel items into usable pixels by hand through consumption without the need of a Pixel Compressor (used similarly to reward bags and blueprint items mkay). You will still need a Pixel Compressor to initially craft the voxels!

Should be safe to install/uninstall at any time!

If there are any issues please let me know!
3 Comments
Silver Sokolova 9 Sep, 2023 @ 8:34pm 
I see! I just did it recently to improve the useless vanilla Explorer's Lantern for one of my mods. Thanks for updating it with the fix!!
chililisoup  [author] 9 Sep, 2023 @ 12:26pm 
I haven't taken a look inside anyone else's mods yet, I got the idea from this forum post [community.playstarbound.com]. Thanks for the tip, I didn't know that was possible! I updated the mod to include your fix
Silver Sokolova 8 Sep, 2023 @ 8:12pm 
Ohh, nice!! [s]Did you get the idea of patching item names to change their type from my mods?[/s] There's one visual issue where all the voxels appear as 1k ones when held in the hand. You can fix this by adding
```
"animationCustom": {
"globalTagDefaults": {
"voxel": "voxel1k"
}
}
```
in the item file (obviously using voxel5k for the 5k one instead of 1k, same for the other sizes), and in the animation file, replace `voxel1k.png` with `<voxel>.png`!!

if it doesn't work or you run into issues, lmk on discord!!