Various changes, see changelog.txt.
This commit is contained in:
parent
1e12c10b9c
commit
c745c9c093
@ -1,3 +1,7 @@
|
||||
default:blueberries added to group food_blueberry and food_blueberries.
|
||||
bushes:blueberries added to group food_blueberries.
|
||||
Function add_group is doing nothing if the item is unknown.
|
||||
|
||||
*** Version 2.3
|
||||
Recipe for cotton added.
|
||||
Mushroom_light added.
|
||||
|
@ -471,3 +471,6 @@ if minetest.get_modpath("petz") then
|
||||
})
|
||||
|
||||
end
|
||||
|
||||
cucina_vegana.add_group("default:blueberries", {food_blueberry = 1, food_blueberries = 1})
|
||||
cucina_vegana.add_group("bushes:blueberry", {food_blueberries = 1})
|
||||
|
Loading…
x
Reference in New Issue
Block a user