mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-14 11:50:16 +02:00
Beds: Add support for pova and player_monoids (#3200)
This commit is contained in:
@ -19,7 +19,10 @@ read_globals = {
|
||||
-- Silence errors about custom table methods.
|
||||
table = { fields = { "copy", "indexof" } },
|
||||
-- Silence warnings about accessing undefined fields of global 'math'
|
||||
math = { fields = { "sign" } }
|
||||
math = { fields = { "sign" } },
|
||||
-- Mod support
|
||||
"player_monoids",
|
||||
"pova",
|
||||
}
|
||||
|
||||
-- Overwrites minetest.handle_node_drops
|
||||
|
Reference in New Issue
Block a user