#Help on server/client config

1 messages · Page 1 of 1 (latest)

silver geode
#

Hello, I've some trouble understanding how to make the From The Fog mod work.
I installed the mod and the datapack on the client.

On the server, I read the doc that seem to say that the mod should not be installed.

There are some errors on the sever side that may be "normal" errors, I don't really know

[09:53:01] [main/ERROR]: Couldn't load file/From-The-Fog-Data-Resource-Pack-1.21.9-1.21.10-v1.11.2.zip pack metadata: Pack declares support for format 69, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [69, 81] or require a version greater or equal to 82.0.

[09:53:03] [Worker-Main-4/WARN]: Invalid path in datapack: lunareclipse.watching:function/THIS IS NOT A BUG IT IS INTENTIONAL - $FTF_DATAPACK.mcfunction, ignoring

I launched /function #from_the_fog:config it worked, however, it's impossible to make Herobrine appear using the special construction and when playing, nothing is happening.

Could you help me determine what I am doing wrong ?
I set the number of days to wait before Harobrine appearance to 0.

#

services:
mc:
image: minecraft-server:latest
restart: always
tty: true
stdin_open: true
ports:
- "25567:25565"
- "25577:25575"
environment:
EULA: "TRUE"
MAX_PLAYERS: "2"
OPS: |-
<redacted>
TYPE: "FORGE"
MOTD: "Mod server"
MEMORY: "3000M"
USE_MEOWICE_FLAGS: "true"
ENABLE_ROLLING_LOGS: "true"
ICON: "/minecraft-icon.png"
OVERRIDE_ICON: "true"
DIFFICULTY: "3"
FORCE_GAMEMODE: "true"
LEVEL: "mod"
SPAWN_PROTECTION: "20"
MAX_WORLD_SIZE: "30000"
ENABLE_RCON: "true"
RCON_PASSWORD: <redacted>
RCON_PORT: 25577
ENABLE_WHITELIST: "true"
DATAPACKS: |-
https://github.com/LunarEclipseStudios/From-The-Fog/releases/download/v1.11.2-1.21.10/From-The-Fog-Data-Resource-Pack-1.21.9-1.21.10-v1.11.2.zip
WHITELIST: |-
<redacted>
VERSION: "1.21.10"
volumes:
- "./data-java-mod:/data"

#

This is my docker compose file on server side 🔼

#

According to you, what is the best way to validate everything is OK on server side AND client side ?

terse pebble
# silver geode Hello, I've some trouble understanding how to make the From The Fog mod work. I ...

Installing both the mod and the datapack at the same time will cause issues and may break stuff. Use either the mod or the datapack + resource pack together ^^
The errors you're getting can be ignored, as one is just a pack.mcmeta error and the other is intentional.
As for the shrine, it works :P. The only thing the shrine does is skip the 3 day delay until he starts showing up, if you want him to show up whenever a shrine gets lit up, you can enable it in the config.
Setting the number of days till Herobrine appears to 0 should cause Herobrine to only show up whenever a shrine is active

silver geode
#

Even on the client side I should avoid mod + data pack ?

I am not a native english speaker, I've some trouble understanding what do you mean by "the shrine", even with a translator I am not sure to understand.

I'll try to look at the config again and see if I can find something to enable that could really show the thing is working.

#

Ok I enabled the shrine in the config and it worked.
So I actually I think I spent hours trying to fix something that was already working 😂

Thanks a lot for your help !!

👍 👍 👍

terse pebble
#

or this one>:P

#

from the fog has to run server side, the datapack is server side, but then you'd have to install the resource pack too, otherwise you wont see the textures ^^