I am using forge 10.13.2.1240 for minecraft 1.7.10
When i use ForgeHooks.isToolEffective or ForgeHooks.canToolHarvestBlock if i try to get the result of a diamond pick on an obsidian block it returns false but it should return true...
It's the only block that gives me problems, with the others it works fine
Thanks in advance
It works! Partially...
Now I have two big problems:
- the gui is rendered darker than the .png file: https://imgur.com/gallery/yA2oPuu
- When i try to put the item in the inventory it disappears and if i close and reopen my bag, the item comes back in the starting slot
How can i create a backpack? I alredy know how to open a GUI from an item right click, but i want to open a container too so i can store items inside the item backpack.
Sorry for my bad english and thanks in advance!