forked from minetest-mods/MoreMesecons
93384188d5
The current hack to get on the `on_player_receive_fields` function is quite likely to break with instrumented code. This also changes the workaround to get custom inventory callbacks by using `minetest.override_item`.
10 lines
226 B
Lua
10 lines
226 B
Lua
read_globals = {
|
|
-- Defined by Minetest
|
|
"minetest", "vector", "PseudoRandom", "VoxelArea", "table",
|
|
|
|
-- Mods
|
|
"digiline", "default", "creative",
|
|
}
|
|
globals = {"moremesecons", "mesecon"}
|
|
ignore = {"212", "631", "422", "432"}
|