Starbound

Starbound

Consumable Voxels
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!!