add multibiomegen fruits

This commit is contained in:
tenplus1 2024-08-24 11:46:13 +01:00
parent d805ac59a0
commit 2b9efd94b9

View File

@ -138,6 +138,11 @@ local function add_fruits()
-- xnether
regrow.add_fruit("xnether:fruit", "xnether:blue_leaves")
-- multibiomegen
for f = 0, 230 do
regrow.add_fruit("multibiomegen:fruit_" .. f, "multibiomegen:leaf_" .. f)
end
end
-- wait until mods are loaded to save dependency mess