master
Juraj Vajda 2021-03-14 16:24:25 -04:00
parent 6fcdd91372
commit 0d8aea54b1
5 changed files with 9 additions and 6 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

View File

@ -1,4 +0,0 @@
default
farming
flowers
vessels

View File

@ -1 +0,0 @@
Extends Minetest farming with new plants and crops.

View File

@ -1 +1,4 @@
name = farming_addons
name = farming_addons
description = Extends Minetest farming with new plants and crops.
optional_depends = hbhunger, flowers, vessels
depends = default, farming

View File

@ -32,3 +32,7 @@ minetest.override_item("farming_addons:potato_8", {
}
}
})
if minetest.get_modpath("hbhunger") ~= nil then
hbhunger.register_food("farming_addons:poisonouspotato", 1, "", 5)
end