• 0

    posted a message on [1.7 & 1.8] TheXFactor117's Forge Modding Tutorials | 20+ Tutorials | Actually Learn How to Make Mods!
    Quote from TheXFactor17»

    You can't find the item by searching it in the Creative Tab? You could try setting a temporary creative tab for the item. In your item's class file, add this line of code under "super();": setCreativeTab(CreativeTabs.tabMaterials);

    See if that will fix it.
    I'll post one or two tutorials Sunday. I've been soaking up my time off of work and school and spending time with family for the past week.

    Ah yes, that did the trick. Thank you. Looking forward to more tutorials.
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on [1.7 & 1.8] TheXFactor117's Forge Modding Tutorials | 20+ Tutorials | Actually Learn How to Make Mods!
    Hello, I have gone through your tutorial all the way to the testing phase and I can't find "item.FirstMod.name" (I called my item FirstMod) in the creative inventory. I changed the name of my item and then tested it again, but when I tried to load up the same world as before, it said that there was an item saved to that world that isn't there now (I assume that it was the item with a different name) so I think that it worked fine even though it was not visible. Sorry if that was confusing, but I am wondering if it's fine that I can't see even see the name in game.

    Also, there is a line of red words at the bottom of the console that says, "Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release". What does this mean? And is it important?


    Thanks in advance.
    Posted in: Mapping and Modding Tutorials
  • To post a comment, please .