Capture Net

Started by Ultadoer on

Topic category: General discussion

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Capture Net

Is it possible to create a net that can capture certain mobs?

Joined Jul 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
With MCreator (nearly)…
Tue, 05/08/2018 - 06:28

With MCreator (nearly) anything is possible. You just need the right level in skill with either using Mcreator's tools or the built in code editor. One way to do this is possible a procedure that activates when a entity is hit with a projectile which makes them have such a high slowness affect they do not move and then using a lead on them (or a more advanced alternative if you think your up to it.)

Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Depends if you are looking…
Tue, 05/08/2018 - 17:56

Depends if you are looking for water net that is similar to one from Water Strainer mod than It might be possible

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well I should phrase this…
Tue, 05/08/2018 - 19:20

Well I should phrase this better, how do I make it so that when a player kills a mob with a certain item, it gives said player a certain item?

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You might need to make a mo…
Tue, 05/08/2018 - 20:28

You might need to make a mo without a mod creator to do that.

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Then how do I have an entity…
Tue, 05/08/2018 - 21:55

Then how do I have an entity drop at maximum one of a specified item?

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hey ultadoer, as of your…
Tue, 05/08/2018 - 23:00

hey ultadoer, as of your second question, you can do the events:

when entity is killed

then If player has in hand (item)

do stacked event:

 - remove (item) from inventory

 - add item to inventory (or spawn gem at xyz, the one you prefer)

 

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hey, events arent a thing…
Tue, 05/08/2018 - 23:06

hey, events arent a thing anymore bro