Started by modbroz on Sat, 11/08/2025 - 21:10 Topic category: Help with Minecraft modding (Java Edition) How would I make block break if the block under it isn't a specific block Jump to top Someone please help mee Jump to top Permalink Log in or register to post comments what Jump to top Permalink Log in or register to post comments Some features such as this can be done with block procedures.Tags may be needed if you're using multiple different blocks under it. Jump to top Permalink Log in or register to post comments use this return true when it can be placed, and false when not Jump to top Permalink Log in or register to post comments but how would I make the procedure for if a block isn't under a grass block it can't be placed there Jump to top Permalink Log in or register to post comments if you actually meant the block being under the grass it'd be this, Jump to top Permalink Log in or register to post comments ty Jump to top Permalink Log in or register to post comments
Some features such as this can be done with block procedures.Tags may be needed if you're using multiple different blocks under it. Jump to top Permalink Log in or register to post comments
use this return true when it can be placed, and false when not Jump to top Permalink Log in or register to post comments
but how would I make the procedure for if a block isn't under a grass block it can't be placed there Jump to top Permalink Log in or register to post comments
if you actually meant the block being under the grass it'd be this, Jump to top Permalink Log in or register to post comments
Someone please help mee
what
Some features such as this can be done with block procedures.
Tags may be needed if you're using multiple different blocks under it.
use this
return true when it can be placed, and false when not
but how would I make the procedure for if a block isn't under a grass block it can't be placed there
if you actually meant the block being under the grass it'd be this,
ty