Started by
Baboobraz
on
Topic category: Help with Minecraft modding (Java Edition)
I need to check if the block is grass OR dirt, but I only know how to check if it is one of them. How can I do this? https://imgur.com/gallery/WQmpEqA
Edited by Baboobraz on Thu, 02/25/2021 - 19:32
You can use the "AND" comparison found in Logic. This is a inefficient way of doing this, but if you're only using 2 types of blocks, it is probably the best. https://www.dropbox.com/s/rxvnh0bzhtafqjr/Screen%20Shot%202021-02-25%20at%208.12.31%20PM.png?dl=0 (if the link even works)