Infectious Block Help Two

Started by CorbCat13 on

Topic category: Help with modding (Java Edition)

Last seen on 18:25, 3. Aug 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Infectious Block Help Two

Hi. I am trying to make a block that infects the neighbor block and then that block repeats the process. I succeeded, but the blocks aren't "real", meaning that if a player interacts with an infected block it will turn back into the old block. I found a forum with the exact same problem. But the Block Procedure was coded, instead of using actual procedures, so I didn't get my answer. I commented, but then realised that it was very old and that I was not likely going to get a response. So I came to this point. Here is the procedure that I'm using. 

https://drive.google.com/file/d/1SY5eX3oZsxcwFGQhTAZWvQcXc9WFoTRq/view?usp=sharing

I'm new to procedures, so if someone explains how to fix it is it possible that they could also provide a picture? 

 

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not on my PC right now, can…
Wed, 06/03/2020 - 05:04

Not on my PC right now, can you send a image of your procedure?

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
which mod element calls your…
Thu, 06/04/2020 - 07:38

which mod element calls your procedure?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
do not use the client random…
Thu, 06/04/2020 - 08:37

do not use the client random tick display trigger as it only runs on the client-side, causing unexpected errors with these types of procedures.