A block is broken not replacing

Started by GremJax on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
A block is broken not replacing

I'm trying to make it so where when any block is broken it replaces one of the vanilla blocks with its broken version, and when broken with different tools it replaces it with different blocks. The entire procedure doesn't work though. The stone doesn't even replace at all, nothing drops properly, and when I break logs it skips the stripped version and just goes straight to the modded broken version. I've tried a whole bunch of stuff and none of it seems to work. Can anyone help?

https://imgur.com/a/kPuPUhw 

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have similar problem
Thu, 06/13/2024 - 19:44

I have similar problem

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I fixed it. The problem was…
Fri, 06/21/2024 - 06:45

I fixed it. The problem was that I was checking for the current block at xyz, which was always air because the block was just broken, instead of using the provided blockstate

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you show me the…
Sat, 11/30/2024 - 11:11

Can you show me the procedure?