Buckaroo Banzai
e8d219f108
Optional dependency on default mod ( #182 )
2021-08-26 20:46:07 +02:00
Hugo Locurcio
917a46014f
Update copyright statements to 2020
2020-01-01 04:09:24 +01:00
Hugo Locurcio
e622c692e1
Make some Stairs+ functions local and add Luacheck ignores
...
Those functions are used in various places in the mod,
so they aren't unused.
2019-03-09 01:58:51 +01:00
Hugo Locurcio
0e885283c0
Update copyright statements to 2019
2019-02-25 12:13:55 +01:00
Hugo Locurcio
1649f91156
Tweak the Luacheck configuration file and fix many warnings
2019-02-20 23:39:01 +01:00
Hugo Locurcio
26f59baba0
Update copyright year range for 2018
2018-11-24 17:36:04 +01:00
Thomas--S
7d701da5b9
Move recipe definitions to a separate file and function.
2018-03-26 19:09:44 +02:00
Thomas--S
c711946453
Move node registrations to a separate file
2018-03-26 19:09:44 +02:00
Thomas--S
4d2a7ab6fe
Move definitions to a separate file
...
Make definitions table global
Replace stairsplus.copytable() function with table.copy()
2018-03-26 19:09:44 +02:00
Vanessa Ezekowitz
e9c6cef4dd
build a list of all of the stairsplus slab/stair/etc... shapes ( #70 )
...
for other mods to reference.
2017-02-23 17:12:36 +01:00
Hugo Locurcio
831bbb2b27
Prepare for v1.0.0 release
2017-02-19 13:35:16 +01:00
Vanessa Ezekowitz
cf1b054a99
allow passing paramtype2 to the nodes being created ( #65 )
2017-01-26 22:11:45 +01:00
Auke Kok
5500c9906c
Run cleanfile on all files, fixing whitespace issues.
2016-12-31 12:33:09 -08:00
Thomas--S
7f06db2200
Add Alias Functions ( #54 )
...
* register_alias
* register_alias_force
2016-10-03 12:14:34 +02:00
John Cole
26a5273dd6
Fix drop logic. ( #49 )
...
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.
2016-07-12 12:49:43 -07:00
Thomas--S
db93277a98
Add support for the alternative drop syntax ( #46 )
...
Until now, when the moreblocks node for a node with the alternative drop syntax were registered, the game crashed.
2016-06-17 12:15:02 -07:00
Pierre-Yves Rollo
54a7102291
Make stairplus:register_* functions work without using register_all.
2015-11-01 17:54:29 +01:00
Marcin
5fad16743c
Removed shaped and added new shapeless crafting recipes for slopes.
2015-07-01 21:12:01 +02:00
Marcin
0ba64153ae
Added missing slopes
2015-06-18 20:45:01 +02:00
Calinou
10d28eec32
More informative and shorter headers.
2015-01-12 17:46:22 +01:00
Calinou
b5d62de9d8
Add licensing headers to all files, fix intllib global variable warnings.
2015-01-11 22:21:33 +01:00
Calinou
5e5f46b310
Add some more recipes for slopes.
2014-10-30 22:35:21 +01:00
Calinou
ed5d0398bb
Add inner, outer, outer-cut slopes and their half and half-raised variations, with crafting recipes for them. Code cleanup is ongoing.
2014-10-29 21:06:30 +01:00
Calinou
851a6db870
Add slopes and their crafting.
2014-10-28 22:12:40 +01:00