AtomicStryker / atomicstrykers-minecraft-mods

Repository for my open source Minecraft Mods
https://atomicstryker.github.io/
181 stars 97 forks source link

Dynamic Lights not working when joining server #462

Closed EldraTheThird closed 1 year ago

EldraTheThird commented 1 year ago

when I join the server, the torch in my hand doesn't glow like in single player mode. Here are the pictures I took when: In a server: 2022-12-19_21 10 44 In the single player world: 2022-12-19_21 12 42 Use the latest Forge and mod versions

EldraTheThird commented 1 year ago

I use another skin in the server (with support for changing skins for Offline accounts)

AtomicStryker commented 1 year ago

In MC 1.18 and later, Dynamic Lights is no longer a clientside mod but a serverside mod. That means in multiplayer the server needs to have it installed, not you.

EldraTheThird commented 1 year ago

Thank you! I guessed the same and installed another mod with the same feature Rubidium Dynamic Light


Từ: AtomicStryker @.> Đã gửi: 19 Tháng Mười Hai 2022 9:52 CH Đến: AtomicStryker/atomicstrykers-minecraft-mods @.> Cc: Itzz Parsher @.>; Author @.> Chủ đề: Re: [AtomicStryker/atomicstrykers-minecraft-mods] Dynamic Lights not working when joining server (Issue #462)

In MC 1.18 and later, Dynamic Lights is no longer a clientside mod but a serverside mod. That means in multiplayer the server needs to have it installed, not you.

— Reply to this email directly, view it on GitHubhttps://github.com/AtomicStryker/atomicstrykers-minecraft-mods/issues/462#issuecomment-1357784776, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ2PAVSXZ6NAJJRNMWPG37TWOBZEHANCNFSM6AAAAAATDNEGCI. You are receiving this because you authored the thread.Message ID: @.***>

AtomicStryker commented 1 year ago

Neat, hadn't heard of that before. They appear to manage the hack into the light cache which i decided was too hard to do in 1.18