xdecor-libre/crafts.lua

151 lines
4.2 KiB
Lua
Raw Normal View History

2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:barrel",
recipe = {
{"group:wood", "group:wood", "group:wood"},
{"default:iron_lump", "", "default:iron_lump"},
{"group:wood", "group:wood", "group:wood"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craftitem("xdecor:brass_ingot", {
2015-06-10 12:05:05 +03:00
description = "Brass ingot", inventory_image = "xdecor_brass_ingot.png" })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
type = "shapeless", output = "xdecor:brass_ingot",
2015-06-10 14:26:04 +03:00
recipe = {"default:copper_ingot", "moreores:tin_ingot"} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:cabinet",
recipe = {
{"group:wood", "group:wood", "group:wood"},
{"doors:trapdoor", "", "doors:trapdoor"},
{"group:wood", "group:wood", "group:wood"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
output = "xdecor:cabinet_half 2", recipe = {{"xdecor:cabinet"}} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
type = "shapeless", output = "xdecor:candle", recipe = {"default:torch"} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:cardboard_box",
recipe = {
{"default:paper", "default:paper", "default:paper"},
{"default:paper", "default:paper", "default:paper"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:cauldron",
recipe = {
{"default:iron_lump", "", "default:iron_lump"},
{"default:iron_lump", "default:water_source", "default:iron_lump"},
{"default:iron_lump", "default:iron_lump", "default:iron_lump"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
output = "xdecor:chair",
2015-06-09 15:04:57 +03:00
recipe = {
2015-06-10 12:05:05 +03:00
{"group:stick", "", ""},
{"group:stick", "group:stick", "group:stick"},
{"group:stick", "", "group:stick"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:coalstone_tile 8",
recipe = {
{"default:coalblock", "default:stone"},
{"default:stone", "default:coalblock"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
output = "xdecor:cushion 2", recipe = {{"wool:red", "wool:red", "wool:red"}} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
output = "xdecor:fence_brass 2",
2015-06-09 15:04:57 +03:00
recipe = {
{"xdecor:brass_ingot", "xdecor:brass_ingot", "xdecor:brass_ingot"},
{"xdecor:brass_ingot", "xdecor:brass_ingot", "xdecor:brass_ingot"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
output = "xdecor:fence_wrought_iron 2",
2015-06-09 15:04:57 +03:00
recipe = {
{"default:iron_lump", "default:iron_lump", "default:iron_lump"},
{"default:iron_lump", "default:iron_lump", "default:iron_lump"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
type = "shapeless", output = "xdecor:flint_steel",
2015-06-10 14:26:04 +03:00
recipe = {"default:obsidian_shard", "default:steel_ingot"} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:frame",
recipe = {
{"group:stick", "group:stick", "group:stick"},
{"group:stick", "default:paper", "group:stick"},
{"group:stick", "group:stick", "group:stick"},
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
type = "shapeless", output = "xdecor:moonbrick",
2015-06-10 14:26:04 +03:00
recipe = {"default:brick", "default:stone"} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:multishelf",
recipe = {
{"group:wood", "group:wood", "group:wood"},
2015-06-10 15:02:57 +03:00
{"group:vessel", "group:book", "group:vessel"},
2015-06-09 15:04:57 +03:00
{"group:wood", "group:wood", "group:wood"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
type = "shapeless", output = "xdecor:painting",
2015-06-10 14:26:04 +03:00
recipe = {"default:sign_wall", "dye:blue"} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
output = "xdecor:plant_pot",
2015-06-09 15:04:57 +03:00
recipe = {
{"default:clay_lump", "", "default:clay_lump"},
{"default:clay_lump", "default:dirt", "default:clay_lump"},
{"default:clay_lump", "default:clay_lump", "default:clay_lump"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:rope 2",
recipe = {
{"farming:string"},
{"farming:string"},
{"farming:string"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
2015-06-10 12:05:05 +03:00
output = "xdecor:table",
2015-06-09 15:04:57 +03:00
recipe = {
2015-06-10 12:05:05 +03:00
{"stairs:slab_wood", "stairs:slab_wood", "stairs:slab_wood"},
{"", "group:stick", ""},
{"", "group:stick", ""}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:tv",
recipe = {
{"default:steel_ingot", "default:copper_ingot", "default:steel_ingot"},
{"default:steel_ingot", "default:glass", "default:steel_ingot"},
{"default:steel_ingot", "default:copper_ingot", "default:steel_ingot"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:workbench",
recipe = {
{"group:wood", "group:wood", "group:wood"},
2015-06-10 14:26:04 +03:00
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
2015-06-09 15:04:57 +03:00
{"group:wood", "group:wood", "group:wood"}
2015-06-10 14:26:04 +03:00
} })
2015-06-09 15:04:57 +03:00
minetest.register_craft({
output = "xdecor:wood_tile 2",
recipe = {
{"group:wood", "group:wood"},
{"group:wood", "group:wood"}
2015-06-10 14:26:04 +03:00
} })