“Still <Liquid>” → “<Liquid> Source”
This commit is contained in:
parent
d36ec8ee17
commit
064858ff59
5 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue