1
0
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:
SmallJoker
2025-06-17 12:24:17 +02:00
committed by GitHub
parent 844216cbb8
commit 407087977c
3 changed files with 63 additions and 9 deletions

View File

@ -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