aboutsummaryrefslogtreecommitdiff
path: root/stairsplus/registrations.lua
Commit message (Collapse)AuthorAge
* "silver blocks" are now also cur-able in the circular sawOch Noe2021-03-30
|
* stained glass now cutable, grval-slopes repairedOch Noe2019-01-19
|
* "mithril" from moreores added, incl. dependencyOch Noe2018-11-14
|
* "ehlphabet" added again - no danger of cyclic dependenciesOch Noe2018-06-09
|
* several bugfixesGabriel Pérez-Cerezo2018-05-13
|
* Added maple mod supportGabriel Pérez-Cerezo2018-05-03
|
* more stuff from Och_NoeGabriel Pérez-Cerezo2018-03-24
|
* Support tin and silver/sandstone blocks (#79)lemon-melon2017-08-12
| | | Allows tin blocks and silver/desert sandstone blocks to be used in the circular saw.
* Make wool sawable (#72)Fixer2017-03-14
| | | | | | | | | | | | | | * Make wool sawable Based on my simple research https://github.com/minetest-mods/moreblocks/issues/71 enabling wool should not cause major slowdowns. Code pasted from gloopblocks * List wool as optional dependancy * Added check for wool dependancy * Make life easier for translators
* add some 0.4.15 default nodes to table saw, including farming:straw (#69)Vanessa Ezekowitz2017-02-23
| | | | | | | * add some 0.4.15 default nodes to table saw including farming:straw * fix hard-coded drop
* Prepare for v1.0.0 releaseHugo Locurcio2017-02-19
|
* Aspen tree registration in stairsplus. (#44)Luka Vandervelden2016-06-10
|
* Prevent glass slabs from becoming transparent on sides/bottom.Auke Kok2016-02-19
| | | | | | | | | | | For all glasslike drawtype nodes, the tiles contain up to 2 textures. The second texture is for "connected" glass, but that likely is a transparent texture. If we use the `tiles` def without modification, we will make all those slabs/slopes transparent on all sides except the top. To fix, we remove the tiles[2] from the tiledef in case the node is a glasslike drawtype.
* Make stairplus:register_* functions work without using register_all.Pierre-Yves Rollo2015-11-01
|
* Add acacia tree and wood, modify pine tree and wood namesCalinou2015-08-24
|
* Save light_source in saw's output for glowing default nodesjp2015-07-05
|
* Add meselamp to registrationkilbith2015-06-17
|
* Add stairsplus support to obsidian brickCraig Davison2015-06-15
|
* Check for ndef before registering Stairs+ nodes.Calinou2015-02-11
|
* More informative and shorter headers.Calinou2015-01-12
|
* Add licensing headers to all files, fix intllib global variable warnings.Calinou2015-01-11
|
* Add support for minetest game pine tree.Olivier Samyn2015-01-06
|
* Add slopes and their crafting.Calinou2014-10-28
|
* Code cleanup. Add tar and more stone types.Calinou2014-06-27
|
* Put comment before the line.Calinou2014-05-10
|
* Stairs+ nodes are not in wood and stone groups anymore to not make them ↵Calinou2014-05-10
| | | | usable in crafting.
* Stairs+ nodes let light pass through.Calinou2014-05-04
|
* Disable desert cobblestone Stairs+ nodes because it doesn't work with ↵Calinou2014-05-04
| | | | minetest_game.
* Added desert cobblestone Stairs+ nodes, circular saw cosmetic changes, ↵Calinou2014-05-03
| | | | remove obsolete code.
* Merge ShadowNinja's rewrite.Calinou2014-03-09