You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried updating the S:material_densities setting in the .../config/MovingWorld/Main.cfg file to adjust the density of blocks, but the new settings are always ignored. No matter what I do, every block seems to have the default density of 0.34. Here's a shortened example of my settings:
I've included one block per block material reported by MineTweaker's /mt blockmaterials list. The comments give the name of the material type when it differs from any particular block of that type.
I've also tried reading through the MovingWorld code to see where these configs actually get used, and, from what I can see, they don't. It looks like the materialDensities list is created with some defaults, but nothing ever copies those values over to the MaterialDensity class to actually get used anywhere.
Even if a fix isn't going to be readily available, it would be great to hear back about whether you agree this is a real bug so that I can let the players on my server know what to expect. Thanks!
I've tried updating the
S:material_densities
setting in the.../config/MovingWorld/Main.cfg
file to adjust the density of blocks, but the new settings are always ignored. No matter what I do, every block seems to have the default density of 0.34. Here's a shortened example of my settings:I've included one block per block material reported by MineTweaker's
/mt blockmaterials
list. The comments give the name of the material type when it differs from any particular block of that type.I've also tried reading through the MovingWorld code to see where these configs actually get used, and, from what I can see, they don't. It looks like the
materialDensities
list is created with some defaults, but nothing ever copies those values over to theMaterialDensity
class to actually get used anywhere.Even if a fix isn't going to be readily available, it would be great to hear back about whether you agree this is a real bug so that I can let the players on my server know what to expect. Thanks!
cross-posted as TridentMC/DavincisVessels#346
The text was updated successfully, but these errors were encountered: