Help for my mod

Started by Someone234 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help for my mod

Hello, i want to make an vanilla block drop an custom item when destroyed with an custom item, but i dont know how to make the prodecure. can someone help me?

Create a procedure with…
Fri, 09/03/2021 - 09:37

Create a procedure with global trigger "when a block is broke". Detect what black is and item in main hand and put the procedure "remove block at" and "spawn item at" 

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you, i understand, but…
Fri, 09/03/2021 - 10:51

Thank you, i understand, but where can i find the blocks that define the item and minecraft block?

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I mean, how do i get the…
Fri, 09/03/2021 - 10:52

I mean, how do i get the prodecure to detect the item and the block?