I made a fog.json which would make players vision limited to 12 blocks and 24 blocks when raining
Â
{
 "format_version": "1.18.10",
 "minecraft:fog_settings": {
  "description": {
   "identifier": "minecraft:fog_foggy"
  },
  "distance": {
   "air": {
    "fog_start": 0.0,
    "fog_end": 12.0,
    "fog_color": "#78A7FF",
    "render_distance_type": "fixed"
   },
   "weather": {
    "fog_start": 10.0,
    "fog_end": 24.0,
    "fog_color": "#78A7FF",
    "render_distance_type": "fixed"
   }
  Â
 }
}
and executed it, everything was successful except there's no fog showed.
Â
Attachments
Comments 2
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response.
Is this still an issue in the latest version? If yes, can you please add it to the affected versions (or mention it if you are not the reporter)?
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki