Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Darki

Members
  • Joined

  • Last visited

Everything posted by Darki

  1. I made a block called Mixer. I tried to make a recipe where you need items that the mod also add but when I put the items in crafting table in the right order nothing happens. Here the code of the recipe: ItemStack stackRB = new ItemStack(Blocks.redstone_block); ItemStack stackt = new ItemStack(this.tryptonidCry); ItemStack stackib = new ItemStack(Blocks.iron_block); ItemStack stackb = new ItemStack(this.brantinIngot); ItemStack stackOp = new ItemStack(this.mixEl); GameRegistry.addShapedRecipe(stackOp, "ibi", "rtr", "ibi", 'i', stackib, 'b', stackb, 't', stackt, 'r', stackRB); Whats the probleme?!
  2. At the moment I making a Pipe but there is a mistake in the Code. It draws not the Core, when I am placing the pipe down there is a invisible Block. Here my Code: http://pastebin.com/3XW6CR7k Eclipse underlines Line 22 drawCore(tileentity) but I don't understand I define tile entity in Line 28. Where is the Probleme?!
  3. Hey Guys. I making a Gui Container but I don't know how can I show the mod where the slots are. I found this: addSlotToContainer(new Slot(tm.inventory, index++, 44 + k * 18, 17 + j * 18)); k is the height and j the weidth. I have 2 * (1*3) slots but how can I say the mod where the slots are?! And what mean the numbers (pixels?)?
  4. 10 Minutes ago I would like to work on my Mod and then I see that the ForgeSrc1.8.java and Start.java is missing....what can I do?!
  5. Hey Guys. I have another question. I make a mod in the 1.8 and I would like to add some liquids and gas... But how can I do this? I know that I need a Block where you can go through for the Gas but how can I do this? And how can I do liquids? And how can I do a tank where you can save the liquids? Last question is: I would like to add an Armor, when you wear all parts of the Armor you get fire resistance...how can I do this?
  6. Hey Guys, I have two questions. At the moment I make a mod called Chemical Mixture. In this mod you can be a Chemist - so the name. But I need two things. First of all the energy System. I would like to create my own energy System because I don't want to use RF or EU. So, I want to create 2 items. 1. The generator, it make energy using coal and 2. the cable, it transport the energy to this point you need the energy. Can you help me, I don't know how I can do this? The second question is about Liquid Transport Pipes. In my mod you work with Chemical Liquids and you need Liquid Pipes to transport the Liquid, who can I do this? Oh I forgot something, to make the Liquid Pipes I need 3D models, who can I create this models and who can I import the models in eclipse? Sorry for my bad english I am from Germany

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.