Version 2.1
This commit is contained in:
parent
afdd9f0ecf
commit
75b5e773f5
@ -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).
|
||||||
|
2
init.lua
2
init.lua
@ -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 = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user