Started by
bananarang_mods
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
i wanna make throwable bombs in my mod idk how to make explode plz help
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!
ok thx :-)
Happy to help! For more modding help and tutorials subscribe to my channel at: https://www.youtube.com/channel/UC_E5uyv2y2zK5X0qWtX5gyw
but how do i make it explode where bomb lands :(
idk how to make it explode where it lands its an x y z thing idk what to put in xyz :((
wait i still need help with xyz part!! :(((((
u just take the explode and that's it
the x y z is a variable already passed down
but xyz goes in dependencies list :(
so i cant use it with x y z blocks
literally make it so 'when bullet hits block' explode at x y z with power 4 or whatever
i figured out a few weeks ago its supposed to have xyz blocks