From b69b6f47324bc78cc38ed5b778d7951393c09579 Mon Sep 17 00:00:00 2001 From: asl97 Date: Sat, 26 Sep 2015 10:50:13 +0100 Subject: [PATCH] Node Drawtypes: Liquids: Document range, correct viscosity --- chapters/node_drawtypes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chapters/node_drawtypes.md b/chapters/node_drawtypes.md index 3e42b62..a1cfe3a 100644 --- a/chapters/node_drawtypes.md +++ b/chapters/node_drawtypes.md @@ -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},