Change field receipt handling to work properly with Minetest 0.4.8.

This commit is contained in:
Uberi
2013-12-18 14:54:46 -05:00
parent 85f2f3f742
commit e8d31c3e5a
4 changed files with 16 additions and 1 deletions

View File

@ -98,6 +98,9 @@ minetest.register_node(nodename, {
meta:set_string("eeprom", r)
end,
on_receive_fields = function(pos, formanme, fields, sender)
if fields.quit then
return
end
local meta = minetest.get_meta(pos)
if fields.band then
fields.code = "sbi(C, A&B) :A and B are inputs, C is output"