Fix mistake in comment.

This commit is contained in:
Splizard 2012-07-23 15:14:58 +12:00
parent 1aa4296680
commit 577021d5a9
1 changed files with 2 additions and 2 deletions

View File

@ -317,9 +317,9 @@ minetest.register_craft({
--Melting --Melting
--Any node part of the group melting will melt when near warm nodes such as lava, fire, torches, etc. --Any node part of the group melting will melt when near warm nodes such as lava, fire, torches, etc.
--The amount of water that replaces the node is defined by the number on the group: --The amount of water that replaces the node is defined by the number on the group:
--1: one water_flowing --1: one water_source
--2: four water_flowings --2: four water_flowings
--3: one water_source --3: one water_flowing
minetest.register_abm({ minetest.register_abm({
nodenames = {"group:melts"}, nodenames = {"group:melts"},
neighbors = {"default:desert_sand", "group:igniter","default:torch","default:furnace_active","group:hot"}, neighbors = {"default:desert_sand", "group:igniter","default:torch","default:furnace_active","group:hot"},