KubeJS-Mods / KubeJS

https://kubejs.com
GNU Lesser General Public License v3.0
307 stars 90 forks source link

Luminosity, Density and Viscosity do nothing with Fluid #625

Open ratquaza opened 1 year ago

ratquaza commented 1 year ago

Minecraft Version

1.19.2

KubeJS Version

1902.6.0 build 142

Rhino Version

1902.2.2 build 268

Architectury Version

6.5.82

Forge/Fabric Version

forge 43.2.0

Describe your issue

Specifying a Luminosity, Density or Viscosity with a custom fluid does nothing - fluids do not glow with luminosity, there's no difference in flow rate or flow length.

evt.create("molten_diamond")
  .displayName("Molten Diamond")
  .luminosity(15) // Doesnt work
  .density(1) // Doesnt work
  .viscosity(10) // Doesnt work
  .stillTexture("kubejs:fluid/molten_diamond")
  .flowingTexture("kubejs:fluid/molten_diamond_flow")
  .color(0xAAFFFF)

Crash report/logs

No response

ComeBelin commented 1 year ago

also present in 1.18.2

Prunoideae commented 1 year ago

Density and viscosity are forge-only fluid attributes with no actual effects despite being a number.

For the luminosity I think it might be a bug.