how do i make a throwable item explode (SOLVED)

Started by bananarang_mods on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make a throwable item explode (SOLVED)
Wed, 09/09/2020 - 05:25 (edited)

i wanna make throwable bombs in my mod idk how to make explode plz help

Edited by bananarang_mods on Wed, 09/09/2020 - 05:25
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
first, you create a texture…
Wed, 08/12/2020 - 11:39

first, you create a texture for your bomb, then create a ranged item and have it use itself as ammo. after that, you page forward and reduce the bullet power and make your bullet item texture your bomb texture. Then you need to create a procedure under "When Bullet Hits Block". inside the procedure, you open "world management" and click and drag the explode block into place. then, go back to your bomb and scroll to the second page, the add the "When Bullet Hits Block" procedure to the other procedures: When Bullet Hits Player" and "When Bullet Hits Living Entity". You then have a throwable bomb, enjoy!

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but how do i make it explode…
Thu, 08/13/2020 - 12:07

but how do i make it explode where bomb lands :(

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
idk how to make it explode…
Fri, 08/14/2020 - 02:36

idk how to make it explode where it lands its an x y z thing idk what to put in xyz :((

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
wait i still need help  with…
Fri, 08/14/2020 - 06:48

wait i still need help  with xyz part!! :(((((

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
u just take the explode and…
Fri, 08/14/2020 - 08:45

u just take the explode and that's it
the x y z is a variable already passed down

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but xyz goes in dependencies…
Fri, 08/14/2020 - 11:37

but xyz goes in dependencies list :( 

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so i cant use it with x y z…
Fri, 08/14/2020 - 11:54

so i cant use it with x y z blocks

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
literally make it so 'when…
Mon, 09/07/2020 - 17:34

literally make it so 'when bullet hits block' explode at x y z with power 4 or whatever

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i figured out a few weeks…
Tue, 09/08/2020 - 12:32

i figured out a few weeks ago its supposed to have xyz blocks