Jump to content

Gaminator

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Gaminator

  1. 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 ? :-\

  2. 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 

    :D

    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 ! 

    ;D

    PS: If you want to explain something in Java please don't use complicated words, like I said I'm a very new beginner 

    :P

×
×
  • Create New...

Important Information

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