]> git.lizzy.rs Git - xdecor.git/blob - src/recipes.lua
Remove the crafting guide and minor file reorganizing
[xdecor.git] / src / 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:cushion 3",
102         recipe = {
103                 {"wool:red", "wool:red", "wool:red"}
104         }
105 })
106
107 minetest.register_craft({
108         output = "xdecor:cushion_block",
109         recipe = {
110                 {"xdecor:cushion"},
111                 {"xdecor:cushion"}
112         }
113 })
114
115 minetest.register_craft({
116         output = "xdecor:desertstone_tile",
117         recipe = {
118                 {"default:desert_cobble", "default:desert_cobble"},
119                 {"default:desert_cobble", "default:desert_cobble"}
120         }
121 })
122
123 minetest.register_craft({
124         output = "xdecor:empty_shelf",
125         recipe = {
126                 {"group:wood", "group:wood", "group:wood"},
127                 {"", "", ""},
128                 {"group:wood", "group:wood", "group:wood"}
129         }
130 })
131
132 minetest.register_craft({
133         output = "xdecor:enderchest",
134         recipe = {
135                 {"", "default:obsidian", ""},
136                 {"default:obsidian", "default:chest", "default:obsidian"},
137                 {"", "default:obsidian", ""}
138         }
139 })
140
141 minetest.register_craft({
142         output = "xdecor:enchantment_table",
143         recipe = {
144                 {"", "default:book", ""},
145                 {"default:diamond", "default:obsidian", "default:diamond"},
146                 {"default:obsidian", "default:obsidian", "default:obsidian"}
147         }
148 })
149
150 minetest.register_craft({
151         output = "xdecor:itemframe",
152         recipe = {
153                 {"group:stick", "group:stick", "group:stick"},
154                 {"group:stick", "default:paper", "group:stick"},
155                 {"group:stick", "group:stick", "group:stick"}
156         }
157 })
158
159 minetest.register_craft({
160         output = "xdecor:hammer",
161         recipe = {
162                 {"default:steel_ingot", "group:stick", "default:steel_ingot"},
163                 {"", "group:stick", ""}
164         }
165 })
166
167 minetest.register_craft({
168         output = "xdecor:hard_clay",
169         recipe = {
170                 {"default:clay", "default:clay"},
171                 {"default:clay", "default:clay"}
172         }
173 })
174
175 minetest.register_craft({
176         output = "xdecor:hive",
177         recipe = {
178                 {"group:stick", "group:stick", "group:stick"},
179                 {"default:paper", "default:paper", "default:paper"},
180                 {"group:stick", "group:stick", "group:stick"}
181         }
182 })
183
184 minetest.register_craft({
185         output = "xdecor:iron_lightbox",
186         recipe = {
187                 {"xpanes:bar_flat", "default:torch", "xpanes:bar_flat"},
188                 {"xpanes:bar_flat", "default:glass", "xpanes:bar_flat"},
189                 {"xpanes:bar_flat", "default:torch", "xpanes:bar_flat"}
190         }
191 })
192
193 minetest.register_craft({
194         output = "xdecor:ivy 4",
195         recipe = {
196                 {"group:leaves"},
197                 {"group:leaves"}
198         }
199 })
200
201 minetest.register_craft({
202         output = "xdecor:lantern",
203         recipe = {
204                 {"default:iron_lump"},
205                 {"default:torch"},
206                 {"default:iron_lump"}
207         }
208 })
209
210 minetest.register_craft({
211         output = "xdecor:lever_off",
212         recipe = {
213                 {"group:stick"},
214                 {"group:stone"}
215         }
216 })
217
218 minetest.register_craft({
219         output = "xdecor:mailbox",
220         recipe = {
221                 {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
222                 {"dye:red", "default:paper", "dye:red"},
223                 {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}
224         }
225 })
226
227 minetest.register_craft({
228         output = "xdecor:moonbrick",
229         recipe = {
230                 {"default:brick", "default:stone"}
231         }
232 })
233
234 minetest.register_craft({
235         output = "xdecor:multishelf",
236         recipe = {
237                 {"group:wood", "group:wood", "group:wood"},
238                 {"group:vessel", "group:book", "group:vessel"},
239                 {"group:wood", "group:wood", "group:wood"}
240         }
241 })
242
243 minetest.register_craft({
244         output = "xdecor:packed_ice",
245         recipe = {
246                 {"default:ice", "default:ice"},
247                 {"default:ice", "default:ice"}
248         }
249 })
250
251 minetest.register_craft({
252         output = "xdecor:painting_1",
253         recipe = {
254                 {"default:sign_wall_wood", "dye:blue"}
255         }
256 })
257
258 minetest.register_craft({
259         output = "xdecor:pressure_stone_off",
260         type = "shapeless",
261         recipe = {"group:stone", "group:stone"}
262 })
263
264 minetest.register_craft({
265         output = "xdecor:pressure_wood_off",
266         type = "shapeless",
267         recipe = {"group:wood", "group:wood"}
268 })
269
270 minetest.register_craft({
271         output = "xdecor:rope",
272         recipe = {
273                 {"farming:string"},
274                 {"farming:string"},
275                 {"farming:string"}
276         }
277 })
278
279 minetest.register_craft({
280         output = "xdecor:stone_tile 2",
281         recipe = {
282                 {"default:cobble", "default:cobble"},
283                 {"default:cobble", "default:cobble"}
284         }
285 })
286
287 minetest.register_craft({
288         output = "xdecor:stone_rune 4",
289         recipe = {
290                 {"default:stone", "default:stone", "default:stone"},
291                 {"default:stone", "", "default:stone"},
292                 {"default:stone", "default:stone", "default:stone"}
293         }
294 })
295
296 minetest.register_craft({
297         output = "xdecor:stonepath 16",
298         recipe = {
299                 {"stairs:slab_cobble", "", "stairs:slab_cobble"},
300                 {"", "stairs:slab_cobble", ""},
301                 {"stairs:slab_cobble", "", "stairs:slab_cobble"}
302         }
303 })
304
305 minetest.register_craft({
306         output = "xdecor:table",
307         recipe = {
308                 {"stairs:slab_wood", "stairs:slab_wood", "stairs:slab_wood"},
309                 {"", "group:stick", ""},
310                 {"", "group:stick", ""}
311         }
312 })
313
314 minetest.register_craft({
315         output = "xdecor:tatami",
316         recipe = {
317                 {"farming:wheat", "farming:wheat", "farming:wheat"}
318         }
319 })
320
321 minetest.register_craft({
322         output = "xdecor:trampoline",
323         recipe = {
324                 {"farming:string", "farming:string", "farming:string"},
325                 {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
326                 {"default:steel_ingot", "", "default:steel_ingot"}
327         }
328 })
329
330 minetest.register_craft({
331         output = "xdecor:tv",
332         recipe = {
333                 {"default:steel_ingot", "default:copper_ingot", "default:steel_ingot"},
334                 {"default:steel_ingot", "default:glass", "default:steel_ingot"},
335                 {"default:steel_ingot", "default:copper_ingot", "default:steel_ingot"}
336         }
337 })
338
339 minetest.register_craft({
340         output = "xdecor:workbench",
341         recipe = {
342                 {"group:wood", "group:wood"},
343                 {"group:wood", "group:wood"}
344         }
345 })
346
347 minetest.register_craft({
348         output = "xdecor:woodframed_glass",
349         recipe = {
350                 {"group:stick", "group:stick", "group:stick"},
351                 {"group:stick", "default:glass", "group:stick"},
352                 {"group:stick", "group:stick", "group:stick"}
353         }
354 })
355
356 minetest.register_craft({
357         output = "xdecor:wood_tile 2",
358         recipe = {
359                 {"", "group:wood", ""},
360                 {"group:wood", "", "group:wood"},
361                 {"", "group:wood", ""}
362         }
363 })
364
365 minetest.register_craft({
366         output = "xdecor:wooden_lightbox",
367         recipe = {
368                 {"group:stick", "default:torch", "group:stick"},
369                 {"group:stick", "default:glass", "group:stick"},
370                 {"group:stick", "default:torch", "group:stick"}
371         }
372 })
373