
Ponderer - 思索者
Ponderer is an in-game Ponder authoring tool for players and modpack creators. You can build, edit, and iterate tutorial scenes directly in Minecraft without leaving the game or writing scripts first.
- Загрузки
- 887K
- Подписчики
- 33
- Обновлён
- 21 июня 2026 г.
- Лицензия
- MIT
Опубликован 14 февраля 2026 г.

Ponderer Mod Introduction
In Create 6.0, the Create team split Ponder into a standalone mod. However, the high barrier to using it has kept this excellent feature from reaching more players. Ponderer was created for this very reason.
Ponderer is an "in-game Ponder authoring tool" for players and modpack authors. You do not need to leave the game or write scripts first. You can build, record, and adjust Ponder tutorial flows directly in the world.
What You Can Do With It
In-Game Ponder Editing
- Visual scene editing: Create, edit, delete, and reorder Ponder scenes in-game, with hot reload support. Press V in-game to open the mod menu.
- Rich step types: Covers most common tutorial actions, including structure display/overlay structures, text, entities and dropped items, camera rotation/zoom, highlighted areas, control hints, sounds, block edits, and section movement/rotation.
- Structures and blueprint assets: Save selected areas with the blueprint tool and load custom structure assets from
config/ponderer/structures/. - JSON DSL storage: Scenes are stored as data-driven JSON under
config/ponderer/scripts/, making them easy to version, adjust manually, and process with toolchains.
Import/Export and Multiplayer Sync
- Client/server sync: Use
/ponderer pulland/ponderer pushto sync scenes between client and server, with conflict handling and force/keep-local strategies. - Remote workspace management: Browse, pull, delete, inspect history, and roll back remote scenes or structures, making it suitable for server and modpack teams to maintain content together.
- Scene pack import/export: Bundle scenes and structures into resource-pack-format ZIP files with version information and auto-loading, making distribution to Modrinth, CurseForge, or modpacks easier.
- Bidirectional PonderJS conversion: Import and export between Ponderer JSON and PonderJS formats, so you can switch between script workflows and in-game editing.
- Permissions and feature sync: Servers can synchronize feature availability and use permission management to control uploads, editing, and selected feature toggles.
AI Scene Generation
- Multi-provider support: Configure LLM providers such as Claude / ChatGPT and generate draft Ponder scenes from natural-language prompts.
- Structure-aware generation: Combines structure descriptions, registry mappings, and user prompts so AI can more easily reference the correct blocks, items, coordinates, and demonstration steps.
- In-game generation flow: Fill in your request in-game, generate a draft, and continue refining it in the editor without repeatedly switching between external files and Minecraft.
Ponder Projectors
- Two projector blocks: Provides a Miniature Projector and a Life-Size Projector, projecting the Ponder scene associated with a source item into the world.
- Playback and trigger controls: Supports a rich set of configurable options for different scene needs.
- Multiplayer server management: Servers can synchronize and control projector feature toggles. When disabled, projectors can no longer be placed, configured, or played, making this suitable for servers that want a more vanilla-focused experience.
In-Ponder Experience Improvements
- Text progress bar: Shows a text progress panel inside Ponders, easing the slow pacing caused by not being able to drag the progress bar manually.
- UI Ponders: Supports showing interfaces, modifying slots, and simulating click flows to demonstrate containers, menus, inventories, or custom UI interactions.
- Built-in guidance and configuration: Includes built-in example scenes, keybinding settings, UI scaling, and mod configuration pages for easier onboarding and tuning.
Who This Is For
- Modpack authors who want in-game onboarding tutorials
- Server admins who want player-friendly guidance content
- Regular players who want a more visual way to maintain and experience Ponder content
Core Experience
Ponderer's goal is: Turn "writing tutorials" into "building tutorials directly in-game."
From creation, editing, and previewing to synchronization, the whole workflow stays inside Minecraft as much as possible, making Ponder content faster and more intuitive to create.
Gallery
Spoiler




