How can I make a item place like a playing card

Started by benyboyplayz on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make a item place like a playing card

I want to make a mod that has a bunch of card games so how can I place cards off grid and have them right clicked to pick up

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make the block very flat…
Mon, 08/28/2023 - 00:35
  1. Make the block very flat using the "bounding boxes" panel. (change "Y to" to 1)
  2. If the block is right-clicked, Remove block at (x) (y) (z) and Add (item) to (Event/target entity) player inventory