mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[GH-ISSUE #24] [Minecraft-Modrinth]Issue with Fixes #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ConsoleGods on GitHub (Dec 20, 2025).
Original GitHub issue: https://github.com/pelican-dev/plugins/issues/24
Search feature not working correctly
FIx
From:
public function getModrinthProjects(Server $server, int $page = 1, ?string $ = null): arrayTo:
public function getModrinthProjects(Server $server, int $page = 1, ?string $search = null): arrayFrom:
return cache()->remember("modrinth_projects:{$projectType->value}:$minecraftVersion:$minecraftLoader:$page", now()->addMinutes(30), function () use ($data) {To:
return cache()->remember("modrinth_projects:{$projectType->value}:$minecraftVersion:$minecraftLoader:$page:" . ($search ?? 'all'), now()->addMinutes(30), function () use ($data) {@coderabbitai[bot] commented on GitHub (Dec 20, 2025):
📝 CodeRabbit Plan Mode
Generate an implementation plan and prompts that you can use with your favorite coding agent.
Examples
🔗 Similar Issues
Possible Duplicates
👤 Suggested Assignees
🧪 Issue enrichment is currently in open beta.
You can configure auto-planning by selecting labels in the issue_enrichment configuration.
To disable automatic issue enrichment, add the following to your
.coderabbit.yaml:💬 Have feedback or questions? Drop into our discord or schedule a call!
@Boy132 commented on GitHub (Dec 20, 2025):
Update your plugin, this has already been fixed.