Jump to content

SuperKamiCatbug

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by SuperKamiCatbug

  1. Hey all, I'm new to modding in minecraft, and have started following the tutorials at orangetutorial.com to get started with some basics. Originally, I started using eclipse since I have used it before, and got about as far as making a basic, barebones mod. About all I had changed on my own was fiddle with the mcmod.info file, and the changes were there when I launched minecraft through eclipse. But after seeing some videos I decided I wanted to give Intellij a try. I got things set up and made sure things could compile and run, then continued on with the tutorials which went into adding a block to minecraft, and giving it a texture and a name. After adding the code described in the tutorial and running minecraft, the block was added, but still with an unlocalized name and no texture, though my texture file and lang file were where they needed to be, and were being put into the proper place in the build directory. At this point I also noticed that the changes I made to the mcmod.info file were also not being recognized. Out of curiosity, I tried compiling a jar with gradlew build and dropping it into the mods folder like I would any mod, outside the dev environment. Done this way, the block had a name and texture, and I could see my mcmod.info changes, so it seems that minecraft in the dev environment isn't able to read in resources properly. Does anyone know how to fix this? Thanks!
×
×
  • Create New...

Important Information

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