Closed mblaze closed 1 year ago
Now that I look at the repo I might have misunderstood the branching model. Do you always merge from 1.18 to 1.19? Might be worth putting some rules in the readme for future contributors.
Yes, always. I hope I will to this to the end of week :)
Ok, so we can close this PR and I will create one for 1.18 today in the evening.
I've tested your mod today (mainly for the integration with AE2) and found out that the listing of fluids (
tanks
Lua function) in an ME network always returns an empty table. I prepared a fix and tested it in a simple scenario. It seems to work. What caused problems in your implementation is a missingitems.add(data)
. For that reason I've refactored it to use amap
so that similar mistake is not possible in the future.