summaryrefslogtreecommitdiff
path: root/extranodes/aspirin.lua
diff options
context:
space:
mode:
authorroot <root@mirzakhani.gpcf.eu>2018-06-02 23:39:23 +0200
committerroot <root@mirzakhani.gpcf.eu>2018-06-02 23:39:23 +0200
commite91de893b92bf57fc7f47f88eb4f654177908056 (patch)
tree26e7b2a73e12ca46ed7d24926ea254e8969f6f46 /extranodes/aspirin.lua
parent320573cba5e549b14d081893d9ee02474d740f65 (diff)
parent73c4597d255c62d1f40ab2b04d71a207c7715b6a (diff)
Merge https://github.com/h-v-smacker/technic
Diffstat (limited to 'extranodes/aspirin.lua')
-rw-r--r--extranodes/aspirin.lua2
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"),