File Details
vendorflow-1.0.1.jar
- R
- Jun 22, 2026
- 68.45 KB
- 6
- 1.21.1
- NeoForge
File Name
vendorflow-1.0.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
v1.0.1 — 22/06/2026
Added
- Server-side compatibility: all features now work on dedicated servers (no client-side-only logic)
- OP commands:
/vd_reload,/vd_save,/vd_scan,/vd_reset - Auto-detect of existing creative vendors on world load and chunk load
- Per-world persistence (
data/vendorflow/vendors.json) with embedded instructions VendorRegistrysystem: JSON-based registry with Gson serialization,captureEntry(),applyAll(),captureIfMissing()- Registry auto-save on vendor place/break, dirty-flag based flush on server stop
vd_scancommand: scans all loaded chunks via reflection onblockEntityTickersvd_resetcommand: resets all loaded vendors' transaction counters- Instructions in
vendors.jsondocumenting all fields and currencies
Fixed
/vd_resetnot affecting pre-mod vendors (now iterates all loaded BEs viablockEntityTickers)- NPE on world path resolution (now uses
ServerAboutToStartEvent)
Changed
- Language: UI, tooltips, commands, and messages to English
- Mod description: from "supply and demand / price fluctuation" to "transaction limits + per-vendor configuration registry"
- Mod icon updated
- JSON description (
_noteand_instructionsinvendors.json) - Version bumped from 1.0.0 to 1.0.1