7 lines
158 B
Lua
7 lines
158 B
Lua
|
-- emulating the only part of [player_api] that this mod uses
|
||
|
|
||
|
mineunit:set_modpath("player_api", "../player_api")
|
||
|
|
||
|
_G.player_api = { player_attached = {} }
|
||
|
|