Skip to content

Commit

Permalink
Add Pixelmon pokéball to entity desync blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Jan 8, 2024
1 parent 4fc1cc3 commit 07b5275
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ public static class EntityDesyncCategory
})
public String[] utEntityDesyncBlacklist = new String[]
{
"minecraft:minecart"
"minecraft:minecart",
"pixelmon:occupied_pokeball"
};
}
}
Expand Down

0 comments on commit 07b5275

Please sign in to comment.