1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2025-07-05 01:30:29 +02:00

Add tubelib compatibility

This commit is contained in:
SmallJoker
2018-08-15 18:48:06 +02:00
parent 75900f5661
commit 0861f4d8c8
5 changed files with 45 additions and 18 deletions

View File

@ -23,6 +23,7 @@ else
dofile(modpath .. "/shop_functions.lua")
dofile(modpath .. "/shop.lua")
end
dofile(modpath .. "/pipes.lua")
if has_currency then
local new_groups = table.copy(minetest.registered_nodes["currency:shop"].groups)