forked from mtcontrib/bitchange
Kill them all
This commit is contained in:
parent
84f1b0f330
commit
e28d5e58bd
|
@ -144,7 +144,7 @@ minetest.register_node("bitchange:moneychanger", {
|
||||||
end
|
end
|
||||||
if stack_name == "bitchange:mineninth" or
|
if stack_name == "bitchange:mineninth" or
|
||||||
stack_name == "bitchange:minecoin" or
|
stack_name == "bitchange:minecoin" or
|
||||||
stack_name == "bitchange:minecoinblock") then
|
stack_name == "bitchange:minecoinblock" then
|
||||||
return moneychanger.update_fields(pos, listname, index, stack, false)
|
return moneychanger.update_fields(pos, listname, index, stack, false)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user