mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-07-04 00:51:21 +02:00
fix boards formspec
This commit is contained in:
@ -77,6 +77,10 @@ models = {
|
|||||||
set_formspec(pos)
|
set_formspec(pos)
|
||||||
display_api.on_construct(pos)
|
display_api.on_construct(pos)
|
||||||
end,
|
end,
|
||||||
|
on_punch = function(pos)
|
||||||
|
set_formspec(pos)
|
||||||
|
display_api.update_entities(pos)
|
||||||
|
end,
|
||||||
on_receive_fields = on_receive_fields,
|
on_receive_fields = on_receive_fields,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -107,6 +111,10 @@ models = {
|
|||||||
set_formspec(pos)
|
set_formspec(pos)
|
||||||
display_api.on_construct(pos)
|
display_api.on_construct(pos)
|
||||||
end,
|
end,
|
||||||
|
on_punch = function(pos)
|
||||||
|
set_formspec(pos)
|
||||||
|
display_api.update_entities(pos)
|
||||||
|
end,
|
||||||
on_receive_fields = on_receive_fields,
|
on_receive_fields = on_receive_fields,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user