Can you make it possible to filter twig also? thanks
Adding filter to twig pipeNot An Issue
also can you make it that you can split the stacks in composter like furnaces
You should be able to filter on twigs. You just need to update the filter sizes first value is the filter size for twigs.
The stack splitting is done by the Furnace Splitter plugin, which I don't think supports composters.
the twig has the slowest transfer and doesn't have filter. dont know if that is something easy you can add to twig level
The standard config file is as follows:
{
"filterSizes": [
0,
6,
18,
30,
42
],
"flowRates": [
1,
5,
10,
30,
50
],
"maxPipeDist": 64.0,
"minPipeDist": 2.0,
"noDecay": true,
"commandPrefix": "p",
"hotKey": "p",
"updateRate": 2,
"xmasLights": false
}In the config file filter sizes:
0 => Twig
6 => Wood
18 => Stone
30 => Metal Frags
42 => HQM
If you set twig to anything greater than 0 it should allow filtering.
eg. you could set the following:
{
"filterSizes": [
6,
12,
18,
30,
42
],
"flowRates": [
1,
5,
10,
30,
50
],
"maxPipeDist": 64.0,
"minPipeDist": 2.0,
"noDecay": true,
"commandPrefix": "p",
"hotKey": "p",
"updateRate": 2,
"xmasLights": false
} Ah thanks alot my friend!
i forgot you have that!
Merged post
is there a limit on pipes? we had a problem this morning after restart. the pipes didn't load and the data is still there. no error. there's 2 files? SyncPipes v1-0.json and SyncPipes_v1-0.json. the files in _v1.0(1st players) loaded and the data in v1-0(2nd players) didn't so the players in _v1.0 has pipes and v1.0 is missing. so we even renamed to swap and it didn't swap. only the original (1st players) are the only one loading still!!! nothing changed even with swapping file names.... we tried to combine the data and it still didn't load. i'm guessing only here, but could the restart currupted the sync pipes?
as you can tell from our previous convo that my players are die hard jpipers/syncpipers!
Locked automatically