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.

Anon10W1z

Forge Modder
  • Joined

  • Last visited

Everything posted by Anon10W1z

  1. Do you plan on having the mod work on servers? If so, you need proxies.
  2. Do not worry; it will always tell you which bus to use, in the Javadoc.
  3. Is it possible if he uses the data watcher instead?
  4. Eclipse doesn't have a decompiler...and there is no source code attachment. Use IntelliJ or look up how to use MultiWorld.
  5. Just about sums up your Java knowledge...
  6. Could you give me an example of how this could be achieved? What you want to do is create a class implementing IRecipe. Fill in the methods appropriately. Check all conditions under the matches() method and return false if any of your conditions are false. Return the crafting result under getRecipeResult(). See net.minecraft.item.crafting for more details. EDIT: Forgot the most important part: register your recipe using GameRegistry.addRecipe(new YourIRecipe());
  7. Look at ItemBow and see what it passes as the 3rd argument.
  8. Use an IRecipe. That way the result won't show unless are requirements are met.
  9. Stop the hate train. This is an OK mod. Side-note: Are you a Seahawks fan? Why so mad?
  10. Did you install FML or Forge?
  11. Are you using FML or Forge?
  12. Or if and ONLY IF the ID never changes, feel free to use Item.getItemById(4767).
  13. This is 1.8...
  14. Copyright 2014?
  15. To add onto Mitchellbrine's comment, add dependencies = "after:*" replacing * with the mod ID you want the item from, to your @Mod declaration in the main mod class.
  16. Blocks.wool.setResistance(whatever); Blocks.fire.setFireInfo(Blocks.wool, 0, 0);
  17. world.setBlockToAir(x, y, z) This is getting very annoying. I see you code Tile Entities and you can't even set a block to air now...
  18. When in doubt, there's @Override
  19. ...why don't you extend ItemBlock?
  20. Did you initialize/register your furnace blocks?
  21. Go here for more information. http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2342595-craft-v2-2-2-a-simple-vanilla-enhancing-mod
  22. But the fishing properties are on the server side. Use packets. Sorry if I screwed up again.

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.