Topic category: General discussion
Hi good afternoon.
I have a notebook with win10.
have Minecraft 7.10 installed.
mcreator (1.7.10) was installed and can create blocks that work well. Now I wanted to test mcreator with the arduino:
https://mcreator.net/wiki/mcreator-arduino
have these two script taken for the block to keep sc:
-------------------------------------------------- -----------------------------
String msg = "on";
try {
java.net.DatagramSocket socket = new java.net.DatagramSocket ();
socket.send (new java.net.DatagramPacket ((msg + "" + (char) 13) .getBytes (),
.getBytes (msg + "" + (char) 13) (). length,
java.net.InetAddress.getByName ( "127.0.0.1") 5050));
socket.close ();
} catch (Exception e) {}
-------------------------------------------------- -------
String msg = "off";
try {
java.net.DatagramSocket socket = new java.net.DatagramSocket ();
socket.send (new java.net.DatagramPacket ((msg + "" + (char) 13) .getBytes (),
.getBytes (msg + "" + (char) 13) (). length,
java.net.InetAddress.getByName ( "127.0.0.1") 5050));
socket.close ();
} catch (Exception e) {}
-------------------------------------------------- ---------
"mcreator to arduino connector" is ok with "port 6".
but no data will be sent "udp> com" and
"com> udp" indicate nothing.
There are no serial data on the arduino.
Thank you.
greeting
complement :
Redstone on is "on-script" and Redstone off is "off-script"
greeting
We are working on a new API for Arduino so stay tuned. It will fix all these issues.
Meanwhile, you can find a lot of troubleshooting ideas on this page: https://mcreator.net/tracker/issue/43463
------------------------------------------------------------------------
We are working on a new API for Arduino so stay tuned. It will fix all these issues.
------------------------------------------------------------------------
hi, I'm an oldmen German, 70 years
I understand it.
I'm glad when I read that they work on it.
Thank you.
where can you then please download the update?
Thank you.
Merry Christmas.
hello klemen, thanks.
greeting
The update is not available yet, we will announce it on our social networks and this website when it will be released.