Mods / MC Schematic converter

Category: #Other
Author: Packled
Side: Client
Created: Aug 29th 2022 at 2:01 PM
Last modified: Jan 3rd 2023 at 7:48 PM
Downloads: 927
Follow Unfollow 7

Latest file for :
MCtoVS_converter-linux.zip


Add any of the many buildings from minecraft in your world

App is in beta, something might not work properly (for example there are problems with the rotation of some blocks) but most of the functionality works well

 

Custom converting

To add custom data you need to create file "convert_data_custom.json" in the application folder
This custom file have higher priority than default so you can change and fix default values

In this JSON-file create two dicts: "blocks" and "datas"
In block "blocks" you should write pairs "MC text id": "VS text id"

If your block have some blockstates:
Example: MC "oak_slab" has blockstate "type" ("bottom"/"top"/"double")
VS id can be "plankslab-oak-down-free" or "plankslab-oak-up-free"
Against of it, you can write "plankslab-oak-TYPE-free" and create smth like alias for blockstate "type"
Put into dict "datas" these:
"type": {
"bottom": "down",
"top": "up",
"double": "*"
}
Very important! Alias must be same as MC blockstate
In the VS id it must be in upper case

If you put symbol "*" in your VS id, these block will not be converted

 

You can find example in archive. It replaces every MC stone block to VS oak planks and reverses directions of blocks with state "facing"

You will also find a copy of the default conversion file there for review

 

Developed for VS server Arkona

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v1.1.1-b-linux
196 Jan 3rd 2023 at 7:48 PM Show MCtoVS_converter-linux.zip
v1.1.1-b
177 Jan 3rd 2023 at 7:47 PM Show MCtoVS_converter.zip
v1.1.0-b-linux
177 Aug 29th 2022 at 8:28 PM Show MCtoVS_converter-linux.zip
v1.1.0-b
215 Aug 29th 2022 at 8:27 PM Show MCtoVS_converter.zip
v1.0.0-b
162 Aug 29th 2022 at 2:04 PM Show MCtoVS_converter.zip

1 Comments (oldest first | newest first)

💬 NiclAss, Oct 1st 2022 at 12:08 PM

Hey really like your Mc schematics converter mod do you still update him bcs some blocks are not converting to the correct vs one and some are missing? Is that project open source by any chance?

(edit comment delete)