no function mcreatorfor minecraft 1.7.10 with arduino

Started by funkheld on

Topic category: General discussion

Last seen on 18:03, 7. Jan 2020
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no function mcreatorfor minecraft 1.7.10 with arduino

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

Last seen on 18:03, 7. Jan 2020
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
complement :Redstone on is …
Wed, 12/26/2018 - 09:35

complement :
Redstone on is "on-script" and Redstone off is "off-script"

 

greeting

We are working on a new API…
Wed, 12/26/2018 - 12:00

We are working on a new API for Arduino so stay tuned. It will fix all these issues.

Last seen on 18:03, 7. Jan 2020
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
----------------------------…
Wed, 12/26/2018 - 13:09

------------------------------------------------------------------------

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.

Last seen on 18:03, 7. Jan 2020
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hello klemen, thanks.  …
Wed, 12/26/2018 - 13:11

hello klemen, thanks.

 

greeting

The update is not available…
Wed, 12/26/2018 - 15:03

The update is not available yet, we will announce it on our social networks and this website when it will be released.