Jump to content

Mattredsox

Forge Modder
  • Posts

    53
  • Joined

  • Last visited

Posts posted by Mattredsox

  1. Can anyone write a tutorial or give me an explanation of what I need to do to sign my mod.jar file.

     

    I tried signing with the jdk jarsigner to create a meta.inf, etc but I still get the message in console: The mod blah.jar expects signature null for blah.

     

    Anyways, I would love it if someone would guide me on how to properly sign and read the signature when launching minecraft.

     

    Thanks so much, I really appreciate it!

  2. Would anyone like to show me what I need to do to make a 5 by 3 crafting table?

     

    I want it to have the same .addrecipe {xxxxx, xxxxx, xxxxx} and .addshapelessrecipe

     

    It will have to have a Tile Entity as I am using Universal Electricity power for the actual crafting.

     

    Thanks. I have been messing with it and I haven't yet been successful :)

     

  3. Hey all! I am making a mod and it adds a new dimension. I have been looking for a tutorial on how to do this with the new Forge 4.x (1.3.2).

     

    If anyone could point me towards a tutorial or source to a mod that adds a new dimension I would really appreciate it.

     

    I have been debating on decompiling Twilight Forest to see how they did it, but I don't want to worry about complex code that is obfuscated.

     

    Thanks!

  4. WiP page... Still working on it :)

     

     

    Matt's Ghost Dimension (TEMPORARY NAME);

     

    Adds new dimension to Minecraft. This dimension is infested with different types of powerful ghosts. These ghosts will drop something that once you have a lot of, can make armor and tools more powerful than diamond!

     

    To-Do:

    - Dimension (I have done a little with this)

    - Textures

    - Create way to modify ghost's item drops into a workable ingot to create armor and tools out of.

    - More textures!

     

    I will slowly be attaching screenshots as the mod is developing!

     

     

    If you have any cool ideas or if you are interested in this mod please comment and tell me!

     

     

    Thanks!

  5. Hey Forge Modders! I am currently making a mod that adds a new minecart and when you right click the minecart it opens a custom chest I have coded.

     

    Inside the Entity classes I have found the interact() function with EntityPlayer. I think this is the function I need to use to open my specified Gui, Container and TileEntity.

     

    Can someone help me with how I am supposed to link the new chest files with the minecart entity?

     

    I really appreciate any help I can get!

     

    Thanks so much!

     

     

    Sincerely,

     

    Mattredsox

×
×
  • Create New...

Important Information

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