Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
add technic.get_recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Aug 10, 2020
1 parent d44c120 commit e9ae72b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ local MP = minetest.get_modpath("monitoring_technic")

-- globals
monitoring.wrap_global({"technic", "handle_machine_pipeworks"}, "technic_handle_machine_pipeworks")
monitoring.wrap_global({"technic", "get_recipe"}, "technic_get_recipe")

-- abm stuff
dofile(MP.."/abm.lua")
Expand Down

0 comments on commit e9ae72b

Please sign in to comment.