Add recipe list. Correct tesseract labels.
This commit is contained in:
parent
2aa15f20a9
commit
04c6051e8a
3 changed files with 65 additions and 5 deletions
10
nodes.lua
10
nodes.lua
|
@ -169,7 +169,7 @@ local function teleporter(user, area, power)
|
|||
end
|
||||
|
||||
minetest.register_craftitem("fun_caves:teleporter_iron_moonstone", {
|
||||
description = "Iron and Moonstone Teleporter",
|
||||
description = "Iron and Moonstone Tesseract",
|
||||
drawtype = "plantlike",
|
||||
paramtype = "light",
|
||||
tiles = {"fun_caves_tesseract_iron_moon.png"},
|
||||
|
@ -220,7 +220,7 @@ minetest.register_ore({
|
|||
})
|
||||
|
||||
minetest.register_craftitem("fun_caves:teleporter_iron_coral", {
|
||||
description = "Iron and Coral Teleporter",
|
||||
description = "Iron and Coral Tesseract",
|
||||
drawtype = "plantlike",
|
||||
paramtype = "light",
|
||||
tiles = {"fun_caves_tesseract_iron_coral.png"},
|
||||
|
@ -259,7 +259,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craftitem("fun_caves:teleporter_iron_garnet", {
|
||||
description = "Iron and Garnet Teleporter",
|
||||
description = "Iron and Garnet Tesseract",
|
||||
drawtype = "plantlike",
|
||||
paramtype = "light",
|
||||
tiles = {"fun_caves_tesseract_iron_garnet.png"},
|
||||
|
@ -310,7 +310,7 @@ minetest.register_ore({
|
|||
})
|
||||
|
||||
minetest.register_craftitem("fun_caves:teleporter_iron_zoisite", {
|
||||
description = "Iron and Zoisite Teleporter",
|
||||
description = "Iron and Zoisite Tesseract",
|
||||
drawtype = "plantlike",
|
||||
paramtype = "light",
|
||||
tiles = {"fun_caves_tesseract_iron_zois.png"},
|
||||
|
@ -361,7 +361,7 @@ minetest.register_ore({
|
|||
})
|
||||
|
||||
minetest.register_craftitem("fun_caves:teleporter_iron_aquamarine", {
|
||||
description = "Iron and Aquamarine Teleporter",
|
||||
description = "Iron and Aquamarine Tesseract",
|
||||
drawtype = "plantlike",
|
||||
paramtype = "light",
|
||||
tiles = {"fun_caves_tesseract_iron_aqua.png"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue