I want to create a black hole that sucks in an entity

Started by beleine on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 months ago
Joined Feb 2021
Points:
558

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
I want to create a black hole that sucks in an entity

I want to create a black hole that sucks in an entity.
However, the calculation is too difficult and I am in trouble.
Please tell me how to make it and the procedure.

Active 3 weeks ago
Joined Dec 2020
Points:
681

User statistics:

  • Modifications: 5
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 92
I have a procedure for this,…
Fri, 09/10/2021 - 07:39

I have a procedure for this, if you would like it. 

First, make a custom entity called "BlackHole" or something and make a model of a black cube, changeable to your satisfaction. Give it no AI and no natural generation, make it an undefined mob type and no collision box. Then, you can apply the procedure i have to it in order to make it suck entities in, however - I am clueless about blocks, so I apologize.

Active 7 months ago
Joined Feb 2021
Points:
558

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
I want to inhale only the…
Fri, 09/10/2021 - 12:30

I want to inhale only the entity

Active 1 year ago
Joined Feb 2020
Points:
602

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
It would be nice
Sat, 09/11/2021 - 13:35

It would be nice

Active 4 months ago
Joined Nov 2021
Points:
395

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Good Morning, Is this…
Thu, 11/04/2021 - 07:13

Good Morning,

Is this procedure still available? I now have a similar problem, which also has to do with a black hole. Since I have no real idea of the matter, and you have something already ready, I wanted to ask if you can link them here.

Kind regards
ValyriaDragon

Active 15 hours ago
Joined Mar 2021
Points:
933

User statistics:

  • Modifications: 3
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 444
 Make the vortex a block…
Thu, 11/04/2021 - 07:48

 Make the vortex a block model

Then use procedure on tick update and make sure to set tick to 1 or 5 depending on how you want for your block to tick.

Apply for each entity iterator and make iterator = what you want (if necessary also add only nearest one)

Once iterator at (give a range) x+3 - x+10 what you need  set iterator to x y z location then wait 20 ticks and despawn iterator

That's perfectly working

Active 1 month ago
Joined Oct 2024
Points:
6

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
no. if you want a blackhole…
Wed, 10/30/2024 - 13:35

no. if you want a blackhole creator. you need pickblock procedure trigger and find some block