PrismarineJS / minecraft-data

Language independent module providing minecraft data for minecraft clients, servers and libraries.
https://prismarinejs.github.io/minecraft-data
670 stars 224 forks source link

Fix copper_ore having wrong hardness and resistance #916

Open MightyPiggie opened 1 month ago

MightyPiggie commented 1 month ago

Copper had a wrong value for the hardness and blast resistence (was 0). But it should have had 3 for both. This will close #538 and PrismarineJS/mineflayer#2588

extremeheat commented 1 month ago

This file isn't manually updated, it's automatically generated by our data generator (see the doc folder of this repo). Did you update this data from the data generator?

MightyPiggie commented 1 month ago

No I did not. So the generator might be wrong then. Will look into it later.