Q&A
1. What is the version support plan?
| Game Version | Forge | NeoForge | Fabric |
|---|---|---|---|
| 26.1 | No support planned | Coming soon | Coming soon |
| 1.21.1 | No support planned | Maintained | Maintained |
| 1.20.1 | Maintained | No support planned | Maintained |
| 1.12.2 | Planned | No support planned | No support planned |
| 1.7.10 | Planned | No support planned | No support planned |
2. Why not use PonderJS directly?
This mod provides client/server synchronization for Ponder content, and directly transmitting JS scripts would introduce additional security risks.
Ponderer uses a safer data-transfer approach and provides bidirectional conversion with PonderJS, so you can switch between workflows as needed. At the same time, Ponderer provides many APIs that PonderJS does not natively support yet.
Ponderer 模组介绍
Create 制作组在 6.0 版本将 Ponder 拆分为独立模组,然而较高的使用门槛使这一优秀功能未能被更多玩家所体验。Ponderer 正是为此而生。
Ponderer 是一个面向玩家与整合包作者的「游戏内思索(Ponder)制作工具」。 你不需要离开游戏,也不需要先写脚本,就可以直接在世界里搭建、录制和调整思索教学流程。
你可以用它做什么
思索的游戏内编辑
- 可视化场景编辑:在游戏内创建、编辑、删除和排序 Ponder 思索,支持 热重载 ,在游戏中按 V 打开模组菜单。
- 丰富步骤类型:覆盖 结构展示/叠加结构、文本、实体与掉落物、镜头旋转/缩放、高亮区域、控制提示、声音、方块修改、区段移动/旋转 等绝大部分常用教程动作。
- 结构与蓝图素材:使用蓝图工具保存选区结构,并从
config/ponderer/structures/加载自定义结构素材。 - JSON DSL 存储:场景以 数据驱动 JSON 存放在
config/ponderer/scripts/,便于版本管理、手动调整和工具链处理。
导入导出与多人游戏同步
- 客户端/服务端同步:通过
/ponderer pull与/ponderer push在客户端和服务端之间同步场景,支持 冲突处理 与强制/保留本地策略。 - 远程工作区管理:提供远程场景/结构浏览、拉取、删除、历史记录与回滚能力,适合服务器或整合包团队协作维护。
- 场景包导入导出:将场景与结构打包为 资源包格式 ZIP,支持版本信息与自动加载,方便分发到 Modrinth / CurseForge 或整合包。
- PonderJS 双向转换:支持 Ponderer JSON 与 PonderJS 格式互相导入/导出,方便在脚本工作流和游戏内编辑之间切换。
- 权限与功能同步:服务端可同步功能可用性,并配合权限管理控制上传、编辑和部分功能开关。
AI 场景生成
- 多提供商支持:可配置 Claude / ChatGPT 等 LLM 提供商,用自然语言生成 Ponder 场景草稿。
- 结构感知生成:结合结构描述、注册表映射和用户提示词,让 AI 更容易引用正确方块、物品、坐标与演示步骤。
- 游戏内生成流程:在游戏内填写需求、生成草稿并继续进入编辑器微调,避免在外部文件和游戏之间反复切换。
思索投影仪
- 两种投影仪方块:提供 微缩投影仪 与 实景投影仪 ,将源物品对应的 Ponder 场景投射到世界中。
- 播放与触发控制:支持非常丰富的可配置项,满足各场景需求。
- 多人服务器管理:服务端可同步并管控投影仪功能开关,关闭后投影仪不再可放置、配置或播放,适合纯原版服务器。
思索内体验优化
- 文本进度条:在思索显示文本进度板,解决思索不能手动拖动进度条的拖沓问题。
- 界面思索:支持展示界面、修改槽位和模拟点击流程,用于演示容器、菜单、物品栏或自定义 UI 的交互逻辑。
- 内置引导与配置:包含内置示例场景、快捷键设置、界面缩放与模组配置页,便于上手和按需调整体验。
适合哪些人
- 想给自己整合包做引导教程的作者
- 想给服务器玩家制作上手教学的管理员
- 想用更直观方式维护、体验 Ponder 内容的普通玩家
核心体验
Ponderer 的目标是: 把"写教程"变成"在游戏里直接搭教程"。
从创建、编辑、预览到同步,整个流程尽量保持在 Minecraft 内完成,让思索内容的制作更快、更直观。
画廊
Spoiler




