]> git.lizzy.rs Git - xdecor.git/blob - recipes.lua
33ea2c8fe5cc1dccb3c26fe35f686c3d8f664f5f
[xdecor.git] / recipes.lua
1 minetest.register_craft({ 
2         output = "xdecor:baricade",
3         recipe = {
4                 {"group:stick", "", "group:stick"},
5                 {"", "default:steel_ingot", ""},
6                 {"group:stick", "", "group:stick"}
7         } 
8 })
9
10 minetest.register_craft({
11         output = "xdecor:barrel",
12         recipe = {
13                 {"group:wood", "group:wood", "group:wood"},
14                 {"default:iron_lump", "", "default:iron_lump"},
15                 {"group:wood", "group:wood", "group:wood"}
16         }
17 })
18
19 minetest.register_craft({
20         output = "xdecor:bowl 3",
21         recipe = {
22                 {"group:wood", "", "group:wood"},
23                 {"", "group:wood", ""}
24         }
25 })
26
27 minetest.register_craft({ 
28         output = "xdecor:candle",
29         recipe = {
30                 {"default:torch"}
31         } 
32 })
33
34 minetest.register_craft({
35         output = "xdecor:cabinet",
36         recipe = {
37                 {"group:wood", "group:wood", "group:wood"},
38                 {"doors:trapdoor", "", "doors:trapdoor"},
39                 {"group:wood", "group:wood", "group:wood"}
40         }
41 })
42
43 minetest.register_craft({
44         output = "xdecor:cabinet_half 2",
45         recipe = {
46                 {"xdecor:cabinet"}
47         }
48 })
49
50 minetest.register_craft({
51         output = "xdecor:cactusbrick",
52         recipe = {
53                 {"default:brick", "default:cactus"}
54         }
55 })
56
57 minetest.register_craft({
58         output = "xdecor:cauldron_empty",
59         recipe = {
60                 {"default:iron_lump", "", "default:iron_lump"},
61                 {"default:iron_lump", "", "default:iron_lump"},
62                 {"default:iron_lump", "default:iron_lump", "default:iron_lump"}
63         }
64 })
65
66 minetest.register_craft({ 
67         output = "realchess:chessboard",
68         recipe = {
69                 {"dye:black", "dye:white", "dye:black"},
70                 {"stairs:slab_wood", "stairs:slab_wood", "stairs:slab_wood"}
71         } 
72 })
73
74 minetest.register_craft({
75         output = "xdecor:chair",
76         recipe = {
77                 {"group:stick", "", ""},
78                 {"group:stick", "group:stick", "group:stick"},
79                 {"group:stick", "", "group:stick"}
80         }
81 })
82
83 minetest.register_craft({
84         output = "xdecor:coalstone_tile 4",
85         recipe = {
86                 {"default:coalblock", "default:stone"},
87                 {"default:stone", "default:coalblock"}
88         }
89 })
90
91 minetest.register_craft({
92         output = "xdecor:cobweb",
93         recipe = {
94                 {"farming:cotton", "", "farming:cotton"},
95                 {"", "farming:cotton", ""},
96                 {"farming:cotton", "", "farming:cotton"}
97         }
98 })
99
100 minetest.register_craft({ 
101         output = "xdecor:crafting_guide",
102         type = "shapeless",
103         recipe = {"default:book"}
104 })
105
106 minetest.register_craft({
107         output = "xdecor:cushion 3",
108         recipe = {
109                 {"wool:red", "wool:red", "wool:red"}
110         }
111 })
112
113 minetest.register_craft({
114         output = "xdecor:cushion_block",
115         recipe = {
116                 {"xdecor:cushion"},
117                 {"xdecor:cushion"}
118         }
119 })
120
121 minetest.register_craft({
122         output = "xdecor:desertstone_tile",
123         recipe = {
124                 {"default:desert_cobble", "default:desert_cobble"},
125                 {"default:desert_cobble", "default:desert_cobble"}
126         }
127 })
128         
129 minetest.register_craft({
130         output = "xdecor:empty_shelf",
131         recipe = {
132                 {"group:wood", "group:wood", "group:wood"},
133                 {"", "", ""},
134                 {"group:wood", "group:wood", "group:wood"}
135         }
136 })
137
138 minetest.register_craft({
139         output = "xdecor:enderchest",
140         recipe = {
141                 {"", "default:obsidian", ""},
142                 {"default:obsidian", "default:chest", "default:obsidian"},
143                 {"", "default:obsidian", ""}
144         }
145 })
146
147 minetest.register_craft({
148         output = "xdecor:enchantment_table",
149         recipe = {
150                 {"", "default:book", ""},
151                 {"default:diamond", "default:obsidian", "default:diamond"},
152                 {"default:obsidian", "default:obsidian", "default:obsidian"}
153         }
154 })
155
156 minetest.register_craft({
157         output = "xdecor:itemframe",
158         recipe = {
159                 {"group:stick", "group:stick", "group:stick"},
160                 {"group:stick", "default:paper", "group:stick"},
161                 {"group:stick", "group:stick", "group:stick"}
162         }
163 })
164         
165 minetest.register_craft({
166         output = "xdecor:hammer",
167         recipe = {
168                 {"default:steel_ingot", "group:stick", "default:steel_ingot"},
169                 {"", "group:stick", ""}
170         }
171 })
172
173 minetest.register_craft({
174         output = "xdecor:hard_clay",
175         recipe = {
176                 {"default:clay", "default:clay"},
177                 {"default:clay", "default:clay"}
178         }
179 })
180
181 minetest.register_craft({
182         output = "xdecor:hive",
183         recipe = {
184                 {"group:stick", "group:stick", "group:stick"},
185                 {"default:paper", "default:paper", "default:paper"},
186                 {"group:stick", "group:stick", "group:stick"}
187         }
188 })
189
190 minetest.register_craft({
191         output = "xdecor:iron_lightbox",
192         recipe = {
193                 {"xpanes:bar", "default:torch", "xpanes:bar"},
194                 {"xpanes:bar", "default:glass", "xpanes:bar"},
195                 {"xpanes:bar", "default:torch", "xpanes:bar"}
196         }
197 })
198
199 minetest.register_craft({
200         output = "xdecor:ivy 4",
201         recipe = {
202                 {"group:leaves"},
203                 {"group:leaves"}
204         }
205 })
206         
207 minetest.register_craft({
208         output = "xdecor:lantern",
209         recipe = {
210                 {"default:iron_lump"},
211                 {"default:torch"},
212                 {"default:iron_lump"}
213         }
214 })
215
216 minetest.register_craft({
217         output = "xdecor:lever_off",
218         recipe = {
219                 {"group:stick"},
220                 {"group:stone"}
221         }
222 })
223
224 minetest.register_craft({
225         output = "xdecor:mailbox",
226         recipe = {
227                 {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
228                 {"dye:red", "default:paper", "dye:red"},
229                 {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}
230         }
231 })
232
233 minetest.register_craft({
234         output = "xdecor:moonbrick",
235         recipe = {
236                 {"default:brick", "default:stone"}
237         }
238 })
239
240 minetest.register_craft({
241         output = "xdecor:multishelf",
242         recipe = {
243                 {"group:wood", "group:wood", "group:wood"},
244                 {"group:vessel", "group:book", "group:vessel"},
245                 {"group:wood", "group:wood", "group:wood"}
246         }
247 })
248
249 minetest.register_craft({
250         output = "xdecor:packed_ice",
251         recipe = {
252                 {"default:ice", "default:ice"},
253                 {"default:ice", "default:ice"}
254         }
255 })
256
257 minetest.register_craft({
258         output = "xdecor:painting_1",
259         recipe = {
260                 {"default:sign_wall_wood", "dye:blue"}
261         }
262 })
263
264 minetest.register_craft({
265         output = "xdecor:pressure_stone_off",
266         type = "shapeless",
267         recipe = {"group:stone", "group:stone"}
268 })
269
270 minetest.register_craft({
271         output = "xdecor:pressure_wood_off",
272         type = "shapeless",
273         recipe = {"group:wood", "group:wood"}
274 })
275
276 minetest.register_craft({
277         output = "xdecor:rope",
278         recipe = {
279                 {"farming:string"},
280                 {"farming:string"},
281                 {"farming:string"}
282         }
283 })
284         
285 minetest.register_craft({
286         output = "xdecor:stone_tile 2",
287         recipe = {
288                 {"default:cobble", "default:cobble"},
289                 {"default:cobble", "default:cobble"}
290         }
291 })
292         
293 minetest.register_craft({
294         output = "xdecor:stone_rune 4",
295         recipe = {
296                 {"default:stone", "default:stone", "default:stone"},
297                 {"default:stone", "", "default:stone"},
298                 {"default:stone", "default:stone", "default:stone"}
299         }
300 })
301
302 minetest.register_craft({
303         output = "xdecor:stonepath 16",
304         recipe = {
305                 {"stairs:slab_cobble", "", "stairs:slab_cobble"},
306                 {"", "stairs:slab_cobble", ""},
307                 {"stairs:slab_cobble", "", "stairs:slab_cobble"}
308         }
309 })
310
311 minetest.register_craft({
312         output = "xdecor:table",
313         recipe = {
314                 {"stairs:slab_wood", "stairs:slab_wood", "stairs:slab_wood"},
315                 {"", "group:stick", ""},
316                 {"", "group:stick", ""}
317         }
318 })
319
320 minetest.register_craft({ 
321         output = "xdecor:tatami",
322         recipe = {
323                 {"farming:wheat", "farming:wheat", "farming:wheat"}
324         } 
325 })
326
327 minetest.register_craft({
328         output = "xdecor:trampoline",
329         recipe = {
330                 {"farming:string", "farming:string", "farming:string"},
331                 {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
332                 {"default:steel_ingot", "", "default:steel_ingot"}
333         }
334 })
335
336 minetest.register_craft({
337         output = "xdecor:tv",
338         recipe = {
339                 {"default:steel_ingot", "default:copper_ingot", "default:steel_ingot"},
340                 {"default:steel_ingot", "default:glass", "default:steel_ingot"},
341                 {"default:steel_ingot", "default:copper_ingot", "default:steel_ingot"}
342         }
343 })
344
345 minetest.register_craft({
346         output = "xdecor:workbench",
347         recipe = {
348                 {"group:wood", "group:wood"},
349                 {"group:wood", "group:wood"}
350         }
351 })
352         
353 minetest.register_craft({
354         output = "xdecor:woodframed_glass",
355         recipe = {
356                 {"group:stick", "group:stick", "group:stick"},
357                 {"group:stick", "default:glass", "group:stick"},
358                 {"group:stick", "group:stick", "group:stick"}
359         }
360 })
361
362 minetest.register_craft({
363         output = "xdecor:wood_tile 2",
364         recipe = {
365                 {"", "group:wood", ""},
366                 {"group:wood", "", "group:wood"},
367                 {"", "group:wood", ""}
368         }
369 })
370
371 minetest.register_craft({
372         output = "xdecor:wooden_lightbox",
373         recipe = {
374                 {"group:stick", "default:torch", "group:stick"},
375                 {"group:stick", "default:glass", "group:stick"},
376                 {"group:stick", "default:torch", "group:stick"}
377         }
378 })
379