Suggestion: Allow jPipe to transfer more then one type of item at the same time within the flow rate... like if flow is 10 3 metal ore, 3 hq ore and 4 sulfur ore.

JPipes
Pipes that automatically transfer items between boxes, furnaces, turrets, quarries, etc.
Total Downloads: 3,705 - First Release: Apr 9, 2017 - Last Update: Feb 1, 2018
- 5/5, 30 likes
-
Noticed an issue with J pipes, its leaving ghost pipes behind. they arent actually there. for example. if i log on they are not there, but if i tp away and then tp home ghost pipes appear.
it looks really messy.
any way a fix might come with the forced wipe next week? -
Error while compiling: JPipes.cs(2051,48): error CS1501: No overload for method `CanAcceptItem' takes `1' arguments i get this when loading the map dont know if update to game messed with something
-
-
Today after the update. The plug-in stopped working.
Code:JPipes.cs(175,13): warning CS0162: Unreachable code detected JPipes.cs(1719,26): warning CS0219: The variable `newdata' is assigned but its value is never used JPipes.cs(2051,48): error CS1501: No overload for method `CanAcceptItem' takes `1' arguments
-
-
Pretty please? This is quite possibly the greatest mod ever.
-
Still waiting impatiently for the fix, my server Swedistan is using this plugin and it has been a great addition to the server!
-
-
You've changed our lives completely. We're happy you're fixing it, and will wait patiently for a fix. Thanks for everything! You're awesome!
-
Donate
Last edited by a moderator: Oct 9, 2017 -
is it working now, can i download it again and put it in my server, because in the update list the last one was Aug, 19
-
I suspect it might be related to this in the devblog: "This was a regression from last week's entity parenting changes and is now fixed."
looking at the commits by André Straubmeier:
Fixed thrown weapons and arrows disappearing on impact when hitting entities
Save entity position relative to parent entity
Entity parenting overhaul (this most likely breaks everything) [Week before]
Hopefully he will fix the fixes in the next patch. -
Thanks for finding this in the devblog, I totally missed it. -
Error while compiling: JPipes.cs(2051,48): error CS1501: No overload for method `CanAcceptItem' takes `1' arguments how do I fix this?
-
If you just want pipes working again, change line 2050 from this:
Code:return pipe.destcont.inventory.CanAcceptItem(itemtomove) == ItemContainer.CanAcceptResult.CanAccept && pipe.destcont.inventory.CanTake(itemtomove);
Code:return pipe.destcont.inventory.CanAcceptItem(itemtomove, -1) == ItemContainer.CanAcceptResult.CanAccept && pipe.destcont.inventory.CanTake(itemtomove);
Last edited by a moderator: Oct 10, 2017 -
-
small bug nothing major but when placing a box close to pipes the box will go invisible and you have to relog to see the box again
-
-