1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-03 16:40:45 +02:00

fix boards formspec

This commit is contained in:
Niklp09
2023-06-11 15:13:28 +02:00
parent 0a3e3f8034
commit fbbfc07e12

View File

@ -77,6 +77,10 @@ models = {
set_formspec(pos)
display_api.on_construct(pos)
end,
on_punch = function(pos)
set_formspec(pos)
display_api.update_entities(pos)
end,
on_receive_fields = on_receive_fields,
},
},
@ -107,6 +111,10 @@ models = {
set_formspec(pos)
display_api.on_construct(pos)
end,
on_punch = function(pos)
set_formspec(pos)
display_api.update_entities(pos)
end,
on_receive_fields = on_receive_fields,
},
},