Jump to content

Gaminator

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Gaminator

  1. If you're not here to help, you can go away Draco.
  2. Well, I found that : public class BlockStairs extends Block { private static final int[][] field_150150_a = new int[][] {{2, 6}, {3, 7}, {2, 3}, {6, 7}, {0, 4}, {1, 5}, {0, 1}, {4, 5}}; private final Block field_150149_b; private final int field_150151_M; private boolean field_150152_N; private int field_150153_O; private static final String __OBFID = "CL_00000314"; Which I believe sets the block bounds.. But I don't know what to put instead of "field_150149_b" and so on .. Can someone help me ?
  3. Thanks a lot, I'll try these tutorials But for the BlockStairs class I peeked a little bit on it and didn't find anything interesting.. Or for what I could understand Sorry if I make errors, english isn't my primary language
  4. Hello everyone ! It's been a few weeks that I started creating a mod but I'm having some troubles right now.. I'm running Forge in 1.7.10 because "they" said it's much more easier for beginners. I created a basic mod but didn't really understand what I was doing there.. I just copied/pasted what I was seeing at that time. I don't like that, I want to understand, create things by myself ! So I looked up for Java/Forge tutorials and just learned some basic stuff.. But I'm getting troubles with Proxys, events and advanced stuff Si I wanted to know if you guys know some great tutorials that explain things well Also, I finally created my first slab and would like to create stairs but I can't find any useful codes in the referenced libraries, can you guys help me ? Thanks a lot ! PS: If you want to explain something in Java please don't use complicated words, like I said I'm a very new beginner
×
×
  • Create New...

Important Information

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