-
Posts
290 -
Joined
-
Last visited
Everything posted by FireController1847
-
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
-
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
-
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
-
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/
-
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/
-
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
-
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
-
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!
-
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!
-
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
DUH I set up proxies wrong Thanks for the help, thank you so much! -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
DUH I set up proxies wrong Thanks for the help, thank you so much! -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
bump -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
bump -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
Thank you for helping me with that part, but my model is still invisible... -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
Thank you for helping me with that part, but my model is still invisible... -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
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. -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
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. -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
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(); -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
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(); -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
I just edited it with the client proxy now as well for you -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
I just edited it with the client proxy now as well for you -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
I edited my previous post with my new one, yet it still renders invisibly. -
[1.7.10] [SOLVED] Custom model is invisible
FireController1847 replied to FireController1847's topic in Modder Support
I edited my previous post with my new one, yet it still renders invisibly.