mt-mods / technic

Technic mod for Minetest
18 stars 25 forks source link

Merge/add table saw nodes with CNC nodes #185

Open S-S-X opened 3 years ago

S-S-X commented 3 years ago

Add table saw nodes into CNC machine if moreblocks is available. This allows automated manufacturing of moreblocks circular saw shapes. https://github.com/minetest-mods/moreblocks/blob/master/circular_saw.lua

If possible, merge CNC nodes that have similar shape with table saw nodes and use aliasing to allow using moreblocks crafting recipes with CNC nodes. This might not be possible if textures are laid out different ways, also simple aliasing is not possible if param2 behaves differently.

Possibly if technic is used require using circular saw to upgrade CNC machine to allow moreblocks shapes to be manufactured, configurable of course.