Posted 01 September 2012 - 11:40 AM
Hi, ive written a Building Program for the Mining Turtle and like to know if its possible to get the BlockID's from the Blocks inside the Turtles Inventory?
My Prog is based on layout files wich you can create with my editor. And i like the turtle to place the right blocks as in the Layout provided and not just every block he got in his Inventory.
the format of those files are:
<BlockID>,<BlockID>,<BlockID>,<BlockID>
<BlockID>,<BlockID>,<BlockID>,<BlockID>
<BlockID>,<BlockID>,<BlockID>,<BlockID>
As you can see i would need a function to check the BlockID of the Blocks in the Turtles inventory, so I can let him place the correct blocks.
Is there a Mod, Addon, API or anything wich can achive this?
Sadly I cant write Minecraft mods my self or extend the turtles capabilitys. Because I somehow dont get the Decompileing and Recompileing to work. And also I have no experience at all in Modding Minecraft.
Thanks Chain
My Prog is based on layout files wich you can create with my editor. And i like the turtle to place the right blocks as in the Layout provided and not just every block he got in his Inventory.
the format of those files are:
<BlockID>,<BlockID>,<BlockID>,<BlockID>
<BlockID>,<BlockID>,<BlockID>,<BlockID>
<BlockID>,<BlockID>,<BlockID>,<BlockID>
As you can see i would need a function to check the BlockID of the Blocks in the Turtles inventory, so I can let him place the correct blocks.
Is there a Mod, Addon, API or anything wich can achive this?
Sadly I cant write Minecraft mods my self or extend the turtles capabilitys. Because I somehow dont get the Decompileing and Recompileing to work. And also I have no experience at all in Modding Minecraft.
Thanks Chain