dennisjenkins75 / digiline_craftdb

Minetest mod for a digiline queryable database holding all regular and technic crafting recipes.
GNU General Public License v3.0
2 stars 2 forks source link

Integrate with the new LUAC "light-weight" extensions support. #13

Open dennisjenkins75 opened 3 years ago

dennisjenkins75 commented 3 years ago

https://github.com/minetest-mods/mesecons/pull/557

This allows mods to provide their own libraries that can be accessed from within a Luacontroller, for example to make working with advanced digilines peripherals somewhat easier.