Luke100000
Luke100000
Merged with #429
Forgot to link commit, the recipe for gold dust has been implemented. The next step would be use cases. I feel like armor would not really provide anything new. The...
We need to do that anyways since the armor model reacts to the slim model, which we do not support. I will try to snatch and replace the model given...
If the whistle can't find it, they are not here. It's an old bug that villager sometimes get lost in caves or other dimensions, for 7.4 I'm working on a...
Slightly related to the overall Issue, you can not open bbmodel files via drag and drop as it does not find the file. Most likely an permission error., as `--filesystem=host`...
For example in the home dir. 777 permission also won't work. It affects saving but also exporting, e.g. for exporting as obj I get two files `.xdp-sdafd.mtl-4TdakY`, `.xdp-sdafd.obj-ssiQL7`. Adding the...
Sorry for the slow response. Yes, you are right, I use NVidia. I can now reproduce this issue reliable by: 1. Create new model 2. Save model 3. Rotate using...
Flatpak works btw, its a bit more painful to use and causes a set of other issues, but no more freezes.
Yes, no light equals black albedo color, so you can set the color to black. For example a candle flame: ```lua local spriteBatch = dream:newSpriteBatch(texture, texture) spriteBatch.material.color = {0, 0,...