mirror of
https://github.com/rubenwardy/food_sweet.git
synced 2025-06-28 14:26:10 +02:00
Compare commits
2 Commits
v0.3.0
...
nalc-1.2.0
Author | SHA1 | Date | |
---|---|---|---|
b611935ae2 | |||
5b184eae72 |
3
init.lua
3
init.lua
@ -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_seet] loaded.")
|
||||
|
Reference in New Issue
Block a user