Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skproch/worldsmerger
A tool for the possibility of mapping players' inventories for transferring between worlds with different seeds and items IDs (tested on 1.7.10).
https://github.com/skproch/worldsmerger
minecraft minecraft-forge minecraftforge
Last synced: 23 days ago
JSON representation
A tool for the possibility of mapping players' inventories for transferring between worlds with different seeds and items IDs (tested on 1.7.10).
- Host: GitHub
- URL: https://github.com/skproch/worldsmerger
- Owner: SKProCH
- Created: 2020-12-01T06:42:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T18:49:39.000Z (about 2 years ago)
- Last Synced: 2024-12-18T19:12:22.810Z (23 days ago)
- Topics: minecraft, minecraft-forge, minecraftforge
- Language: C#
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WorldsMerger
A tool for the possibility of mapping players' inventories for transferring between worlds with different seeds and items IDs (tested on 1.7.10).Perhaps you have ever had the desire to move to another server on the modpack?
But, even if you have world saves, you can not just move the playerdata to another save, because in 1.7.10 items have a numeric ID, which is generated relative to the world seed.
This project allow to map id of everything inside your playerdata to another world' ids.
Everything what you need is a old world `level.dat`, old world playerdata file and a new world `level.dat`.# Running
1. Download binaries from Releases page
2. Launch tool (GUI or CLI)
3. Follow the instructions