Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
Client-side
Creators
Details
Licensed MIT
Published 2 days ago
NoMoreServerResourcepack
English
A Minecraft Fabric mod for 1.21 that allows you to bypass server resource packs, including mandatory ones.
Features
- Bypass Mandatory Server Resource Packs: Automatically fakes the acceptance and loading process of server resource packs. Even if a server requires you to download their resource pack to play, you can bypass it, and the server will think you have accepted and successfully loaded the pack.
- Get the Resource Pack URL: When the server attempts to send a resource pack, the mod intercepts it and sends you an in-game chat message containing the direct URL of the resource pack. It also logs the URL to your console. This allows you to manually download and use the resource pack if you wish.
How it works
The mod uses Mixins to intercept network packets between your client and the server:
- It cancels the client-side disconnect if the server attempts to kick you for declining a required texture pack.
- It intercepts the
DECLINEDstatus packet sent to the server and automatically fakesACCEPTED,DOWNLOADED, andSUCCESSFULLY_LOADEDpackets with appropriate delays. - It suppresses error and failure status packets like
DISCARDED,FAILED_DOWNLOAD, orINVALID_URLfrom being sent to the server.
Installation
- Install Fabric Loader for Minecraft 1.21.
- Install the Fabric API.
- Place the
NoMoreServerResourcepack.jarfile into your.minecraft/modsfolder.
License
This project is available under the MIT License. See LICENSE.txt for more information.
简体中文
这是一个适用于 Minecraft 1.21 的 Fabric 模组,允许玩家绕过服务器发送的资源包(材质包),包括强制要求下载的资源包。
主要功能
- 绕过强制的服务器资源包: 自动伪造接受和加载服务器资源包的过程。即使服务器要求你必须下载其资源包才能游玩,该模组也能帮你绕过限制,并让服务器认为你已经接受并成功加载了资源包。
- 获取资源包下载链接: 当服务器尝试发送资源包时,模组会拦截它,并通过游戏内聊天发送一条包含资源包直接下载 URL 的消息,同时将其记录到控制台中。这允许你在需要时手动下载并使用该资源包。
工作原理
该模组使用 Mixin 来拦截客户端和服务器之间的网络数据包:
- 如果服务器因为你拒绝强制资源包而试图踢出你,模组会取消客户端的断开连接。
- 模组会拦截发送给服务器的
DECLINED(已拒绝)状态数据包,并以适当的延迟自动伪造发送ACCEPTED(已接受)、DOWNLOADED(已下载)和SUCCESSFULLY_LOADED(加载成功)数据包。 - 阻止向服务器发送诸如
DISCARDED、FAILED_DOWNLOAD或INVALID_URL等错误和失败的状态数据包。
安装方法
- 安装适用于 Minecraft 1.21 的 Fabric Loader。
- 安装 Fabric API。
- 将编译好的
NoMoreServerResourcepack.jar文件放入你的.minecraft/mods文件夹中。
许可证
本项目采用 MIT 许可证。了解更多信息,请查看 LICENSE.txt。

