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