Flowers: Brown Mushrooms only give you a half bread (saturation) back

master
LNJ 2016-09-04 20:28:33 +02:00
parent 3df251c915
commit bcc6a8d52f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ minetest.register_abm({
--
local mushrooms = {
{"brown", 2, 0},
{"brown", 1, 0},
{"red", -6, 7}
}