Sun Compass

Quick rating

Sun Compass

No reviews yet

A primitive navigation tool that determines direction using the sun's projected shadow and time.

Adventure/Exploration
QoL & Tweaks
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
suncompassmod-0.2.0-beta.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Sun Compass

GitHub - Source

A vanilla-friendly survival tool for finding your way.

The Sun Compass is a utility item that uses the position of the sun to cast a shadow on the board, helping you navigate during the day without relying on "magic" coordinate systems or debug screens.

Sun Compass Preview

🧭 Manual & Usage Guide

The Sun Compass is not a magic item. Unlike a standard compass that points to World Spawn, the Sun Compass works similarly to a real-world sun dial. It is a navigational tool that requires you to understand the position of the sun and the time of day.

The Core Concept


The compass displays a shadow cast by the central stick. This shadow is fixed to the world's sun position. As you turn or as time passes, the shadow moves around the board. To find North, you must align the shadow correctly based on the current time.

How to Find North

1. The Sunrise Baseline (6:00 AM / Tick 0)


Vanilla Minecraft days start at 6:00 AM. At this specific time:

  • The Sun is rising in the East.
  • Instruction: Rotate yourself until the shadow points to the East marker on the compass board.
  • Result: You are now facing North.

2. Compensating for Time (The Clockwise Shift)


As the day progresses, the sun moves across the sky. To keep finding North, you must manually compensate for the time passed since 6:00 AM.

  • The Rule: For every in-game hour that passes, you must shift the compass by 1 hour clockwise.
  • Example:
    • Time: 8:00 AM (2 hours after sunrise).
    • Action: Align the shadow to East, then rotate yourself (and the compass) roughly 30 degrees clockwise (2 "hours" on a clock face) to find True North.

Summary Table

In-Game Time Shadow Alignment for North
6:00 AM (Sunrise) Align shadow to left 6 hour mark or East (E)
12:00 PM (Noon) 6 hours has passed, so align shadow to the upper 12 hour mark or North (N)
6:00 PM (Sunset) 12 hours has passed, so align shadow to right 6 hour mark or West (W)


Note: This tool requires practice. Direction accuracy is entirely based on time estimation. To find other directions than north, simply rotate by some degrees after finding north. For example, west would be 90 degrees, or 6 hours right, from north.

📦 Obtaining

There is 4 ways to craft this item in survival


gif showing all crafting options

To craft the Sun Compass, align any of these 4 different layouts from bottom to top:

  • Any plank + torch
  • Any plank + coal + stick
  • Any plank + charcoal + stick
  • Any plank + ink sac + stick

Why is East and West swapped?

This serves the function of time shifting easier than if it was the other way around. For example, at noon (tick time 6000, or 12 PM), to find North you simply point to N (or the upper 12) then to find west you would also simply move the shadow to point W (or the right 6). This way, shifting clockwise perserves directionality. Having it the "correct" way around would introduce extra mental calculations for no reason.

⚠️ Compatibility & Status

  • Version: 0.2.0 (Pre-release)
  • Loader: NeoForge (1.21.1)
  • Possible issues: potentially might fail in situations where there is no sun or otherwise time logic has been modified.
  • Mod Compatibility: There has no tests with other mods yet. Please suggest mods to pair this with and I will do my best to add compatibility (currently looking to add compatibility with TerraFirmaCraft).

🤝 Acknowledgements

Special thanks to David Canterbury for the original concept and for naming the "Sun Compass.".

Final note

I'm new to modding, github, and while I'm familiar with programming, this is an entirely new level for me. But I'm looking to improve and hopefully keep adding new mods in the future!


Built with NeoForge for Minecraft 1.21.1

Sun Compass

GitHub - Source

A vanilla-friendly survival tool for finding your way.

The Sun Compass is a utility item that uses the position of the sun to cast a shadow on the board, helping you navigate during the day without relying on "magic" coordinate systems or debug screens.

Sun Compass Preview

🧭 Manual & Usage Guide

The Sun Compass is not a magic item. Unlike a standard compass that points to World Spawn, the Sun Compass works similarly to a real-world sun dial. It is a navigational tool that requires you to understand the position of the sun and the time of day.

The Core Concept

The compass displays a shadow cast by the central stick. This shadow is fixed to the world's sun position. As you turn or as time passes, the shadow moves around the board. To find North, you must align the shadow correctly based on the current time.

How to Find North

1. The Sunrise Baseline (6:00 AM / Tick 0)

Vanilla Minecraft days start at 6:00 AM. At this specific time:

  • The Sun is rising in the East.
  • Instruction: Rotate yourself until the shadow points to the East marker on the compass board.
  • Result: You are now facing North.

2. Compensating for Time (The Clockwise Shift)

As the day progresses, the sun moves across the sky. To keep finding North, you must manually compensate for the time passed since 6:00 AM.

  • The Rule: For every in-game hour that passes, you must shift the compass by 1 hour clockwise.
  • Example:
    • Time: 8:00 AM (2 hours after sunrise).
    • Action: Align the shadow to East, then rotate yourself (and the compass) roughly 30 degrees clockwise (2 "hours" on a clock face) to find True North.

Summary Table

In-Game Time Shadow Alignment for North
6:00 AM (Sunrise) Align shadow to left 6 hour mark or East (E)
12:00 PM (Noon) 6 hours has passed, so align shadow to the upper 12 hour mark, or North (N)
6:00 PM (Sunset) 12 hours has passed, so align shadow to right 6 hour mark or West (W)

Note: This tool requires practice. Direction accuracy is entirely based on time estimation. To find other directions than north, simply rotate by some degrees after finding north. For example, west would be 90 degrees, or 6 hours right, from north.

📦 Obtaining

There is 4 ways to craft this item in survival

gif showing all crafting options

To craft the Sun Compass, align any of these 4 different layouts from bottom to top:

  • Any plank + torch
  • Any plank + coal + stick
  • Any plank + charcoal + stick
  • Any plank + ink sac + stick

Why is East and West swapped?

This serves the function of time shifting easier than if it was the other way around. For example, at noon (tick time 6000, or 12 PM), to find North you simply point to N (or the upper 12) then to find west you would also simply move the shadow to point W (or the right 6). This way, shifting clockwise perserves directionality. Having it the "correct" way around would introduce extra mental calculations for no reason.

⚠️ Compatibility & Status

  • Version: 0.2.0 (Pre-release)
  • Loader: NeoForge (1.21.1)
  • Possible issues: potentially might fail in situations where there is no sun or otherwise time logic has been modified.
  • Mod Compatibility: There has no tests with other mods yet. Please suggest mods to pair this with and I will do my best to add compatibility (currently looking to add compatibility with TerraFirmaCraft).

🤝 Acknowledgements

Special thanks to David Canterbury for the original concept and for naming the "Sun Compass.".

Final note

I'm new to modding, github, and while I'm familiar with programming, this is an entirely new level for me. But I'm looking to improve and hopefully keep adding new mods in the future!


Built with NeoForge for Minecraft 1.21.

Screenshots

Gallery

  • Shadow Preview
    Shadow Preview The shadow is dynamically drawn in the opposite direction to the sun
  • Crafting Recipe
    Crafting Recipe To craft the Sun Compass, align any of these 4 different layouts from bottom to top: Any plank + torch Any plank + coal + stick Any plank + charcoal + stick Any plank + ink sac + stick

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works