1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-11-10 19:35:12 -05:00

liquid_type -> liquidtype

This commit is contained in:
Perttu Ahola 2011-11-26 03:19:25 +02:00
parent 908db7c1d2
commit d99d27dcbe

View File

@ -103,7 +103,7 @@ minetest.register_nodedef_defaults({
extra_dug_item = "",
extra_dug_item_rarity = 2,
metadata_name = "",
liquid_type = "none",
liquidtype = "none",
liquid_alternative_flowing = "",
liquid_alternative_source = "",
liquid_viscosity = 0,