Are there any policies for groups?
Hi.
I'm writing a mod and currently I'm milling over which crafting ingredients to use for some medicine.
Aside from the ones listed under
http://dev.minetest.net/Groups
and
http://dev.minetest.net/Groups/Custom_groups
Are there any other policies for groups? *
I'm wondering because e.g. most fruits are using "leafdecay" (node decays if no tree is in a radius of the rating) but are not "fruits" which would make using fruits from multiple mods in crafting recipes a lot easier.
Leaves also uses "leafdecay". Using "leaves and other stuff which falls from trees" as ingredients for medicine would be fine, but I'm sure there's a mod which uses "leafdecay" for non-edible stuff. Similarly, there might be edible stuff which does not fall from trees, but which could be still usable for medicine.
*sigh*
Do I really have to scour through all mods the mods I want to support and generate a separate recipe for each ingredient?
* I know that e.g. [technic] uses groups 'radioactive' and 'radioactive_protection' for radioactive materials and shielding.
I'm writing a mod and currently I'm milling over which crafting ingredients to use for some medicine.
Aside from the ones listed under
http://dev.minetest.net/Groups
and
http://dev.minetest.net/Groups/Custom_groups
Are there any other policies for groups? *
I'm wondering because e.g. most fruits are using "leafdecay" (node decays if no tree is in a radius of the rating) but are not "fruits" which would make using fruits from multiple mods in crafting recipes a lot easier.
Leaves also uses "leafdecay". Using "leaves and other stuff which falls from trees" as ingredients for medicine would be fine, but I'm sure there's a mod which uses "leafdecay" for non-edible stuff. Similarly, there might be edible stuff which does not fall from trees, but which could be still usable for medicine.
*sigh*
Do I really have to scour through all mods the mods I want to support and generate a separate recipe for each ingredient?
* I know that e.g. [technic] uses groups 'radioactive' and 'radioactive_protection' for radioactive materials and shielding.