Started by
marioroccaduca
on
Topic category: Help with Minecraft modding (Java Edition)
i am creating "gasoline" (fluid) in mcreator, i need help because i need to understand how to make it explode when:
fire collides with it or is the neighbor block of gasoline (same with lava)
it's placed in the nether
thanks ^-^
Using procedures:
On Block Tick Update
When the block of fire is in such a coordinate, Do =
Explode at x, y, z with power (choose)
The coordinate being either: [x1 y0 z0], [x-1 y0 z0], [x0 y1 z0], [x0 y-1 z0], [x0 y0 z1] or [x0 y0 z-1].
Exact! :) Sir_cookie98