Jump to content

ga1kokuj1n

Members
  • Posts

    4
  • Joined

  • Last visited

ga1kokuj1n's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thank you, warjort! Sorry? I'm not a profetional programmer and also I started modding just a few days ago, so I don't know every features of this framework now, and I even didn't know that there is such a method in Item class I can override. By the way, does exist a full documentation for forge instead of docs.minecraftforge.net, that describes every classes, methods etc. No doubt it's a useful documentation to introduce you to the basics of working with the system, but in my opinion it is not enough, and I would like to have some full-complete documentation instead of trying at random, reading library packages for many hours and bombarding the forum with questions about every little thing.
  2. The goal is to get power value of placed redstone dust with special item using RightClickBlock event. I need to get Block object to check is it a redstone and then "power" state value of this. How do I properly do that?
  3. Usually when I want add something into my mod, but don't know how to make it, and there is an other mod where the similar feature was sucsessfully done, I see for its source code if it's open to learn how author managed it. But now I start to think that it could be a bit unfair that I do it without any permission from the author. And here we are, I decided just to aks such a question to the community to know what do you guys think about it. P.S. Sorry if I made mistakes in my English, it's not my native and don't have a high level of it.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.