Steveplays28 / biomefog

Minecraft Fabric mod that adds unique fog to a bunch of biomes!
https://www.curseforge.com/minecraft/mc-mods/biome-fog
Other
1 stars 4 forks source link

night check fix #25

Open JumperOnJava opened 3 months ago

JumperOnJava commented 3 months ago

Fixed night check. As minecraft time goes greater than 24000, you need to find remainder from division by 24000 to get time

JumperOnJava commented 3 months ago

uhh also updated gradle and loom stuff

Steveplays28 commented 3 months ago

Hi, thanks for the PR. I'll have to test this, I thought the time of day was already between 0-24000, in contrast to the game time.