How to make blocks fly?

Started by polakinyo on

Topic category: Help with modding (Java Edition)

Last seen on 11:06, 8. Oct 2023
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make blocks fly?


hi, how could you make an effect where the blocks on the ground would fly out? as if it were an earthquake or a tornado.

Last seen on 12:42, 9. Jan 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can make entity with…
Sat, 10/14/2023 - 15:54

you can make entity with blocks texture and model and create code with

if block = stone

destroy block at x y z 

spawn entity blockStone

attemp to override motion vector event/target entity

of vx 0

vy 1

vz 0

 

Last seen on 12:42, 9. Jan 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in block entity trigers make…
Sat, 10/14/2023 - 15:57

in block entity trigers make if falls plays "stone" at x y z

Last seen on 12:42, 9. Jan 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it has bags
Sat, 10/14/2023 - 15:57

it has bags