SpluoSplatus / Vanilla-Refresh

Enhancing Minecraft's experience with a variety of 30+ QOL features, like player sitting and a day counter.
1 stars 4 forks source link

More mod-friendly approach to implementing "Day starts from 1" #17

Open lihaan opened 2 months ago

lihaan commented 2 months ago

Description SeasonsHUD does not change the current day from 0 to 1, but instead, adds 1 internally to correctly display the correct day ie. Day 1. However, Vanilla Refresh takes a more "invasive" approach by directly incrementing Minecraft's day counter, thus causing other mods that use the day counter to be out of sync. Ie. SeasonsHUD starts in a new world with Day 2.

Is there any feasible way to add this 1 offset internally/client-side and not on the world/server itself?

Minecraft Version: 1.20.1 Fabric 0.15.11

SpluoSplatus commented 2 months ago

will consider adding an option that adds +1 to the daycounter only for the counter, unaffecting mc days

for now, you can disable this behavior by using the default settings injector and setting the time offset to 0d