fixed abm
This commit is contained in:
parent
c21105f20f
commit
9b739efcb3
@ -22,7 +22,7 @@ minetest.register_abm({
|
||||
})
|
||||
|
||||
minetest.register_abm({
|
||||
nodenames = {"default:air"},
|
||||
nodenames = {"air"},
|
||||
neighbors = {"womd:radioactive_air"},
|
||||
interval = 15.0,
|
||||
chance = 10,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user