Modular Force Field Systems (MFFS)

Modular Force Field Systems (MFFS)

5M Downloads

[Request|Enhancement] Add config to limit upgrade modules

ItWasEnder opened this issue ยท 1 comments

commented

What It Does
Limits the amount of upgrades that can be put inside of the force field and interdiction matrix.

Why
There is already an implementable scale limit for the custom projection module so I was thinking that it would make more sense to implement that for any block that can use the scale modules.

This would also greatly help server owners that wish to use the mod ๐Ÿ˜

How Does It Work
In the configuration it will let you you be able to specify the max amount of scale modules that can be put inside of the machine. Another way this can be implemented is to have a map in the config similarly to how item whitelist/blacklists work except with amounts attached to them.

force_field_projector:
    all:
        speed_module: 128
    dome:
        scale_module: 64
interdiction matrix:
    scale_module: 64
commented

bump