desht / ModularRouters

A Forge Mod for item routers with pluggable modules
16 stars 20 forks source link

some feature requests #165

Open xuwuwudi opened 2 years ago

xuwuwudi commented 2 years ago

Describe the feature

image 1.the default of Fe Xfer Per Energy Upgrade could be 1024 and the Energy Distributor Module should have a convergence function, just like the Distributor Module.

image image 2.(a bug)I set this to 1 tick , and i also set 1 Speed Upgrade reduce 1 tick , but in the game: image I still can only put in nine speed upgrades.

3.Could the fluid module compatible with Mek's gas? Maybe the chemical tank in Mek could be the container. image

Reasons why it should be considered

about 1: The input and output of machines and generators in some technology mods are integer multiples of 1024 (like the Diesel Generator in Immersive Engineering is 4096FE/t), and there could be a configuration of transfer volume just like the fluid module.

about 3:I also wonder why Mek's gas cannot be transported as a fluid.

Additional details

No response

xuwuwudi commented 2 years ago

It seems that gases belong to the chemical type in MEK

desht commented 2 years ago

1a. Not sure this needs to be a default. Any modpack author can easily change it in config. 1b. Allowing energy distributor to pull instead of push is something I can take a look at

  1. Yep, valid issue; speed upgrade max should be based on config settings
  2. I'll need to look into the feasability of supporting gases. Since they're not fluids, it might need a separate module...