mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
added method to recognize repixture
This commit is contained in:
parent
ad7a644355
commit
690d3db901
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -41,6 +41,7 @@ if load_blast_damage == 2 then airutils.blast_damage = false end
|
|||
|
||||
airutils.is_minetest = minetest.get_modpath("player_api")
|
||||
airutils.is_mcl = minetest.get_modpath("mcl_player")
|
||||
airutils.is_repixture = minetest.get_modpath("rp_player")
|
||||
|
||||
airutils.fuel = {['biofuel:biofuel'] = 1,['biofuel:bottle_fuel'] = 1,
|
||||
['biofuel:phial_fuel'] = 0.25, ['biofuel:fuel_can'] = 10,
|
||||
|
|
Loading…
Add table
Reference in a new issue