Remove zoisites.
This commit is contained in:
parent
aa379d0701
commit
69feb6f994
3 changed files with 1 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue