Jump to content

fatguylaughing

Members
  • Posts

    8
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

fatguylaughing's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm searching for "minecraft forge 1.8.9 create block texture". Is there a better way to be searching for this?
  2. I am following this tutorial for making my first block. I'm having trouble with the texture part. When the block is an item on the ground I see the texture, and when the block is in my inventory I see the texture. However, when placing the block in the world I get the purple and black squares. So far this is what I have for my code. http://i10.photobucket.com/albums/a139/FatGuyLaughing/2016-03-29_16.05.47.png[/img] ***SOLVED*** The tutorial above lists the file name as blockstates.tutorial_block.json which meant I had mine as blockstates.test_block.json. I changed it to test_block.json and poof it worked.
  3. I'm not able to create a package in the src/main/resources directory. I can create regular directories. Are these the same thing in Java?
  4. I'm following along bedrockminer's tutorials and I'm not 100% sure where to put my model file. I'm following http://bedrockminer.jimdo.com/modding-tutorials/basic-modding-1-8/first-item#cc-m-header-11158062923 I have src/main/resources which contains my mcmod.info but I don't have a src/resources. I wanted to double check and see where I'm supposed to put these. Based off of the word "package" I am assuming that means it needs to be in src/main/java <- as this is the only place I am able to create packages. Any help on this would be appreciated! Thanks ***SOLVED***
  5. Thanks for the info! I appreciate it greatly.
  6. I've got my environment set up and working. Now I'm trying to find a good place to start for a first mod. I figured just making a simple block. Having trouble finding this for 1.7.10. Anyone have a link to one? I'll update this if I find one prior to a response. Thanks in advance!
×
×
  • Create New...

Important Information

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