Started by
RealVendomil
on
Topic category: Troubleshooting, bugs, and solutions
I make a Ranged Item and Block "Explosive Barrel" and when bullet hits barrel, will explode, Works fine when bullet hits north side of barrel...
Video:
Image of procedure "When bullet hits block"
Edited by RealVendomil on Wed, 03/17/2021 - 14:09
i have this problem to, i created a laser gun that is used to mine blocks, but block drops only when facing a certain face of the block
its bcease of the entity coordinates, try using
If get block at x+0.5 y+0.5 z+0.5
Tell me if it works :D
( by the way i had this same problem with sphere generating and solved with this method so, it should work :D )
I found a fix. It's work only bounding box lower then x16 ,y16 ,z16 use on procedure the new 2021.1 Preview new "BlockPos" new
https://github.com/MCreator/MCreator/issues/1061