Voxelers / mcthings

A Python framework for creating 3D scenes in Minecraft and Minetest
Apache License 2.0
57 stars 10 forks source link

Test that McThings works with MC 1.16.1 #130

Closed acs closed 3 years ago

acs commented 3 years ago

It is just to start a server with this versiom. 1.16.1, deploy the last version of the Raspi API and test that it is working.

In any case remember that the ideal scenario for creating with McThings is 1.12.10 to avoid the legacy layer which introduces some issues.

acs commented 3 years ago

Ok, the test is pretty easy. Just install the plugin in the 1.16.1 deployment, start the server and cross the fingers :)

root@mcthings:~/plugins# mv ../raspberryjuice-1.12.1.jar .

Next, I rebooted the server to check that the startup process is ok.

[14:20:44] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[14:20:47] [Server thread/WARN]: Legacy plugin RaspberryJuice v1.12.1 does not specify an api-version.
[14:20:48] [Server thread/INFO]: [RaspberryJuice] Loading RaspberryJuice v1.12.1
...

Coil, probably it is working.

acs commented 3 years ago

Yes, it is working:

vox