Q&A
1. 版本支持计划?
| 游戏版本 | Forge | NeoForge | Fabric |
|---|---|---|---|
| 26.1 | 无支持计划 | 即将支持 | 即将支持 |
| 1.21.1 | 无支持计划 | 维护中 | 维护中 |
| 1.20.1 | 维护中 | 无支持计划 | 维护中 |
| 1.12.2 | 计划支持 | 无计划支持 | 无计划支持 |
| 1.7.10 | 计划支持 | 无计划支持 | 无计划支持 |
2. 为什么不直接使用 PonderJS?
本模组提供思索多端同步能力,直接传输 JS 脚本会引入额外的安全隐患。Ponderer 采用更安全的数据传输方式,并提供与 PonderJS 的双向转换能力。你可以在两种工作流之间按需切换。同时, Ponderer 提供了大量PonderJS 原生暂不支持的接口。
Центр версий
98 версийЧенджлог
1.10.0Релиз1.21.1 · 18 июня 2026 г.
新增功能 / New Features
投影仪完整化:新增微型投影仪与等身投影仪的物品、配方、模型、方块状态与配置界面,支持投影模式、触发模式、播放定位、文本缩放、蓝色光束与可视距离设置。 Added complete miniature and life-size projector support with items, recipes, models, blockstates, config UI, projection modes, trigger modes, seek controls, text scaling, blue-tint beams, and render-distance controls.
远程工作区管理:新增远程目录浏览、上传/拉取、删除、回滚、历史查看与命令侧交互,并补充对应网络载荷与服务端响应流程。 Added remote workspace browsing, upload/pull, delete, rollback, history viewing, command-side actions, and the supporting network payload/response flow.
功能可用性同步:新增服务端功能开关同步与功能配置页面,用于在多人环境中同步投影仪、蓝图等功能的可用状态。 Added server-synchronized feature availability and feature configuration screens for multiplayer control over projector, blueprint, and related functionality.
改进 / Improvements
投影渲染与 overlay 优化:重构投影仪渲染管线,改进 show_controls、文本窗口、GUI 图层、3D 物品图标、深度抗遮挡、场景旋转与缓存距离判断。 Reworked projector rendering for show_controls, text windows, GUI layers, 3D item icons, depth anti-occlusion, scene rotation, and cached render-distance checks.
跨加载器网络与注册整理:整理 Common / NeoForge / Fabric 的注册与网络辅助接口,补齐 Fabric Mod Menu 集成,并改善配置同步后的投影仪状态一致性。 Refined Common / NeoForge / Fabric registration and networking helpers, added Fabric Mod Menu integration, and improved projector state consistency after config sync.
修复 / Fixes
- 投影仪同步与界面回归修复:修复配置合并后的投影仪同步问题,并改进多个投影仪配置页、资源包选择页和动态列表控件的交互细节。 Fixed projector config sync after merges and polished projector config screens, pack selection, and dynamic list controls.
1.10.0Релиз1.21.1 · 18 июня 2026 г.
新增功能 / New Features
投影仪完整化:新增微型投影仪与等身投影仪的物品、配方、模型、方块状态与配置界面,支持投影模式、触发模式、播放定位、文本缩放、蓝色光束与可视距离设置。 Added complete miniature and life-size projector support with items, recipes, models, blockstates, config UI, projection modes, trigger modes, seek controls, text scaling, blue-tint beams, and render-distance controls.
远程工作区管理:新增远程目录浏览、上传/拉取、删除、回滚、历史查看与命令侧交互,并补充对应网络载荷与服务端响应流程。 Added remote workspace browsing, upload/pull, delete, rollback, history viewing, command-side actions, and the supporting network payload/response flow.
功能可用性同步:新增服务端功能开关同步与功能配置页面,用于在多人环境中同步投影仪、蓝图等功能的可用状态。 Added server-synchronized feature availability and feature configuration screens for multiplayer control over projector, blueprint, and related functionality.
改进 / Improvements
投影渲染与 overlay 优化:重构投影仪渲染管线,改进 show_controls、文本窗口、GUI 图层、3D 物品图标、深度抗遮挡、场景旋转与缓存距离判断。 Reworked projector rendering for show_controls, text windows, GUI layers, 3D item icons, depth anti-occlusion, scene rotation, and cached render-distance checks.
跨加载器网络与注册整理:整理 Common / NeoForge / Fabric 的注册与网络辅助接口,补齐 Fabric Mod Menu 集成,并改善配置同步后的投影仪状态一致性。 Refined Common / NeoForge / Fabric registration and networking helpers, added Fabric Mod Menu integration, and improved projector state consistency after config sync.
修复 / Fixes
- 投影仪同步与界面回归修复:修复配置合并后的投影仪同步问题,并改进多个投影仪配置页、资源包选择页和动态列表控件的交互细节。 Fixed projector config sync after merges and polished projector config screens, pack selection, and dynamic list controls.
1.10.0Релиз1.20.1 · 18 июня 2026 г.
新增功能 / New Features
投影仪完整化:新增微型投影仪与等身投影仪的物品、配方、模型、方块状态与配置界面,支持投影模式、触发模式、播放定位、文本缩放、蓝色光束与可视距离设置。 Added complete miniature and life-size projector support with items, recipes, models, blockstates, config UI, projection modes, trigger modes, seek controls, text scaling, blue-tint beams, and render-distance controls.
远程工作区管理:新增远程目录浏览、上传/拉取、删除、回滚、历史查看与命令侧交互,并补充对应网络载荷与服务端响应流程。 Added remote workspace browsing, upload/pull, delete, rollback, history viewing, command-side actions, and the supporting network payload/response flow.
功能可用性同步:新增服务端功能开关同步与功能配置页面,用于在多人环境中同步投影仪、蓝图等功能的可用状态。 Added server-synchronized feature availability and feature configuration screens for multiplayer control over projector, blueprint, and related functionality.
改进 / Improvements
投影渲染与 overlay 优化:重构投影仪渲染管线,改进 show_controls、文本窗口、GUI 图层、3D 物品图标、深度抗遮挡、场景旋转与缓存距离判断。 Reworked projector rendering for show_controls, text windows, GUI layers, 3D item icons, depth anti-occlusion, scene rotation, and cached render-distance checks.
跨加载器网络与注册整理:整理 Common / Forge / Fabric 的注册与网络辅助接口,补齐 Fabric Mod Menu 集成,并改善配置同步后的投影仪状态一致性。 Refined Common / Forge / Fabric registration and networking helpers, added Fabric Mod Menu integration, and improved projector state consistency after config sync.
修复 / Fixes
- 投影仪同步与界面回归修复:修复配置合并后的投影仪同步问题,并改进多个投影仪配置页、资源包选择页和动态列表控件的交互细节。 Fixed projector config sync after merges and polished projector config screens, pack selection, and dynamic list controls.
1.10.0Релиз1.20.1 · 18 июня 2026 г.
新增功能 / New Features
投影仪完整化:新增微型投影仪与等身投影仪的物品、配方、模型、方块状态与配置界面,支持投影模式、触发模式、播放定位、文本缩放、蓝色光束与可视距离设置。 Added complete miniature and life-size projector support with items, recipes, models, blockstates, config UI, projection modes, trigger modes, seek controls, text scaling, blue-tint beams, and render-distance controls.
远程工作区管理:新增远程目录浏览、上传/拉取、删除、回滚、历史查看与命令侧交互,并补充对应网络载荷与服务端响应流程。 Added remote workspace browsing, upload/pull, delete, rollback, history viewing, command-side actions, and the supporting network payload/response flow.
功能可用性同步:新增服务端功能开关同步与功能配置页面,用于在多人环境中同步投影仪、蓝图等功能的可用状态。 Added server-synchronized feature availability and feature configuration screens for multiplayer control over projector, blueprint, and related functionality.
改进 / Improvements
投影渲染与 overlay 优化:重构投影仪渲染管线,改进 show_controls、文本窗口、GUI 图层、3D 物品图标、深度抗遮挡、场景旋转与缓存距离判断。 Reworked projector rendering for show_controls, text windows, GUI layers, 3D item icons, depth anti-occlusion, scene rotation, and cached render-distance checks.
跨加载器网络与注册整理:整理 Common / Forge / Fabric 的注册与网络辅助接口,补齐 Fabric Mod Menu 集成,并改善配置同步后的投影仪状态一致性。 Refined Common / Forge / Fabric registration and networking helpers, added Fabric Mod Menu integration, and improved projector state consistency after config sync.
修复 / Fixes
- 投影仪同步与界面回归修复:修复配置合并后的投影仪同步问题,并改进多个投影仪配置页、资源包选择页和动态列表控件的交互细节。 Fixed projector config sync after merges and polished projector config screens, pack selection, and dynamic list controls.
1.9.0.2Релиз1.20.1 · 26 мая 2026 г.
新增功能 / New Features
结构列表、预览与子结构步骤:新增结构选择器与实时预览组件,
show_structure/show_extra_structure可直接浏览本地结构文件,并将额外结构作为子结构插入场景。 Added a structure picker with live previews, and expandedshow_structureworkflows withshow_extra_structureso local structure files can be browsed and inserted as sub-structures in scenes.NBT 扩展编辑器:新增可展开的大型 NBT 文本编辑器,支持路径 / 坐标识别、多行输入增强,以及方块实体、实体、掉落物等步骤的 NBT 编辑与选取流程。 Added an expanded NBT editor with path/coordinate detection, improved multi-line editing, and better NBT edit/pick flows for block entities, entities, and item entities.
文本轨道与进度条:新增场景文本列表与文本标记指令,支持在 Ponder 播放过程中展示进度条、同步文本步骤,并改进共享文本的悬浮定位。 Added a scene text list and marker instructions for progress bars and synchronized text playback, while also improving floating shared-text positioning.
高级动画与界面回放:扩展
show_interface的客户端截图 / 回放能力,并为区段、实体、掉落物等步骤补充外部动画与更细致的移动动画配置。 Expandedshow_interfacewith client-side screen capture/replay, and added richer movement/external animation controls for sections, entities, and item entities.
改进 / Improvements
导出与脚本生成优化:重构 Java 导出模板与运行时支持代码,改进结构引用、导出结果反馈与清单生成,为复杂场景导出提供更稳定的产物。 Reworked Java export templates and runtime support generation, improving structure references, export feedback, and manifest output for more reliable complex-scene exports.
编辑器交互与缩放适配:新增 UI 缩放支持,优化长文本输入框、结构预览、旋转相机和多处步骤表单细节,提升大场景编辑体验。 Added dedicated UI scaling support and refined long text inputs, structure previews, rotate-camera controls, and multiple step forms for better large-scene editing.
修复 / Fixes
- 场景运行兼容性修复:修复合并区段后
hide_section清理错误、Ponder 原生界面层级 / 文本索引问题,以及若干 NBT 选取与边界框相关回归。 Fixed merged-sectionhide_sectioncleanup, vanilla Ponder UI layering/text-index issues, and several regressions around NBT picking and scene bounds.
1.9.0.2Релиз1.20.1 · 26 мая 2026 г.
新增功能 / New Features
结构列表、预览与子结构步骤:新增结构选择器与实时预览组件,
show_structure/show_extra_structure可直接浏览本地结构文件,并将额外结构作为子结构插入场景。 Added a structure picker with live previews, and expandedshow_structureworkflows withshow_extra_structureso local structure files can be browsed and inserted as sub-structures in scenes.NBT 扩展编辑器:新增可展开的大型 NBT 文本编辑器,支持路径 / 坐标识别、多行输入增强,以及方块实体、实体、掉落物等步骤的 NBT 编辑与选取流程。 Added an expanded NBT editor with path/coordinate detection, improved multi-line editing, and better NBT edit/pick flows for block entities, entities, and item entities.
文本轨道与进度条:新增场景文本列表与文本标记指令,支持在 Ponder 播放过程中展示进度条、同步文本步骤,并改进共享文本的悬浮定位。 Added a scene text list and marker instructions for progress bars and synchronized text playback, while also improving floating shared-text positioning.
高级动画与界面回放:扩展
show_interface的客户端截图 / 回放能力,并为区段、实体、掉落物等步骤补充外部动画与更细致的移动动画配置。 Expandedshow_interfacewith client-side screen capture/replay, and added richer movement/external animation controls for sections, entities, and item entities.
改进 / Improvements
导出与脚本生成优化:重构 Java 导出模板与运行时支持代码,改进结构引用、导出结果反馈与清单生成,为复杂场景导出提供更稳定的产物。 Reworked Java export templates and runtime support generation, improving structure references, export feedback, and manifest output for more reliable complex-scene exports.
编辑器交互与缩放适配:新增 UI 缩放支持,优化长文本输入框、结构预览、旋转相机和多处步骤表单细节,提升大场景编辑体验。 Added dedicated UI scaling support and refined long text inputs, structure previews, rotate-camera controls, and multiple step forms for better large-scene editing.
修复 / Fixes
- 场景运行兼容性修复:修复合并区段后
hide_section清理错误、Ponder 原生界面层级 / 文本索引问题,以及若干 NBT 选取与边界框相关回归。 Fixed merged-sectionhide_sectioncleanup, vanilla Ponder UI layering/text-index issues, and several regressions around NBT picking and scene bounds.
1.9.0Релиз1.20.1 · 26 мая 2026 г.
修复fabric崩溃
1.9.0Релиз1.20.1 · 26 мая 2026 г.
修复fabric崩溃
Комментарии
Загружаем…