Remove zoisites.

This commit is contained in:
Duane 2016-08-03 08:02:35 -05:00
parent aa379d0701
commit 69feb6f994
3 changed files with 1 additions and 6 deletions

View file

@ -26,7 +26,7 @@ if minetest.registered_entities['mobs_monster:sand_monster'] then
filler[#filler+1] = 'mobs_monster:sand_monster'
end
local gems = {'fun_caves:moonstone', 'fun_caves:coral_gem', 'fun_caves:garnet', 'fun_caves:aquamarine', 'fun_caves:zoisite', 'fun_caves:sky_iron'}
local gems = {'fun_caves:moonstone', 'fun_caves:coral_gem', 'fun_caves:garnet', 'fun_caves:aquamarine', 'fun_caves:sky_iron'}
local newnode = fun_caves.clone_node("default:chest")
newnode.description = "Treasure Casket"

View file

@ -102,7 +102,6 @@ local gems = {
{gem = 'Moonstone', teleport = 'sky', ore = true},
{gem = 'Garnet', teleport = 'underworld', ore = true},
{gem = 'Coral Gem', teleport = 'hell'},
--{gem = 'Zoisite', teleport = 'dungeon', ore = true},
{gem = 'Aquamarine', teleport = 'overworld', ore = true},
}

View file

@ -34,10 +34,6 @@ newnode.drop = {
items = { 'fun_caves:garnet', },
rarity = 10,
},
{
items = { 'fun_caves:zoisite', },
rarity = 10,
},
{
items = { 'fun_caves:coral_gem', },
rarity = 30,