Why did I never have an idea like this? What a perfect idea to store my useless cobble stackwise in one single node!
Could you change the pipeworks and technic dependencies into optional? Not every server/client wants to enable those mods. But having a way to store a giant amount of material would make the life much easier.
I did a fast-fix for the pipeworks dependency because there's only one function called in the whole mod:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
pipeworks.scan_for_tube_objects(pos)
-VVVV- Changed to -VVVV-
if pipeworks then
pipeworks.scan_for_tube_objects(pos)
end