Version 2.1

This commit is contained in:
A.C.M 2019-06-03 19:38:27 +02:00
parent afdd9f0ecf
commit 75b5e773f5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
*** Version 2.1:
Lower rarity of rice.
Flag dig_immediate added to all plants.
Flag attached_node to all plants.
*** Version 2.0: *** Version 2.0:
Support for Hunger and Diet added. Support for Hunger and Diet added.
Blueberry jam added. Blueberrys accepted in bushes, farming and default (5.x). Blueberry jam added. Blueberrys accepted in bushes, farming and default (5.x).

View File

@ -12,7 +12,7 @@
]]-- ]]--
local plants = {} local plants = {}
local version = "2.0" local version = "2.1"
cucina_vegana_farming_default = true cucina_vegana_farming_default = true
cucina_vegana_plant_settings = {} cucina_vegana_plant_settings = {}
cucina_vegana_plant_settings.bonemeal_list = {} cucina_vegana_plant_settings.bonemeal_list = {}