2022-10-05 21:44:46 -05:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
|
2022-10-05 19:54:07 -05:00
|
|
|
globals = {
|
|
|
|
'x_bows'
|
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
|
|
|
'minetest',
|
|
|
|
'default',
|
|
|
|
'vector',
|
|
|
|
'table',
|
|
|
|
'ItemStack',
|
|
|
|
'armor',
|
|
|
|
'playerphysics',
|
|
|
|
'hb',
|
2022-10-05 20:26:43 -05:00
|
|
|
'mesecon',
|
2022-10-05 21:44:46 -05:00
|
|
|
'dump',
|
2022-10-05 20:26:43 -05:00
|
|
|
'player_monoids'
|
2022-10-05 19:54:07 -05:00
|
|
|
}
|