Help for my mod

Started by Someone234 on

Topic category: Help with modding (Java Edition)

Last seen on 13:48, 5. Sep 2021
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?

Last seen on 13:14, 23. Mar 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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" 

Last seen on 13:48, 5. Sep 2021
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?

Last seen on 13:48, 5. Sep 2021
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?

 

Last seen on 13:14, 23. Mar 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"Get block at" and "item in…
Fri, 09/03/2021 - 19:20

"Get block at" and "item in main"