Started by
polakinyo
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Topic category: Help with Minecraft modding (Java Edition)
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.
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
in block entity trigers make if falls plays "stone" at x y z
it has bags