Tags
Creators
Details
Licensed ARR
Published last month
Updated last week
All versions
0.1.3
Release
[Forge] Dochi RPG Maker 0.1.3last month 18
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Change Log 0.1.3
Added
- Remnant Msg — Place interactive message markers in the world with the new Setter item. Messages support custom text styles, conditions, actions, reusable JSON files, custom GUIs, and per-player triggers.
- Remnant Msg World List — View every placed message marker and use Edit, Teleport, Delete, or Refresh without searching the world manually.
- Expanded HUD Maker — Create custom currency, health, food, armor, air, and experience displays.
- Vanilla HUD controls — Individually hide health, armor, food, air, the XP bar, XP level, hotbar, crosshair, and boss bar.
- HUD templates — Added ready-to-edit templates for health, armor, food, air, experience, and the currency wallet.
- Per-product shop payments — Each buy item can inherit the shop currency or use its own physical item or DRM currency.
- NBT-aware payments — Physical currencies can require exact NBT, allowing items such as different TACZ ammunition types to be used as separate payments.
- Automatic shop restocking — Set maximum stock, restock amount, and restock interval for each product. Players can see the remaining restock time in the shop.
- Dialogue multi-selection — Select nodes with
Shift-clickorShift-drag, then copy and paste them withCtrl+CandCtrl+V. - Dialogue drag reordering — Reorder nodes, routes, choices, conditions, and actions by dragging them.
- Dialogue set duplication — Duplicate an entire dialogue set while keeping its node links and Blueprint positions.
- Shared editor shortcuts — Added
Ctrl+S,Ctrl+Z,Ctrl+Y, andCtrl+Shift+Zsupport to the main DRM editors. - Editor search — The editor selector now includes search, descriptions, and separate Built-in and Add-on categories.
- NPC preview toggle — Shop players can turn the live 3D NPC preview on or off.
Changed
- Dialogue nodes pasted into another set now receive unique names automatically while keeping copied links connected.
- The Dialogue Sets sidebar can be resized and remembers its width.
- Long dialogue choices now wrap, expand, and scroll instead of overflowing the dialogue window.
- Command suggestions and usage guides load without freezing the Dialogue Editor, including larger command and advancement lists.
- The NPC Shop editor is now divided into clearer Shop Identity, Trade Policy, Item, Offer & Stock, Payment, Restock, and Content sections.
- Shop viewers now receive live stock and restock updates after another player completes a trade.
- Failed shop deliveries or payments now restore the player's payment and the product stock when possible.
- GUI Maker now uses the same layout workflow for dialogue, NPC Shop, HUD, Remnant Msg, and add-on layouts.
- The editor remembers the last selected editor, sub-screen, and JSON source during the current session.
- Apply JSON paths can be viewed with horizontal scrolling instead of being cut off.
- Default dialogue, GUI, and shop templates are read-only and must be copied with Save As before editing.
- Large Dialogue Blueprints and large shop catalogs now open and render more smoothly.
Fixed
- Fixed a crash when
Shift-clickingdialogue nodes on Forge 1.20.1. - Fixed Paste staying disabled after dialogue nodes had been copied.
- Fixed copied nodes being pasted into the wrong dialogue set or showing incorrect clipboard status.
- Fixed duplicated dialogue sets appearing saved before the server confirmed the save.
- Fixed long dialogue choices overlapping other choices, drawing outside the GUI, or leaving incorrect clickable areas.
- Fixed large Blueprint views repeatedly processing the entire dialogue document while rendering.
- Fixed large command and advancement suggestion lists causing editor stalls.
- Fixed physical shop currencies ignoring NBT and treating different NBT variants as the same payment.
- Fixed shop stock, restock timers, refunds, and open shop screens becoming out of sync.
- Fixed long Apply JSON file names and paths being impossible to inspect.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:g4PqzjnX:Y5cYyYXh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g4PqzjnX:Y5cYyYXh"
}


