@@ -221,98 +221,105 @@ function stairs.register_stair_and_slab(subname, recipeitem, groups, images, des
221
221
end
222
222
223
223
stairs .register_stair_and_slab (" wood" , " default:wood" ,
224
- {snappy = 2 , choppy = 2 , oddly_breakable_by_hand = 2 , flammable = 3 },
224
+ {snappy = 2 , choppy = 2 , oddly_breakable_by_hand = 2 , flammable = 3 },
225
225
{" default_wood.png" },
226
226
" Wooden Stair" ,
227
227
" Wooden Slab" ,
228
228
default .node_sound_wood_defaults ())
229
229
230
+ stairs .register_stair_and_slab (" junglewood" , " default:junglewood" ,
231
+ {snappy = 2 , choppy = 2 , oddly_breakable_by_hand = 2 , flammable = 3 },
232
+ {" default_junglewood.png" },
233
+ " Junglewood Stair" ,
234
+ " Junglewood Slab" ,
235
+ default .node_sound_wood_defaults ())
236
+
237
+ stairs .register_stair_and_slab (" pinewood" , " default:pinewood" ,
238
+ {snappy = 2 , choppy = 2 , oddly_breakable_by_hand = 2 , flammable = 3 },
239
+ {" default_pinewood.png" },
240
+ " Pinewood Stair" ,
241
+ " Pinewood Slab" ,
242
+ default .node_sound_wood_defaults ())
243
+
244
+ stairs .register_stair_and_slab (" acacia_wood" , " default:acacia_wood" ,
245
+ {snappy = 2 , choppy = 2 , oddly_breakable_by_hand = 2 , flammable = 3 },
246
+ {" default_acacia_wood.png" },
247
+ " Acacia Wood Stair" ,
248
+ " Acacia Wood Slab" ,
249
+ default .node_sound_wood_defaults ())
250
+
230
251
stairs .register_stair_and_slab (" stone" , " default:stone" ,
231
- {cracky = 3 },
252
+ {cracky = 3 },
232
253
{" default_stone.png" },
233
254
" Stone Stair" ,
234
255
" Stone Slab" ,
235
256
default .node_sound_stone_defaults ())
236
257
237
258
stairs .register_stair_and_slab (" cobble" , " default:cobble" ,
238
- {cracky = 3 },
259
+ {cracky = 3 },
239
260
{" default_cobble.png" },
240
261
" Cobblestone Stair" ,
241
262
" Cobblestone Slab" ,
242
263
default .node_sound_stone_defaults ())
243
264
265
+ stairs .register_stair_and_slab (" stonebrick" , " default:stonebrick" ,
266
+ {cracky = 3 },
267
+ {" default_stone_brick.png" },
268
+ " Stone Brick Stair" ,
269
+ " Stone Brick Slab" ,
270
+ default .node_sound_stone_defaults ())
271
+
244
272
stairs .register_stair_and_slab (" desert_stone" , " default:desert_stone" ,
245
- {cracky = 3 },
273
+ {cracky = 3 },
246
274
{" default_desert_stone.png" },
247
275
" Desertstone Stair" ,
248
276
" Desertstone Slab" ,
249
277
default .node_sound_stone_defaults ())
250
278
251
279
stairs .register_stair_and_slab (" desert_cobble" , " default:desert_cobble" ,
252
- {cracky = 3 },
280
+ {cracky = 3 },
253
281
{" default_desert_cobble.png" },
254
282
" Desert Cobblestone Stair" ,
255
283
" Desert Cobblestone Slab" ,
256
284
default .node_sound_stone_defaults ())
257
285
258
286
stairs .register_stair_and_slab (" desert_stonebrick" , " default:desert_stonebrick" ,
259
- {cracky = 3 },
287
+ {cracky = 3 },
260
288
{" default_desert_stone_brick.png" },
261
289
" Desert Stone Brick Stair" ,
262
290
" Desert Stone Brick Slab" ,
263
291
default .node_sound_stone_defaults ())
264
292
265
293
stairs .register_stair_and_slab (" brick" , " default:brick" ,
266
- {cracky = 3 },
294
+ {cracky = 3 },
267
295
{" default_brick.png" },
268
296
" Brick Stair" ,
269
297
" Brick Slab" ,
270
298
default .node_sound_stone_defaults ())
271
299
272
300
stairs .register_stair_and_slab (" sandstone" , " default:sandstone" ,
273
- {crumbly = 2 , cracky = 2 },
301
+ {crumbly = 2 , cracky = 2 },
274
302
{" default_sandstone.png" },
275
303
" Sandstone Stair" ,
276
304
" Sandstone Slab" ,
277
305
default .node_sound_stone_defaults ())
278
306
279
307
stairs .register_stair_and_slab (" sandstonebrick" , " default:sandstonebrick" ,
280
- {crumbly = 2 , cracky = 2 },
308
+ {crumbly = 2 , cracky = 2 },
281
309
{" default_sandstone_brick.png" },
282
310
" Sandstone Brick Stair" ,
283
311
" Sandstone Brick Slab" ,
284
312
default .node_sound_stone_defaults ())
285
313
286
- stairs .register_stair_and_slab (" junglewood" , " default:junglewood" ,
287
- {snappy = 2 ,choppy = 2 ,oddly_breakable_by_hand = 2 ,flammable = 3 },
288
- {" default_junglewood.png" },
289
- " Junglewood Stair" ,
290
- " Junglewood Slab" ,
291
- default .node_sound_wood_defaults ())
292
-
293
- stairs .register_stair_and_slab (" stonebrick" , " default:stonebrick" ,
294
- {cracky = 3 },
295
- {" default_stone_brick.png" },
296
- " Stone Brick Stair" ,
297
- " Stone Brick Slab" ,
298
- default .node_sound_stone_defaults ())
299
-
300
- stairs .register_stair_and_slab (" pinewood" , " default:pinewood" ,
301
- {snappy = 2 ,choppy = 2 ,oddly_breakable_by_hand = 2 ,flammable = 3 },
302
- {" default_pinewood.png" },
303
- " Pinewood Stair" ,
304
- " Pinewood Slab" ,
305
- default .node_sound_wood_defaults ())
306
-
307
314
stairs .register_stair_and_slab (" obsidian" , " default:obsidian" ,
308
- {cracky = 1 , level = 2 },
315
+ {cracky = 1 , level = 2 },
309
316
{" default_obsidian.png" },
310
317
" Obsidian Stair" ,
311
318
" Obsidian Slab" ,
312
319
default .node_sound_stone_defaults ())
313
320
314
321
stairs .register_stair_and_slab (" obsidianbrick" , " default:obsidianbrick" ,
315
- {cracky = 1 , level = 2 },
322
+ {cracky = 1 , level = 2 },
316
323
{" default_obsidian_brick.png" },
317
324
" Obsidian Brick Stair" ,
318
325
" Obsidian Brick Slab" ,
0 commit comments