File Details
MassResourceInterchange v0.1.3
- R
- Jul 30, 2025
- 20.11 MB
- 25
- 1.21.1+1
- NeoForge
File Name
MassResourceInterchange-0.1.3.jar
Supported Versions
- 1.21.1
- 1.21
Curse Maven Snippet
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
- Added a db table for backpack-specific data
- Backpacks can now be deleted
- Added a utility command to view other players' backpacks
- Backpacks are now created automatically when a player joins
- Added backpack item so players don't need to use the command
- PlayerSync should now function as expected