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.

DerpyHoovesMC

Members
  • Joined

  • Last visited

  1. Hi, today I'm wondering is it possible to make an item have sword damage and shovel speed? If this is possible, then how would I go about doing it?
  2. How would I go about doing it? This is my code now: GameRegistry.addShapelessRecipe(new ItemStack(CondensedCoalChunk), [b]new ItemStack(LargeCoalChunk, 4)[/b], new ItemStack(Transformer, 1, OreDictionary.WILDCARD_VALUE)); The bolded is what I want to put 4 of it in a square
  3. Hi, I've been fiddling around with shapeless crafting and I am wondering if it is possible to use more than 1 of the same item to create something Example: Use 4 coal to make coal chunk Do I need a shaped recipe for this? Thanks in advance!
  4. I finally got it to work now. Here is the final result GameRegistry.addShapelessRecipe(new ItemStack(MagicalBiscuit, 3), new ItemStack(Magic, 2), new ItemStack(EasyBake, 1, OreDictionary.WILDCARD_VALUE));
  5. I'm pretty sure I've done that. Here is my crafting recipe: GameRegistry.addShapelessRecipe(new ItemStack(MagicalBiscuit, 3), Magic, EasyBake); new ItemStack(EasyBake, 1, OreDictionary.WILDCARD_VALUE);
  6. Thanks for answering, but I have another problem. I got it to return an item damaged with one less item, but when I go to craft it again, I can't use it (presumably because it has the damage )
  7. Sorry for posting 2 times in a row but I really need to know this: How do I make an item have crafting durability? I would look into the minecraft source, but no item has this from what I know. Thanks!
  8. Hi, I would like to know how to make a block face where you placed it, like the logs in vanilla minecraft. Thanks! c:
  9. Hi, does anyone know how to make a tree (and a sapling) and make it automagically generate? I'll just let you know that I'm very new to this incase theres anything REALLY complicated. Thanks! c:
  10. Hi, me again. This time I'm wondering how to do multiple textured blocks. I took advice from one guy and looked in the BlockQuartz.class file but I have no idea what all of these things mean. Thanks in advance
  11. Ah, thanks. I will remember that!
  12. Hi, I was wondering how to make blocks be able to be used in beacon bases. I don't know the specs or anything but it might be an @override so just tell me what the code is or whatever. Thanks!
  13. Hi, I thought this was the best place to ask this: How do I make a block give off light? Here's one thing to note, though: My block attributes are in myblock.java, instead of the main.java. (myblock is my block and main is my main mod file). It looks like this: super(Material.cloth); setBlockName("BaseBlock"); setBlockTextureName(Reference.MODID + ":" + "base_block"); setCreativeTab(CreativeTabs.tabBlock); setStepSound(soundTypePiston); //setHardness(3.0F); //setResistance(5.0F); setHarvestLevel("pickaxe", 1); // or "hoe", "spade" Thanks!

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.