mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2024-12-22 23:40:18 +01:00
Remove papyrus from treasures
This commit is contained in:
parent
fe4ff2025c
commit
d9c4b78998
1
init.lua
1
init.lua
@ -25,7 +25,6 @@ local chest_stuff = {
|
|||||||
{name="default:diamond", max = 1},
|
{name="default:diamond", max = 1},
|
||||||
{name="default:pick_steel", max = 1},
|
{name="default:pick_steel", max = 1},
|
||||||
{name="default:pick_diamond", max = 1},
|
{name="default:pick_diamond", max = 1},
|
||||||
{name="default:papyrus", max = 9},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if minetest.get_modpath("farming") then
|
if minetest.get_modpath("farming") then
|
||||||
|
Loading…
Reference in New Issue
Block a user