To be honest I preferred the old cell texture, but overall the idea of having one unified cell texture is good.
This is a hack but maybe it's what we need?
Seems like a reasonable solution.
The way how electric tools are implemented is that there are 2 variants registered for each tool: inactive and active. Just before usage in appropriate callback it's determined if tool can switch…
That's the limitation of Minetest engine itself because you cannot register callback that will be called after hitting entity, only players. Since all electric tools use callbacks to check if they…
Originally I wanted to write clone of those mods where you have list of all items and blocks on right side with support for checking recipes. It would be compatible with IndustrialTest and game…