Mass Resource Interchange

A generalized data transfer mod, primarily focusing on items and player data

File Details

MassResourceInterchange v0.1.2

  • B
  • Jul 29, 2025
  • 20.09 MB
  • 12
  • 1.21.1+1
  • NeoForge

File Name

MassResourceInterchange-0.1.2.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

implementation "curse.maven:mass-resource-interchange-1305959:6824960"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Note to CurseForge review staff

This mod contains included+relocated database drivers, and will probably be flagged by the system as a result. Relocating is a best practice when including regular Java deps that prevents a mod's packages from colliding with another mods'. If you want to verify things manually, you can find the buildscript in the open source repo here: https://github.com/p0t4t0sandwich/MassResourceInterchange/blob/main/build.gradle.kts

Changelog

  • Tidied up datastore code to work better across DB platforms (there were a few bugs)
  • SQLite now saves in the world's directory
  • Added a locking system for database resources and removed the static list that was tracking backpack usage