Jump to content

Aragur

Forge Modder
  • Posts

    10
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Germany
  • Personal Text
    Learning how to mod...

Aragur's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Now, I made my own gui. But I just found a way, how to open it form a Block or an Item. How can I now open it in the MainMenu?
  2. Can somebody help me, how I can create a GUI, I miss a Tutorial...
  3. I got a NullPointerException: import net.minecraftforge.client.event.GuiOpenEvent; import net.minecraftforge.event.ForgeSubscribe; public class Core_Listener { @ForgeSubscribe public void Menu(GuiOpenEvent e){ e.gui.drawScreen(50, 10, 5f); } }
  4. Yes, but how do I add this code? With an event?
  5. Where need I to add this code? To the init or preinit section?
  6. Yes, but what's the method to create a Button or something else?
  7. Hey Guys. I searched for about 4 hours for this problem and I don't found anything... Now here is my Question: How can I edit the Main Menu (delete Buttons, edit Buttons, create new Buttons, etc.)? Please be insightful for my bad English (I'm German) and I warn you I'm a beginner ...
  8. I dont get, how I can get the name of the Item.
  9. But how do I make it? To Remove a vanilla recipe, I need to make this: removeRecipes(new ItemStack(Item.arrow)); But how do I make it for a mod recipe? The Item isn't in the Item.java. How can I do this?
  10. Hey I want to code a mod to make Crafting Recipes from this mod cheaper. How can I delete the Recipes for this mod, I only found a method to delete vanilla recipes. CODE: How can I delete the recipe of an another Mod?
×
×
  • Create New...

Important Information

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