diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-06-01 23:19:35 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-06-01 23:19:35 +0300 |
commit | 73c4597d255c62d1f40ab2b04d71a207c7715b6a (patch) | |
tree | 134ae67e5911b17415ad01356fcbef4b3bde9d1c /extranodes | |
parent | 8aaa848b0987e41f9b6924037b398e1e6ef01629 (diff) |
enable aspirin when hbhunger is used
Diffstat (limited to 'extranodes')
-rw-r--r-- | extranodes/aspirin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extranodes/aspirin.lua b/extranodes/aspirin.lua index a9ddad8..126f726 100644 --- a/extranodes/aspirin.lua +++ b/extranodes/aspirin.lua @@ -6,7 +6,7 @@ local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end -if minetest.get_modpath("hunger") and minetest.get_modpath("ethereal") then +if (minetest.get_modpath("hunger") or minetest.get_modpath("hbhunger")) and minetest.get_modpath("ethereal") then minetest.register_craftitem(":technic:aspirin_pill", { description = S("Aspirin pill"), |