Jump to content

FireController1847

Members
  • Posts

    290
  • Joined

  • Last visited

Everything posted by FireController1847

  1. I don't feel the way that I did my Wiki would fit with this... I have no idea where to start. Edit: I could start categorizing stuff into Minecraft versions if you would like? Would you be willing to add me on Steam or Discord? Steam is FireController#1847 and discord is the link below... https://discord.gg/0xxkiR1rO4w9Esc9
  2. Yeah, I realized that the github you gave me had that like >.< Still... Nobody has tutorials about 1.9 Blocks and Items? And I think I might contribute, but how? I haven't seen any buttons on the wiki
  3. Yeah, I realized that the github you gave me had that like >.< Still... Nobody has tutorials about 1.9 Blocks and Items? And I think I might contribute, but how? I haven't seen any buttons on the wiki
  4. I'm not sure. I guess I just like to manage the way that I do it >.< And that's on Github, which I'm not fully familier with. I just think it would be nice to have a Wiki that is easy to traverse and understand. It's like saying that the link below should have contributed to the official one. Maybe he just wanted to do it his own way, you know? Still, I would like SOME tutorial to learn about 1.9 Items and Blocks, not just for the Wiki, but for me. http://bedrockminer.jimdo.com/modding-tutorials/
  5. I'm not sure. I guess I just like to manage the way that I do it >.< And that's on Github, which I'm not fully familier with. I just think it would be nice to have a Wiki that is easy to traverse and understand. It's like saying that the link below should have contributed to the official one. Maybe he just wanted to do it his own way, you know? Still, I would like SOME tutorial to learn about 1.9 Items and Blocks, not just for the Wiki, but for me. http://bedrockminer.jimdo.com/modding-tutorials/
  6. Hello! I am creating a wiki, but it's really hard to create one when you don't know what you're doing. I know how to do a couple of things in minecraft 1.7.10, but I have no idea how Items or Blocks work in minecratf 1.9. If anyone would be willing to at least lead me to a tutorial that will explain the whole process to me, thanks! And yes, GameRegistry.registerItem is deprecated. I learn best with Examples, so explaining it to me won't do much... Mainly just examples of how to do it. I have everything set up that I need. MainRegistry, Strings, ClientProxy, and CommonProxy. http://minecraft-forge-tutorials.wikia.com/wiki/Minecraft_Forge_Tutorials_Wikia
  7. Hello! I am creating a wiki, but it's really hard to create one when you don't know what you're doing. I know how to do a couple of things in minecraft 1.7.10, but I have no idea how Items or Blocks work in minecratf 1.9. If anyone would be willing to at least lead me to a tutorial that will explain the whole process to me, thanks! And yes, GameRegistry.registerItem is deprecated. I learn best with Examples, so explaining it to me won't do much... Mainly just examples of how to do it. I have everything set up that I need. MainRegistry, Strings, ClientProxy, and CommonProxy. http://minecraft-forge-tutorials.wikia.com/wiki/Minecraft_Forge_Tutorials_Wikia
  8. Yes, I probably should, but I have a modpack for 1.7.10, and most of it's mods aren't updated. But, I guess I will. I assume it's very different from 1.7.10
  9. Yes, I probably should, but I have a modpack for 1.7.10, and most of it's mods aren't updated. But, I guess I will. I assume it's very different from 1.7.10
  10. I have two questions: 1. Is there a way to direct a light to a certain direction of a block? So instead of it being fully around the brick in a whatever by whatever area, to be directed from the front of the block forward and 2. How do I make it so that the tile entity's front is facing the direction you're facing, like a sign? I'm pretty new to Forge Mod Creating, but I have figured out how to create tile entities, and get them working. I just need to have them rotate the direction your facing, so go easy on me! Thanks in advance!
  11. I have two questions: 1. Is there a way to direct a light to a certain direction of a block? So instead of it being fully around the brick in a whatever by whatever area, to be directed from the front of the block forward and 2. How do I make it so that the tile entity's front is facing the direction you're facing, like a sign? I'm pretty new to Forge Mod Creating, but I have figured out how to create tile entities, and get them working. I just need to have them rotate the direction your facing, so go easy on me! Thanks in advance!
  12. DUH I set up proxies wrong Thanks for the help, thank you so much!
  13. DUH I set up proxies wrong Thanks for the help, thank you so much!
  14. Thank you for helping me with that part, but my model is still invisible...
  15. Thank you for helping me with that part, but my model is still invisible...
  16. There are so many different tutorials about making Custom Models that I have no idea what to believe. Every single tutorial brings me to this same problem though: The block is invisible. I got it to work ONCE, and now It's not working again.
  17. There are so many different tutorials about making Custom Models that I have no idea what to believe. Every single tutorial brings me to this same problem though: The block is invisible. I got it to work ONCE, and now It's not working again.
  18. It's commented because I honestly have no idea what to do now. I was just testing it. Also, I do have @Instance. What should I do instead of what I am doing? @Instance(Strings.MODID) public static MainRegistry instance = new MainRegistry();
  19. It's commented because I honestly have no idea what to do now. I was just testing it. Also, I do have @Instance. What should I do instead of what I am doing? @Instance(Strings.MODID) public static MainRegistry instance = new MainRegistry();
  20. I just edited it with the client proxy now as well for you
  21. I just edited it with the client proxy now as well for you
  22. I edited my previous post with my new one, yet it still renders invisibly.
  23. I edited my previous post with my new one, yet it still renders invisibly.
×
×
  • Create New...

Important Information

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