-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Hi,
using theoneprobe-1.20.1-10.0.3.jar on forge-1.20.1-47.4.0 server.
Together with StorageDrawers-1.20.1-12.9.13
The Problem is that on the Server the Mod dont show the content of the storage Drawers with sneaking.
I set following config:
needsProbe = 0
showContentsWithoutSneaking = ["storagedrawers:basicdrawers", "storagedrawers:compdrawers", "storagedrawers:customdrawers", "storagedrawersextra:extra_drawers"]
also tried directly "storagedrawers:birch_full_drawers_1" and different viarities.
This config end in no result. So i changed Config:
showSmallChestContentsWithoutSneaking = 5
This results in that the Storage Drawers Content now show up in TOP but only with a Symbol without text.
I changed in the Client.toml:
showChestContentsDetailed = "NORMAL" from "EXTENDED"
this results that in Singleplayerworlds it now fully show the names of the items in Storage drawer, but on the Forge Server still the Symbols.
That brings me to the mind that even the attribute showContentsWithoutSneaking nor the client.toml loaded correctly on the server.
Do you have suggestions?
I also would eddit the default value of the client.toml showChestContentsDetailed in the code if you give me a hint where to find. Then i would deploy it on my own and use it for my own. or you deploy it for me.
Kind Regards
Torben