Messing with minecraft code

Started by CzebosakPL on

Topic category: User side tutorials

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Messing with minecraft code

I want to delete recipes/items/blocks from vanilla minecraft. How can i do that?

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create your own game. There…
Wed, 03/31/2021 - 15:44

Create your own game. There are no reason to want to remove blocks and items from Minecraft, as you will have to recode almost the whole game.

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Or create a procedure that…
Thu, 04/22/2021 - 07:50

Or create a procedure that checks for the item in player inventory and deletes it, I wouldn't remove it but I would "Blacklist" the item.