Node Drawtypes: Liquids: Document range, correct viscosity

gh-pages
asl97 2015-09-26 10:50:13 +01:00 committed by rubenwardy
parent 5286862d13
commit b69b6f4732
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ minetest.register_node("default:water_source", {
-- ^ when the liquid is a source
liquid_viscosity = WATER_VISC,
-- ^ how fast
liquid_range = 8,
-- ^ how far
post_effect_color = {a=64, r=100, g=100, b=200},