aboutsummaryrefslogtreecommitdiff
path: root/stairsplus/microblocks.lua
Commit message (Collapse)AuthorAge
* 1/16 slabs are now train compatibleOch Noe2021-07-28
|
* train compatibilits for flat panels and microblocks ("_1")Och Noe2021-07-25
|
* build a list of all of the stairsplus slab/stair/etc... shapes (#70)Vanessa Ezekowitz2017-02-23
| | | for other mods to reference.
* Prepare for v1.0.0 releaseHugo Locurcio2017-02-19
|
* allow passing paramtype2 to the nodes being created (#65)Vanessa Ezekowitz2017-01-26
|
* Run cleanfile on all files, fixing whitespace issues.Auke Kok2016-12-31
|
* Add Alias Functions (#54)Thomas--S2016-10-03
| | | | * register_alias * register_alias_force
* Fix drop logic. (#49)John Cole2016-07-12
| | | | | | | | | | | The code not type(fields.drop) == "table" was always false because it compares a boolean with a string, not (type(fields.drop) == "table") is the intended logic.
* Add support for the alternative drop syntax (#46)Thomas--S2016-06-17
| | | Until now, when the moreblocks node for a node with the alternative drop syntax were registered, the game crashed.
* Make stairplus:register_* functions work without using register_all.Pierre-Yves Rollo2015-11-01
|
* Added recipe for splitting alternative stairs into 4 microblocks.Marcin2015-07-04
|
* Added circular crafting rule to 3-microblock stairsMarcin2015-06-27
|
* More informative and shorter headers.Calinou2015-01-12
|
* Add licensing headers to all files, fix intllib global variable warnings.Calinou2015-01-11
|
* Make Stairs+ recipes mod-agnostic.Calinou2014-07-28
|
* Code cleanup, new Stairs+ recipes.Calinou2014-07-21
|
* New recipes, code cleanup.Calinou2014-07-03
|
* Code cleanup. Add tar and more stone types.Calinou2014-06-27
|
* New recipes for Stairs+ nodes. Allows crafting most useful Stairs+ nodes. ↵Calinou2014-05-04
| | | | More accurate nodes still require the usage of the circular saw.
* Merge ShadowNinja's rewrite.Calinou2014-03-09
|
* Big update: new stair types, code looks better.Calinou2014-01-20
|
* Rewrite slightly to use the new 6d facedir prediction code in builtin.Vanessa Ezekowitz2013-11-07
| | | | | | | | | | | | | Keeps the old behavior of sneak == force wall (rather than invert). Add protection/ownership checking. Can be phased out later after protection mods start taking advantage of the engine's built-in ownershi-checking functions. Got rid of the /st command, since it didn't work anyway. Minor re-arrangement of init.lua to put the mod's title block at the top where it belongs :-)
* Fix dropsCalinou2013-10-27
|
* Added new aliases for screwdriver and circular saw, new microblocks/panels, ↵Calinou2013-10-27
| | | | circular saw now has 4 rows with 8 items each
* More BlocksCalinou2013-07-11