Revert bedrock entity overriding change

(It created duplicates on model ID change)
This commit is contained in:
JannisX11 2023-12-16 17:34:22 +01:00
parent eeae5d28f5
commit c891ca0652

View File

@ -1137,7 +1137,7 @@ var codec = new Codec('bedrock', {
return;
}
}
if (data) {
if (data && index !== undefined) {
if (Group.all.find(group => group.bedrock_binding)) {
data.format_version = '1.16.0';