Skip to content

Commit

Permalink
Revert bedrock entity overriding change
Browse files Browse the repository at this point in the history
(It created duplicates on model ID change)
  • Loading branch information
JannisX11 committed Dec 16, 2023
1 parent eeae5d2 commit c891ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/io/formats/bedrock.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit c891ca0

Please sign in to comment.