mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Merge pull request 'Fixed Bookshelf Close Gui Issue' (#2611) from fix_bookshelf_issue into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2611 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
eed52b69a2
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ minetest.register_node("mcl_books:bookshelf", {
|
||||||
after_dig_node = drop_content,
|
after_dig_node = drop_content,
|
||||||
on_blast = on_blast,
|
on_blast = on_blast,
|
||||||
on_rightclick = bookshelf_gui,
|
on_rightclick = bookshelf_gui,
|
||||||
on_destruct = close_gui,
|
on_destruct = close_forms,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
|
Loading…
Reference in a new issue