1
0
mirror of https://github.com/rubenwardy/food_sweet.git synced 2025-06-28 14:26:10 +02:00

4 Commits

4 changed files with 6 additions and 3 deletions

View File

@ -1 +0,0 @@
food_basic

View File

@ -1 +0,0 @@
Adds cakes, buns and tarts. Expansion pack for the food mod.

View File

@ -28,7 +28,7 @@ food.support("strawberry", {
"ethereal:strawberry"
})
food.support("blueberry", "bushes:blueberry")
food.support("blueberry", {"default:blueberries", "bushes:blueberry"})
food.support("rhubarb", "farming_plus:rhubarb_item")
@ -438,3 +438,4 @@ food.module("muffin_choco", function()
})
end)
minetest.log("action", "[food_sweet] loaded.")

4
mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = food_sweet
title = Food Sweet
description = Adds cakes, buns and tarts. Expansion pack for the food mod.
depends = food_basic