We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The deprecated VillagerTypeHelper.register method uses new Identifier(id.toString()) rather than id:
VillagerTypeHelper.register
new Identifier(id.toString())
id
fabric/fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/api/object/builder/v1/villager/VillagerTypeHelper.java
Lines 57 to 60 in 65c120e
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.
The text was updated successfully, but these errors were encountered:
Its almost not worth the effort to fix this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The deprecated
VillagerTypeHelper.register
method usesnew Identifier(id.toString())
rather thanid
:fabric/fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/api/object/builder/v1/villager/VillagerTypeHelper.java
Lines 57 to 60 in 65c120e
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.
The text was updated successfully, but these errors were encountered: