We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1de934 commit 8011ebbCopy full SHA for 8011ebb
src/systems/datapackCompiler/index.ts
@@ -560,7 +560,7 @@ async function generateRootEntityPassengers(
560
.set('item', item)
561
.set('item_display', new NbtString(node.item_display))
562
563
- if (compareVersions(version, '1.20.4') /* <= 1.20.4 */) {
+ if (!compareVersions(version, '1.20.4') /* <= 1.20.4 */) {
564
// `Count` does not default to 1 in 1.20.4.
565
item.set('Count', new NbtInt(1))
566
break
0 commit comments