Test that McThings works with MC 1.16.1
acs opened this issue · 2 comments
acs commented
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
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