Procedure "If" get block X Y Z not working fully, or i am stupid xd

Started by RealVendomil on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 08:40, 23. Sep 2022
Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure "If" get block X Y Z not working fully, or i am stupid xd
Wed, 03/17/2021 - 14:09 (edited)

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:

https://youtu.be/bkk9iEzUhg4

Image of procedure "When bullet hits block"

https://imgur.com/l3DpjDW

Edited by RealVendomil on Wed, 03/17/2021 - 14:09
Last seen on 04:12, 18. Apr 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i have this problem to, i…
Thu, 03/18/2021 - 23:22

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

Last seen on 07:57, 6. Jun 2021
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
its bcease of the entity…
Sat, 04/03/2021 - 14:02

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

Last seen on 07:57, 6. Jun 2021
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
( by the way i had this same…
Sat, 04/03/2021 - 14:03

( by the way i had this same problem with sphere generating and solved with this method so, it should work :D )

Last seen on 08:40, 23. Sep 2022
Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found a fix. It's work…
Sat, 04/03/2021 - 18:59

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