Custom block that you can eat in weird shapes, like the cheese in the april fools snapshot

Started by supers4 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom block that you can eat in weird shapes, like the cheese in the april fools snapshot

I want to do something like the cheese from the moon in the april fools snapshot this year, where you can eat it into half slabs, stairs and weird shapes (if you played the April fools snapshot you know what I mean). Is it possible to do so with a custom block? I think I have to do multiple stages for all possible situations, but if I do so, how do I check which quarter of the block the user is clicking?

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would suggest detecting…
Wed, 07/05/2023 - 03:39

I would suggest detecting where the player is relative to your block, to figure out what direction they are clicking from.