switch to using xcompat (#113)

This commit is contained in:
wsor4035
2024-03-03 06:37:46 -05:00
committed by GitHub
parent cb2a59131c
commit 8724c28939
6 changed files with 8 additions and 77 deletions

View File

@ -1,4 +1,4 @@
local materials = ...
local materials = xcompat.materials
local S = minetest.get_translator("pipeworks")
local straight = function(pos, node, velocity, stack) return {velocity} end