mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-13 11:22:26 +01:00
Fix the enchanting table book entity spawning multiple times as reported in issue #1008.
This commit is contained in:
@ -349,7 +349,7 @@ minetest.register_lbm({
|
||||
nodenames = {"mcl_enchanting:table"},
|
||||
run_at_every_load = true,
|
||||
action = function(pos)
|
||||
spawn_book_entity(pos)
|
||||
spawn_book_entity(pos, true)
|
||||
end,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user