Throwing a bomb to explode

Started by Makarson on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Aug 2020
Points:
627

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Throwing a bomb to explode

How to make an item so that when you click on the right mouse button, the item can be thrown as a Molotov cocktail only explosion.

Mcreator 2020.2 Minecraft 14.4.4

Active 4 years ago
Joined Jan 2020
Points:
851

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
Create a ranged item, then…
Mon, 08/17/2020 - 12:15

Create a ranged item, then mess around with the stuff on the first page, but be sure to set "Item usage count" to 0. Go to the next tab and mess around, but then create a procedure (later assign it to both When Bullet Hits Block and When Bullet Hits Entity). Have the procedure, nice and simple: Explode at XYZ with power (power, TNT is 4 for comparison).

Active 4 years ago
Joined Aug 2020
Points:
627

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How do I make it possible to…
Tue, 08/18/2020 - 16:23

How do I make it possible to craft this bomb?

Active 4 years ago
Joined Apr 2020
Points:
788

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 132
With the add recipes, in the…
Wed, 08/19/2020 - 01:47

With the add recipes, in the add mod element tab.