mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-10-15 00:35:20 +02:00
Escape formspec content of green board too
This commit is contained in:
@@ -122,6 +122,9 @@ local models = {
|
|||||||
set_formspec(pos)
|
set_formspec(pos)
|
||||||
display_api.update_entities(pos)
|
display_api.update_entities(pos)
|
||||||
end,
|
end,
|
||||||
|
on_rightclick = function(pos)
|
||||||
|
set_formspec(pos)
|
||||||
|
end,
|
||||||
on_receive_fields = on_receive_fields,
|
on_receive_fields = on_receive_fields,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user