Jump to content

AlvinB

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

AlvinB's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thanks so much! Your solution worked. Guess it's my own fault for just trying to use the same build.gradle...
  2. First off, I just want to apologize if I posted this in the wrong section.. it does say "No support requests". but the forum linked said "No modder support".. so I am slightly confused as to where to post this. But anyhow, here's my issue: So I am trying to update my mod from 1.9 to 1.9.4 and I am running into some issues when trying to execute setupDecompWorkspace. Gradle spits out an incredibly vague error and doesn't setup my workspace.. any help? Log of gradle when running gradlew setupDecompWorkspace --stacktrace: http://i.imgur.com/ImstcBI.png and http://i.imgur.com/1xqvdZS.png and here is my build.gradle: and these are the files I have in my mod directory: http://i.imgur.com/DUuikeJ.png
  3. Managed to get it working. Thanks a bunch! AlvinB
  4. I am currently making a mod which is taking the block that a user sees and uses that to give the user an item. I have understood how to get the coords for the block in question, and how to get the ID of this block in question via the iblockstate.getBlock() method, but I can't for the life of me figure out how this is supposed to be done with meta data. So, my question is, How do I get a blocks meta data value using the coordinates of the block in question? Thanks in advance! AlvinB
×
×
  • Create New...

Important Information

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