Commit Graph

  • 04c0f7f629 and another few master tenplus1 2024-07-31 14:30:42 +01:00
  • 53add72aca enable worldaligntex for wood and stonebrick. tenplus1 2024-07-31 14:22:12 +01:00
  • 6fc15c1a18 add {slippery} group to ice stairs tenplus1 2024-07-12 13:45:42 +01:00
  • 0994131190 add translation support from default stairs tenplus1 2023-09-09 11:21:02 +01:00
  • 720d16e869 remove lapis (added to mod itself) tenplus1 2023-09-09 08:53:45 +01:00
  • 8e3ee93ef3 make default optional, add dependencies tenplus1 2023-09-09 08:46:43 +01:00
  • ff17029c9d simplify set_textures function (thx Sfan5) tenplus1 2023-09-04 07:52:26 +01:00
  • 70533a8f5f update api.txt tenplus1 2023-08-09 10:52:14 +01:00
  • c1c42dcf1f tweak mod.conf tenplus1 2023-08-09 10:38:21 +01:00
  • b126546039 remove sounds, use node sounds for stairs, tidy code tenplus1 2023-08-09 10:33:59 +01:00
  • b2def90042 5.x update tenplus1 2023-08-08 14:37:40 +01:00
  • f2c5b851a6 fix nil node tenplus1 2023-05-23 09:42:09 +01:00
  • ad7fae1e67 tidy code, re-add glass inner/outer slopes tenplus1 2023-05-21 14:38:42 +01:00
  • 8b4793a188 stairs sounds fallback to node sounds if not found tenplus1 2023-05-21 12:41:02 +01:00
  • eb93c4baed add 'stairs.glass_sides' setting for old glass stair behaviour tenplus1 2023-05-13 07:33:56 +01:00
  • 440be0acbb update glass stairs with texture tweaks tenplus1 2023-05-11 15:13:44 +01:00
  • c8a3e5d7c1 remove 0.4.x support for 5.x mods to work properly tenplus1 2022-12-24 08:54:54 +00:00
  • c3a5af6c45 add 5.x snow sounds for 0.4.x client tenplus1 2022-03-01 09:54:13 +00:00
  • 688a9386aa update readme (thanks mckaygerhard) tenplus1 2022-03-01 09:45:47 +00:00
  • ffd2628477 add few extra xanadu only stairs tenplus1 2021-07-18 14:58:42 +01:00
  • 083d796ea6 add stairs for xanadu tenplus1 2021-04-05 11:11:36 +01:00
  • 2d971da0e2 add inner and outer slopes tenplus1 2021-01-28 14:04:48 +00:00
  • 9f887af672 re-enable mod.conf tenplus1 2021-01-25 20:50:58 +00:00
  • 3951722630 disable mod.conf so things work again tenplus1 2021-01-25 20:44:23 +00:00
  • e79abb56c6 update mod.conf info tenplus1 2021-01-21 10:44:40 +00:00
  • 1830c16a32 tidy code tenplus1 2020-06-17 20:45:53 +01:00
  • b79b3a198b automatically set sunlight_propagates tenplus1 2020-06-16 20:44:12 +01:00
  • f5886fb6ef add decorative sandstone brick stairs tenplus1 2020-06-14 19:57:27 +01:00
  • ecee43c3c7 fix stair descriptions to use defaults full_description also TenPlus1 2020-06-06 10:07:02 +01:00
  • 1bbbc16e5c add old pinewood stair aliases TenPlus1 2020-06-02 16:53:11 +01:00
  • 441d6e0602 update readme, add fuel recipes for burnable stairs TenPlus1 2020-06-02 13:08:23 +01:00
  • 72975f9eae add worldaligntexture flag to stay inline with mt5.2 stairs, tidy code TenPlus1 2020-06-01 16:38:20 +01:00
  • ee67461896 stairs use original nodes transparency and light levels tenplus1 2020-05-28 16:17:22 +01:00
  • 17dad254d9 stairs use light level of nodes TenPlus1 2020-05-06 15:01:43 +01:00
  • 7dbb41ce1c code tweak tenplus1 2020-03-29 10:25:55 +01:00
  • 5c088d7d49 sneak place only works when pointing at stairs or slabs, otherwise normal rotation happens TenPlus1 2018-10-09 21:50:19 +01:00
  • fe6858884c add protection check for sneak place TenPlus1 2018-09-20 16:53:45 +01:00
  • aa096bbc84 add node check TenPlus1 2018-09-20 16:32:14 +01:00
  • 74126677d1 holding sneak copies rotation from pointed at block to placed stair TenPlus1 2018-09-20 16:19:58 +01:00
  • b6c5bab7e8 add missing files TenPlus1 2018-07-30 14:23:24 +01:00
  • d4f89da07f remove bakedclay stairs, in original mod TenPlus1 2018-07-02 17:00:51 +01:00
  • 9d4b01b614 Stairs removed for farming blocks, are included in farming mod itself TenPlus1 2018-06-12 16:12:36 +01:00
  • c0353fdf55 updated to use newer stair names for inner and outer corners TenPlus1 2018-05-21 19:13:11 +01:00
  • e65790fb9b use 0.4.16 functions TenPlus1 2018-05-07 14:35:41 +01:00
  • fad74b2731 tidy code TenPlus1 2018-05-07 14:23:17 +01:00
  • fefd9b6d07 keep in line with default stairs TenPlus1 2018-05-07 14:05:14 +01:00
  • cb928ea42d add stairs for default tin blocks (nor moreores) TenPlus1 2018-05-07 12:20:19 +01:00
  • d06e8b5005 add stairs for farming redo's hemp block TenPlus1 2018-03-08 18:41:10 +00:00
  • 2f6513ee4a Added backface_culling, Added new stairs, Tidied code TenPlus1 2017-06-23 17:54:59 +01:00
  • 6b748165db added minetest.after to make sure all mods loaded before stairs registered TenPlus1 2017-06-10 14:11:42 +01:00
  • 22e8d2a787 added stairs for caverealms glow obsidian and hot cobble TenPlus1 2017-06-10 13:50:03 +01:00
  • bc48c6a519 tweak stair recipes TenPlus1 2017-06-01 09:41:07 +01:00
  • bc692d44d0 added desert stone block stairs TenPlus1 2017-05-31 16:05:49 +01:00
  • 3b566ed259 fixed ethereal.cblocks yellow wood mixup TenPlus1 2017-03-18 12:48:16 +00:00
  • 65fdc4545e added new sandstone (desert/silver) stairs TenPlus1 2017-03-07 14:44:51 +00:00
  • 360e4daac2 updated for new creative function/priv TenPlus1 2017-01-31 21:34:38 +00:00
  • 856b45b0ea updated with 0.4.15 metal sounds TenPlus1 2016-12-24 18:50:12 +00:00
  • 0ab9de68f9 hide cloud stairs TenPlus1 2016-11-17 18:44:02 +00:00
  • 513ce7cde1 fix some descriptions TenPlus1 2016-11-17 18:37:27 +00:00
  • 9e83b24b57 fixed bakedclay descriptions TenPlus1 2016-10-21 19:26:42 +01:00
  • 8079a0709d fix descriptions TenPlus1 2016-10-21 19:25:39 +01:00
  • 478f4a46c5 Added slopes TenPlus1 2016-08-03 10:24:19 +01:00
  • 50aba9d1ea added mirror recipe for stairs TenPlus1 2016-05-31 15:54:34 +01:00
  • 90317cec85 added alpha flag, compressed stair model TenPlus1 2016-05-31 15:50:02 +01:00
  • c73b68fe90 Code tidied TenPlus1 2016-05-06 19:14:35 +01:00
  • c41e58021b Code tidy, added acacia wood TenPlus1 2016-04-17 11:25:19 +01:00
  • 693c6f1fb5 Fix block names for stairs TenPlus1 2016-03-26 17:59:53 +00:00
  • 8be2119de6 Added Api compatability with default stairs mod TenPlus1 2016-03-26 12:30:22 +00:00
  • 259d79f361 Cloud stairs unaffected by tnt TenPlus1 2016-02-21 20:17:17 +00:00
  • 38f52ae002 added aspen stairs and a few cblock wood stairs, groups also TenPlus1 2016-02-09 18:31:26 +00:00
  • 14d68348fd Add moreore stairs, also add recipe's to turn stairs back into blocks TenPlus1 2016-02-02 16:22:55 +00:00
  • 8a532c5806 changed tile_images to tiles TenPlus1 2015-10-16 11:28:27 +01:00
  • 2f32bf9f2c Added stair mesh and tidied code TenPlus1 2015-10-09 14:29:38 +01:00
  • a95844a2ca Fixed: mob mod detection and cheeseblock texture tenplus1 2015-05-14 09:11:23 +01:00
  • 0a5e670d24 meh! tenplus1 2015-04-01 09:22:46 +01:00
  • fc05b53e9b updated tenplus1 2015-02-25 13:18:27 +00:00
  • 000cef9b33 fixed typo tenplus1 2015-02-25 13:15:19 +00:00
  • 78a41db4ec fixed typo tenplus1 2015-02-25 13:12:40 +00:00
  • 2f2535ad69 Added mods tenplus1 2015-02-25 13:09:00 +00:00
  • ab959f1d6e Initial upload tenplus1 2015-02-25 13:05:58 +00:00