Add missing biomes, correct saturation

This commit is contained in:
cora 2022-10-24 16:35:47 +02:00
parent b4b2a4f1ab
commit 788b2c23ee
2 changed files with 2 additions and 3 deletions

View File

@ -42,8 +42,7 @@ end
minetest.register_craftitem("mcl_farming:sweet_berry", {
description = S("Sweet Berry"),
inventory_image = "mcl_farming_sweet_berry.png",
_mcl_saturation = 0.2,
stack_max = 64,
_mcl_saturation = 0.4,
groups = { food = 2, eatable = 1, compostability=30 },
on_secondary_use = minetest.item_eat(1),
on_place = function(itemstack, placer, pointed_thing)

View File

@ -2865,7 +2865,7 @@ local function register_decorations()
lacunarity = 1.0,
flags = "absvalue"
},
biomes = {"Taiga","Forest"},
biomes = {"Taiga","ColdTaiga","MegaTaiga","MegaSpruceTaiga", "Forest"},
y_max = mcl_vars.mg_overworld_max,
y_min = 2,
decoration = "mcl_sweet_berry:sweet_berry_bush_3"