How to prevent a player from creating a certain item

Started by Hyrancood on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Dec 2021
Points:
556

User statistics:

  • Modifications: 0
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
How to prevent a player from creating a certain item

Hi!

I I want the player, up to a certain moment can not create an item.

How to prevent a player from creating a certain item if he has no achievement?

Active 1 year ago
Joined Jan 2022
Points:
561

User statistics:

  • Modifications: 0
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 42
Well, you could put in the…
Fri, 07/22/2022 - 00:29

Well, you could put in the crafting recipe and put in air for the output. Then you could make a separate way to make it but make the recipe only useful if you have an achievement.

Active 1 year ago
Joined Dec 2021
Points:
556

User statistics:

  • Modifications: 0
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
I thought about this method,…
Fri, 07/22/2022 - 21:32

I thought about this method, but I would still prefer to use crafting table