作者:rebot | 分类:模组
Minecraft 版本: 1.21.11
平台: fabric
标签: game-mechanics optimization utility
A lightweight Fabric mod for crystal PvP. Instantly places crystals on obsidian/bedrock with zero delay using direct packets. Allows 2 attacks per tick (1 if ping <50ms) on crystals by removing entity client-side after first hit.
Note:
This mod contains an opt out packet;
This method if: you as a server want to "intercept" / recieve the packet.
_public static final Id ID =
new Id<>(Identifier.of("crystaloptimizer", "optout"));
If as a server you want to send a packet to disconnect, identifier =
public static final Id ID =
new Id<>(Identifier.of("crystaloptimizer", "server_opt_out"));
请登录后举报
暂无评论,抢个沙发吧~