ensure that merge from master upwards is correct
leijurv opened this issue ยท 3 comments
see @ZacSharp 's questions here #3771 (comment)
another: #3771 (comment)
When migrating from mcp to mojmap CarpetBlock
was replaced with WoolCarpetBlock
in e6d8b26. On 1.16.5 that's exactly what the mappings say: CarpetBlock
in mcp is net/minecraft/class_2577
in intermediary and WoolCarpetBlock
in mojmap.
However on 1.17.1 there's also CarpetBlock
, which is the superclass of WoolCarpetBlock
and is also used for moss carpets and is net/minecraft/class_2577
in intermediary. Shouldn't we be using that one instead?