Minecraft world importer for Gamecraft.
Go to file
2021-06-08 01:03:23 +02:00
.idea Attempt to read a region file 2019-12-31 03:29:58 +01:00
GCMC Make blocks static via a workaround of constant positioning 2021-06-08 01:03:23 +02:00
GCMCPlugin Don't save air blocks 2020-06-03 16:47:43 +02:00
GCMCTest Cleanup, added INI file and parser lib (merged) 2020-05-19 01:16:40 +02:00
.gitignore Improve gitignore, save each block 2020-04-24 01:10:48 +02:00
GCMC.sln Attempt to read a region file 2019-12-31 03:29:58 +01:00
LICENSE Make it version-independent and add license and readme 2020-06-18 15:27:27 +02:00
README.md Make blocks static via a workaround of constant positioning 2021-06-08 01:03:23 +02:00

TBMC

Minecraft world importer for Techblox.

Usage

You'll need a Bukkit/Spigot/Paper server first. Download the Bukkit plugin from releases and put it in the server's plugins directory.

Then run /export <x1> <y1> <z1> <x2> <y2> <z2> on the server with the starting and ending coordinates of the area you want to export. Make sure to not select a large area as it can make Techblox lag.

After that, copy the result.json from the server folder into Techblox's folder. Then, using the Techblox mod, do importWorld "result.json" in the GC console (opened by pressing the button near right shift by default) to import the Minecraft blocks. It can take a while to load the file and place the blocks, depending on how many are there to place.

Open the game log (and scroll to the end) to see the blocks that the mod doesn't know how to place in GC. You can add block mappings to the BlockTypes.ini file in Techblox's folder following the format (Minecraft block goes in brackets, the rest are Techblox block settings, color darkness goes 0-9). If you're up to contributing to this mod, please send this file to me (NorbiPeti) after adding more block types.

I have big plans for this project. One day...