[Change] DataGen will force write references to other Tags without any error checks
This commit is contained in:
parent
d694a09cdf
commit
3e66e8e9c5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class TagDataProvider<T> extends FabricTagProvider<T> {
|
||||||
tags.sort(Comparator.comparing(a -> a.location().toString()));
|
tags.sort(Comparator.comparing(a -> a.location().toString()));
|
||||||
|
|
||||||
locs.forEach(builder::add);
|
locs.forEach(builder::add);
|
||||||
tags.forEach(builder::addTag);
|
tags.forEach(builder::forceAddTag);
|
||||||
}, (tag, loc) -> shouldAdd(tag.location()) || this.shouldAdd(loc));
|
}, (tag, loc) -> shouldAdd(tag.location()) || this.shouldAdd(loc));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue