OSCCraft

OSCCraft is a modification to the game Minecraft that output Open Sound Control messages for specific player and block-related events. OSCCraft was build using the 1.7.10 build of Minecraft Forge.

Source and compiled mod .jar files can be found on github at:

         https://github.com/robertkhamilton/osccraft

Output namespaces for the initial release include:

  • /osccraft/block/add (x,y,z,block_type) iiis
  • /osccraft/block/remove (x,y,z) iii
  • /osccraft/player (x,y,z,pitch,yaw,player-id,event-id)
  • /osccraft/block/destroyed iiiiii
  • /osccraft/block/placed fffii
  • /osccraft/block/hit iiiiiii

Credits:

Java Programming: Rob Hamilton