tvanprooyen / mbm

(MBM) MoreBlocksMod
http://www.tylervp.com/mbm
1 stars 2 forks source link

[Feature request] Add a config for disabling vertical slabs. #14

Closed K0-RR closed 1 year ago

K0-RR commented 3 years ago

The reason for this - there is a mod that allows for vertical placements of any slabs so your variants, sorry for this, aren't needed. Full slabs has this advantage where you don't need another crafting recipe because you just craft a slab and you can place it both horizontally and vertically.

tvanprooyen commented 1 year ago

Vertical Slabs Disabled added 0.2.1a

add mbmconfig.json to the mods folder with this as the contents

{ "vslabsEnabled": false }

"vslabsEnabled": true - Means vertical slabs are enabled "vslabsEnabled": false - Means vertical slabs are disabled

tvanprooyen commented 1 year ago

Command added- /mbmgamerules verticalslabsenabled [true|false]

This will automatically create the file and set the value in file. Also changes the value when command is run at any time.