Alexander Weber
88b41e24f4
API cleanup for minetest-mods https://github.com/minetest-mods/minetest-mods.github.io/issues/55
2018-01-17 16:10:51 +01:00
Alexander Weber
412d3ffcc7
removed base_material and moved shape_type to groups usage
2017-03-16 23:53:55 +01:00
Alexander Weber
12552ce92f
do not copy all attributes by default from template, sound, tiles and name base only
2017-03-02 21:18:14 +01:00
Alexander Weber
d12d29970c
material/formation renamed to base_material/shape_type
2017-02-24 11:46:12 +01:00
Alexander Weber
494e61a8b9
add material and formation attribute to the carpets
2017-02-24 00:54:13 +01:00
Alexander Weber
f1cf661040
code optimization in api.lua
2017-01-11 20:13:36 +01:00
Alexander Weber
92d7c46484
be sure recipe_def.groups is provided
2016-12-16 13:47:35 +01:00
Alexander Weber
245331c039
bugfix: do not change the template node group!
...
the groups copy "by reference" and change them did affects the template node groups (leafdecay, falling_node)
Now the groups table is copied by value so the template node definition is not touched anymore
2016-12-16 13:27:57 +01:00
Rui
ffb24d285f
Simplify checking depend
2016-11-05 15:17:08 +09:00