pyke-lib
ModLibrary mod for my projects, Dependency for my mods
Type
Mod
Modrinth Downloads
836
Modrinth ID
4g21F1xs
Last Updated
Jul 26, 2026
Description
Library mod for my projects, Dependency for my mods
repositories { maven { url = uri("https://jitpack.io") } } dependencies { // minecraft_version: 1.21.1 modImplementation "com.github.Pyke-Lee:PykeLib:1.21.1-1.0.3" // minecraft_version: 1.20.1 modImplementation "com.github.Pyke-Lee:PykeLib:1.20.1-1.0.4" } PykeLib.sendSystemMessage(List<ServerPlayer> players, int color, String message) PykeLib.sendSystemMessage(ServerPlayer player, int color, String message) PykeLib.sendBroadcastMessage(List<ServerPlayer> players, int color, String message) PykeLibClient.sendSystemMessage(int color, String message) COLOR: RED, GOLD, YELLOW, LIME, AQUA, DARK_AQUA, BLUE, LIGHT_PURPLE, PURPLE ex) COLOR.RED.getColor() or 0xFF5555Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
Rainbow Pickaxe
hi
Zombie Antidote
This mod provides a potion that can be added to the hordes list of cures for the zombie virus
Optimized Vein Miner
Hate digging out each ore block one by one? This mod makes it so that you can mine whole veins instantly.
Missing Texture Block
This mod adds Missing Texture Block.
Expansion: More Golems
Adds new golems to Minecraft with mechanics and aesthetics that stay true to the vanilla experience
mdcdi1315's BML
Another library for supporting my multi-platform projects!!! (And possibly other projects too!)