Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last week
LetsPonderW
LetsPonderW is a practical mod dedicated to simplifying Ponderer scenes management. It automatically fetches and applies the corresponding Ponderer content from a specified Git repository based on the mods currently installed in your game.
Core Features
- Smart On-Demand Downloading: Upon startup, the mod reads the cloud index and compares it with your locally installed mods, downloading only the Ponder fragments genuinely needed for the current environment.
- Hash-Based Incremental Updates: By recording file hashes in a locally cached
assemble.json, the mod accurately identifies changes in online resources and skips unmodified files, significantly saving bandwidth. - Seamless Auto-Loading: Once the download is complete, the mod automatically builds a built-in resource pack named
Let'sPw Assembled Pack. It directly migrates and registers the corresponding scripts and structures into Ponderer's configuration directory, eliminating the need for players to manually extract or move any files. - Status Visualization (optional) : After the resources are loaded and assembled, a Toast notification will appear in the top right corner of the game, intuitively informing you of the current status of the loaded Ponder fragments.
Configuration
After the first run, the mod generates a letsPonderW.json file in the config directory, supporting the following highly customizable options:
repository(String): The custom address of the Ponder index repository. It defaults to the official GitLab repository. You can replace this with a private Ponder source maintained by yourself.onlyLoad(Boolean): When set totrue, the mod will completely skip the network download and update phases, loading only the locally cached Ponder resources. This is highly suitable for offline play or for modpack creators who wish to lock the content.normalToast(Boolean): Toggles the display style of the Toast notification. When set totrue, a simplified loading prompt will be shown.
Requirements
Please ensure the following prerequisites are installed in your game environment:
- NeoForge: The mod loader.
- Kotlin for Forge (≥ 5.0.0): Provides the necessary Kotlin runtime support.
- Ponderer: An in-game ponder loader & editor.
Developers are also welcome to share your Ponder creations with all players by submitting MRs/PRs to our index repository!


