mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-12-09 04:50:29 +08:00
Revert bedrock entity overriding change
(It created duplicates on model ID change)
This commit is contained in:
parent
eeae5d28f5
commit
c891ca0652
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user