Jump to content

Ms_Raven

Members
  • Posts

    106
  • Joined

  • Last visited

Everything posted by Ms_Raven

  1. In a 1.7.10 mod I made a bomb that could be thrown and explodes on impact, and it worked. However, I'm having trouble updating it to 1.8. When I throw the item after trying to update the code it crashes. (With this if it matters) I can't find anything about rendering simple thrown projectiles in 1.8 or about updating it to 1.8, and there are still pretty much no YouTube tutorials at all for 1.8 except for simple blocks and items. So I'm kind of at a loss here. Main class: Bomb item: ClientProxy: Item registry: Could someone please shed some light on why this isn't working?
  2. I know you can add lore to an item with the addInformation method in the item's class but I want to be able to do that with all my items without creating a new class for each of them. I tried this, but the item still doesn't have any extra information when hovering. Can someone tell me what I'm doing wrong?: Custom Item class "LItem" Registering a new LItem
  3. I'm trying to set up a new workspace. I did it last week and everything was perfectly fine. Haven't downloaded any system updates or anything since then. When I go into the new folder, open a command prompt there and type: gradlew setupDecompWorkspace after a minute it comes up with this: Happens with Forge 1180 (what I used earlier that worked) and also with 1230 (latest recommended). Can someone tell me why it suddenly won't let me download this stuff?
×
×
  • Create New...

Important Information

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