Block won't be solid

Started by Senju on

Topic category: Help with MCreator software

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block won't be solid

Hello, im new to Mcreator and have basically no knowledge about coding. Im trying to make a furniture mod and I created a chair and a table. I made it that when you leave the seat the seat will test if the blocks around it are solid and teleport you to the next free block. When I created a table I changed the transparency type to solid, but the seat won't recognize it and teleport me anyway right into it if its right in front of the chair. 

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
instead of checking for a…
Mon, 11/03/2025 - 16:09

instead of checking for a solid block check for air, and if no spots are available teleport them into the chair as a last resort, but before that also check the corners, like +x and +z or +x -z and such similar to beds.