How to prevent custom blocks from placing on non solid or non 16 by 16 blocks

Started by Guideman on

Topic category: Help with modding (Java Edition)

Last seen on 13:08, 4. Apr 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to prevent custom blocks from placing on non solid or non 16 by 16 blocks

How to make custom blocks so that they can only be placed on solid or 16 by 16 blocks. Torch for example. Thanks in advance

Last seen on 13:08, 4. Apr 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need this to be answered…
Sat, 03/26/2022 - 03:56

I need this to be answered pls

Last seen on 12:31, 22. Jan 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make a procedure that's…
Mon, 04/18/2022 - 18:47

make a procedure that's triggered when the block is updated, check if the block below it is solid and if not then break it