how to modify a minecraft block

Started by antony250307 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Apr 2021
Points:
509

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
how to modify a minecraft block

I want to make the minecraft trunk no longer be able to be broken by hand and that a tool is needed but I do not know how I would be very grateful to anyone who can help me

Active 1 day ago
Joined Sep 2020
Points:
1186

User statistics:

  • Modifications: 7
  • Forum topics: 17
  • Wiki pages: 4
  • MCreator plugins: 0
  • Comments: 776
Try setting up a procedure…
Wed, 04/28/2021 - 09:47

Try setting up a procedure and setting the "when a block is broken" trigger. Then build the procedure "se = get block at x y z is barrel and get item in main-hand of event target entity is NOT (custom object you made) do remove block at x y z"

Active 1 year ago
Joined Apr 2021
Points:
509

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
ok but I want to modify an…
Wed, 04/28/2021 - 20:27

ok but I want to modify an existing block in minecraft not a new block