Thanks for the fast reply been scratching my head for ages about this i know the repository isn't correct my smartgit wasn't pushing the workspace and wanted to get this working
The tutorial is by https://www.youtube.com/channel/UCUAawSqNFBEj-bxguJyJL9g
When ever the block is broken without a tool it doesn't call the command getItemDropped
code can be found here https://github.com/paranormalryno/SimpleFurnace
I've added a enchantItem method in my container which now sends the command to open or close the gate and added the sendEnchantPacket under the actionPreformed sending the windowID and buttonID but im getting a NullPointerException. I not sure if I'm doing it correct but after looking at the enchantment GUI and Container class that's what I came up with.
I have looked into packets and got the basics up but im stuck with how to sync the button press with the server.
I have updated the github with the Packet Handler and Message class.
Hello.
I've created a custom rendered gate that open and closes with a gui button but it seems to open and close other gates in your view.
I have looked at my code and cant see where im going wrong.
I have all my code available on github https://github.com/paranormalryno/Test-Mod
Thanks.
Hi all.
I want to make a machine that instead of burning items it damages the item and processes the output.
I'm currently coding for 1.6.4 any help would be greatly appreciated.
Thanks.
Hi
I have updated my mod to forge 7.1.1:650 but the crop textures no show if i remove the files from the texture folder is show in the folder i can not find them and when i add them back still no luck.
Here is my crop class: