fixed abm

This commit is contained in:
Kenneth Jao 2015-01-10 14:36:21 -05:00
parent c21105f20f
commit 9b739efcb3

View File

@ -22,7 +22,7 @@ minetest.register_abm({
})
minetest.register_abm({
nodenames = {"default:air"},
nodenames = {"air"},
neighbors = {"womd:radioactive_air"},
interval = 15.0,
chance = 10,