Started by snicktrix on Mon, 07/31/2023 - 15:26 Topic category: Help with Minecraft modding (Java Edition) I need infection block, how do i do it Jump to top Edited by snicktrix on Mon, 07/31/2023 - 15:32 Hello!Go in "Advanced properties" on your block and enable Tick randomly. Then go in triggers and create an update tick procedure. Inside the procedure, create 3 number local variables, and follow this tutorial image: [Image] Replace the green block with the block you want to be corrupted, and the red block with the corruption block. Hope this helps! Jump to top Permalink Log in or register to post comments but what if i want to corrupt any block except air? do i do like get block at (the things) not = to air do? Jump to top Permalink Log in or register to post comments
Hello!Go in "Advanced properties" on your block and enable Tick randomly. Then go in triggers and create an update tick procedure. Inside the procedure, create 3 number local variables, and follow this tutorial image: [Image] Replace the green block with the block you want to be corrupted, and the red block with the corruption block. Hope this helps! Jump to top Permalink Log in or register to post comments
but what if i want to corrupt any block except air? do i do like get block at (the things) not = to air do? Jump to top Permalink Log in or register to post comments
Hello!
Go in "Advanced properties" on your block and enable Tick randomly.
Then go in triggers and create an update tick procedure.
Inside the procedure, create 3 number local variables, and follow this tutorial image:
[Image]
Replace the green block with the block you want to be corrupted, and the red block with the corruption block.
Hope this helps!
but what if i want to corrupt any block except air?
do i do like get block at (the things) not = to air do?