1.20.5-1.21 - Prioritize mineable material when multiple matches are found to fix problem of wrong dig time computation#71
Conversation
…iple matches are found to fix problem of wrong dig time computation
|
Built and ran the generator locally against 1.21.11 with this branch — fixes the failure mode I documented in PrismarineJS/minecraft-data#1193 (where extremeheat pointed out the durable fix belongs in the generator, not in patched output). Whole-file count of
The symptom reproduces across 1.20.5 through 1.21.11; this PR only touches Will close PrismarineJS/minecraft-data#1193 once this lands. |
|
Fix implemented on 1.20.5 and higher versions |
|
The material system is old / outdated and isn't correct way to compute block information anymore, we just have it for compatibility reasons But for now we can merge to keep current system working |
|
Thanks |
Fix implemented and tested only on 1.21.11. Looks like digTime became right. Please tell me if something wrong with this implementation and i don't see it.