
Sub-Basement
Have you ever reached the build limit and thought: "I wish I could also limit block placement in other places!"? Then this mod is made specifically for you!
Simply install this wonderful mod and edit the /config/SubBasement.json
file (it's automatically created when you start the game, but changes will only take effect after restarting) in the following format (square brackets are mandatory):
[
{
"dim": NUMBER,
"minDim": NUMBER,
"maxDim": NUMBER,
"y": NUMBER,
"minY": NUMBER,
"maxY": NUMBER
},
.... and so on
]
All these parameters are optional. Minimum and maximum values are set to +/- infinity by default, so if you only set a maximum value, it will cover everything below, and if only a minimum - everything above. If you set "dim" or "y" values, it's just a shorthand for setting the same minimum and maximum values.
Important: if you just add empty brackets to the list, you will disable block placement everywhere, and people will hate you.
That's all, enjoy your game!