“Still <Liquid>” → “<Liquid> Source”

This commit is contained in:
Wuzzy 2018-01-23 04:12:44 +01:00
parent d36ec8ee17
commit 064858ff59
5 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
-- Liquids: River Water
local source = table.copy(minetest.registered_nodes["mcl_core:water_source"])
source.description = "Still River Water"
source.description = "River Water Source"
source.liquid_range = 2
source.liquid_alternative_flowing = "mclx_core:river_water_flowing"
source.liquid_alternative_source = "mclx_core:river_water_source"