christmas_craft/crafts.lua

297 lines
8.3 KiB
Lua
Raw Normal View History

2013-12-10 00:39:13 +01:00
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:christmas_lights 4",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"farming:string","default:mese_crystal", "farming:string"},
{"default:glass","default:glass", "default:glass"},
2013-10-12 11:52:57 +02:00
}
})
2013-12-10 00:39:13 +01:00
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:christmas_leaves 4",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:leaves","default:leaves"},
{"default:leaves","default:leaves"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:christmas_wreath ",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:christmas_leaves","christmas_craft:christmas_leaves","christmas_craft:christmas_leaves"},
{"christmas_craft:christmas_leaves","","christmas_craft:christmas_leaves"},
{"christmas_craft:christmas_leaves","christmas_craft:red_ribbon","christmas_craft:christmas_leaves"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:snow_block",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:snowball","christmas_craft:snowball"},
{"christmas_craft:snowball","christmas_craft:snowball"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:snowman",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:coal_lump","christmas_craft:snowball","default:coal_lump"},
{"christmas_craft:snowball","christmas_craft:snowball","christmas_craft:snowball"},
{"default:coal_lump","default:coal_lump","default:coal_lump"},
2013-10-12 11:52:57 +02:00
}
})
2013-12-10 00:39:13 +01:00
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:christmas_star ",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"","default:gold_ingot",""},
{"default:gold_ingot","default:gold_ingot","default:gold_ingot"},
{"default:gold_ingot","","default:gold_ingot"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:snowball 4",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:snow_block"},
2013-10-12 11:52:57 +02:00
}
})
2013-12-10 00:39:13 +01:00
--------------------------
-- baubles -
--------------------------
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:red_baubles 8",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:glass","default:gold_ingot", "default:glass"},
{"default:glass","dye:red", "default:glass"},
{"default:glass","default:glass", "default:glass"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:yellow_baubles 8",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:glass","default:gold_ingot", "default:glass"},
{"default:glass","dye:yellow", "default:glass"},
{"default:glass","default:glass", "default:glass"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:green_baubles 8",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:glass","default:gold_ingot", "default:glass"},
{"default:glass","dye:green", "default:glass"},
{"default:glass","default:glass", "default:glass"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:blue_baubles 8",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:glass","default:gold_ingot", "default:glass"},
{"default:glass","dye:blue", "default:glass"},
{"default:glass","default:glass", "default:glass"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:orange_baubles 8",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:glass","default:gold_ingot", "default:glass"},
{"default:glass","dye:orange", "default:glass"},
{"default:glass","default:glass", "default:glass"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:pink_baubles 8",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:glass","default:gold_ingot", "default:glass"},
{"default:glass","dye:pink", "default:glass"},
{"default:glass","default:glass", "default:glass"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:violet_baubles 8",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:glass","default:gold_ingot", "default:glass"},
{"default:glass","dye:violet", "default:glass"},
{"default:glass","default:glass", "default:glass"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:silver_baubles 8",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:glass","default:gold_ingot", "default:glass"},
{"default:glass","", "default:glass"},
{"default:glass","default:glass", "default:glass"},
2013-10-12 11:52:57 +02:00
}
})
2013-12-10 00:39:13 +01:00
--------------------------
-- presents -
--------------------------
-- paper colour craft --
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
type = "shapeless",
output = 'christmas_craft:paper_red',
recipe = {'dye:red','default:paper'},
2013-10-12 11:52:57 +02:00
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
type = "shapeless",
output = 'christmas_craft:paper_blue',
recipe = {'dye:blue','default:paper'},
2013-10-12 11:52:57 +02:00
})
2013-12-10 00:39:13 +01:00
minetest.register_craft({
type = "shapeless",
output = 'christmas_craft:paper_green',
recipe = {'dye:green','default:paper'},
})
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
type = "shapeless",
output = 'christmas_craft:paper_yellow',
recipe = {'dye:yellow','default:paper'},
2013-10-12 11:52:57 +02:00
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
type = "shapeless",
output = 'christmas_craft:paper_yellow',
recipe = {'dye:yellow','default:paper'},
2013-10-12 11:52:57 +02:00
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
type = "shapeless",
output = 'christmas_craft:paper_violet',
recipe = {'dye:violet','default:paper'},
2013-10-12 11:52:57 +02:00
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
type = "shapeless",
output = 'christmas_craft:paper_orange',
recipe = {'dye:orange','default:paper'},
2013-10-12 11:52:57 +02:00
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
type = "shapeless",
output = 'christmas_craft:paper_pink',
recipe = {'dye:pink','default:paper'},
2013-10-12 11:52:57 +02:00
})
2013-12-10 00:39:13 +01:00
-- ribbon craft --
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
type = "shapeless",
output = 'christmas_craft:red_ribbon',
recipe = {'dye:red','farming:string'},
})
-- wish list craft --
minetest.register_craft({
type = "shapeless",
output = 'christmas_craft:wish_list',
recipe = {'default:stick','default:mese_crystal','default:paper','dye:black'},
2013-10-12 11:52:57 +02:00
})
2013-12-10 00:39:13 +01:00
-- present box --
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:present_box",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:paper","default:paper", "default:paper"},
{"default:paper","christmas_craft:wish_list", "default:paper"},
{"default:paper","default:paper", "default:paper"},
2013-10-12 11:52:57 +02:00
}
})
2013-12-10 00:39:13 +01:00
-- present craft --
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:Christmas_present",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"default:paper","christmas_craft:red_ribbon", "default:paper"},
{"default:paper","christmas_craft:present_box", "default:paper"},
{"default:paper","christmas_craft:red_ribbon", "default:paper"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:Christmas_present_red",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:paper_red","christmas_craft:red_ribbon", "christmas_craft:paper_red"},
{"christmas_craft:paper_red","christmas_craft:present_box", "christmas_craft:paper_red"},
{"christmas_craft:paper_red","christmas_craft:red_ribbon", "christmas_craft:paper_red"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:Christmas_present_blue",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:paper_blue","christmas_craft:red_ribbon", "christmas_craft:paper_blue"},
{"christmas_craft:paper_blue","christmas_craft:present_box", "christmas_craft:paper_blue"},
{"christmas_craft:paper_blue","christmas_craft:red_ribbon", "christmas_craft:paper_blue"},
2013-10-12 11:52:57 +02:00
}
})
2013-12-10 00:39:13 +01:00
2013-10-12 11:52:57 +02:00
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:Christmas_present_green",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:paper_green","christmas_craft:red_ribbon", "christmas_craft:paper_green"},
{"christmas_craft:paper_green","christmas_craft:present_box", "christmas_craft:paper_green"},
{"christmas_craft:paper_green","christmas_craft:red_ribbon", "christmas_craft:paper_green"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:Christmas_present_yellow",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:paper_yellow","christmas_craft:red_ribbon", "christmas_craft:paper_yellow"},
{"christmas_craft:paper_yellow","christmas_craft:present_box", "christmas_craft:paper_yellow"},
{"christmas_craft:paper_yellow","christmas_craft:red_ribbon", "christmas_craft:paper_yellow"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:Christmas_present_orange",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:paper_orange","christmas_craft:red_ribbon", "christmas_craft:paper_orange"},
{"christmas_craft:paper_orange","christmas_craft:present_box", "christmas_craft:paper_orange"},
{"christmas_craft:paper_orange","christmas_craft:red_ribbon", "christmas_craft:paper_orange"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:Christmas_present_pink",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:paper_pink","christmas_craft:red_ribbon", "christmas_craft:paper_pink"},
{"christmas_craft:paper_pink","christmas_craft:present_box", "christmas_craft:paper_pink"},
{"christmas_craft:paper_pink","christmas_craft:red_ribbon", "christmas_craft:paper_pink"},
2013-10-12 11:52:57 +02:00
}
})
minetest.register_craft({
2013-12-10 00:39:13 +01:00
output = "christmas_craft:Christmas_present_violet",
2013-10-12 11:52:57 +02:00
recipe = {
2013-12-10 00:39:13 +01:00
{"christmas_craft:paper_violet","christmas_craft:red_ribbon", "christmas_craft:paper_violet"},
{"christmas_craft:paper_violet","christmas_craft:present_box", "christmas_craft:paper_violet"},
{"christmas_craft:paper_violet","christmas_craft:red_ribbon", "christmas_craft:paper_violet"},
2013-10-12 11:52:57 +02:00
}
})
2013-12-10 00:39:13 +01:00