Unnecessary recreation of identifiers in the VillagerTypeHelper.register method
haykam821 opened this issue ยท 1 comments
The deprecated VillagerTypeHelper.register
method uses new Identifier(id.toString())
rather than id
:
There shouldn't be any observable difference between the two arguments, but the behavior is a bit silly and seems to have been introduced in 1e232e1.