A little step backward!

This commit is contained in:
LeMagnesium 2014-12-06 10:15:42 +01:00
parent 174ef642f8
commit 279983e0b0
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ if minetest.get_modpath("mushroom") ~= nil then
-- mushroom potions: red = strong poison, brown = light restorative
if minetest.get_modpath("vessels") then
overwrite("mushroom:brown_essence", 1, "vessels:glass_bottle", nil, 4)
-- overwrite("mushroom:poison", 1, "vessels:glass_bottle", 10)
overwrite("mushroom:poison", 1, "vessels:glass_bottle", 10)
end
end