[Issue] Some blocks don't break witht the correct speed or sound
INooBTooMuch opened this issue ยท 3 comments
Minecraft Version
1.18.2
Modloader
Forge : 40.1.92
Mod version
1.4.2-build.9+mc1.18.2
Repeatable?
- Yes
Link to log files
I don't think is needed
Steps to reproduce the issue
- Break any of the mentioned blocks (x1-x9)
Description of the issue you are having
(All of the blocks are meant to be the x1 compressed to x9 compressed versions)
- Dirt and Red Sand don't break fast using a shovel.
- Snow, Dirt, Clay, Copper, Diamond, Gold, Emerald, Gravel and Netherite don't have the correct sound when placing/breaking
- The mining speed of Netherite is not the same as vanilla Netherite block
Information
- I have provided as much information as possible
I should say that I think Diamond, Emerald, Gold have a more deep breaking/placing sound than they should like stone.
Although I might be wrong...
I've also noticed this too. I've made a separate fork for a private modpack my friends and I are playing that fixes this. I couldn't figure out getting the json loading to work correctly so it just uses the default blocks.
Essentially the issue boils down to the dev using "categories" for the blocks, some of which have the same name so on first load it works fine, but reading from the json causes errors. Furthermore, the dev sets the destroy time of all the blocks to 1.5, even obsidian. Regular obsidian has a destroy time of 40
My fork just updates the categories to add more, plus allowing each category to take in an explosion resistance and destroy time value.