Started by
GremJax
on
Topic category: Help with Minecraft modding (Java Edition)
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?
I have similar problem
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
Can you show me the procedure?