Kid Named Finger Title Screen (Waltuh)
**Changes the Minecraft logo on the title screen (and the menu background) to a stupid shitpost I’ve had in my mind for a while.**
Two versions are available, one for 1.20 and up, and another for 1.19 and under. Make sure you download the correct version.
[](https://ko-fi.com/nanobuntv)
Special thanks to [Ewan Howell](https://ewanhowell.com) for making the [Blockbench plugin](https://www.blockbench.net/plugins/minecraft_title_generator) that made this possible.
This work is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0)
Waliebear 16x BLUE

This 1.16.5 PVP texture pack is built for combat efficiency and performance. 🚀 It boosts FPS while optimizing your visuals for a competitive edge. ⚔️
Key Features:
Short Swords & Axes: Compact models that clear up your screen for better visibility. 🗡️🪓
Dark Mode UI: Sleek dark-gray menus to help you stay focused. 🌑
Glowing Ores: Easier to spot in dark caves. ✨💎
BedWars Ready: Custom textures for beds, resources (Iron, Gold, Diamond, Emerald), and golden apples. 🛏️🍎
Perfect for players who want a clean, high-performance look without the clutter! 🏆
Vulkan [16x]
Vulkan 16x is an awesome PvP pack with volcano-inspired colours. Every texture was designed to look good without becoming distracting during fights, making it perfect for fights. Despite the very colourful colour palette, the textures remain easy on the eyes and work well for long sessions. If you want a pack that combines strong visuals with PvP performance, Vulkan 16x delivers a stylish experience that feels great to use in every fight.
Version Numbering Converter
# VNC (Version Numbering Converter)
Version Numbering Converter (VNC) is a Java library for working with Minecraft versions across both numbering families:
– Classic Java-style versions such as `1.20.6` and `1.21.11`
– Year-based drop versions such as `24.1`, `25.4`, and `26.1.1`
It covers two use cases:
– Pure version modeling and conversion through `MinecraftVersion`, `VersionScheme`, and `MappingTable`
– Bukkit/Paper runtime detection through `VNC`, including server constants, player version resolution, protocol lookup, and version comparisons
## Highlights
– Exact historic mappings from `1.0.0` through `1.21.11`
– Drop support for current lines such as `25.4`, `26.1`, and `26.1.1`
– Protocol lookup for exact releases and published snapshots
– A runtime bridge for Bukkit/Paper with legacy-compatible constants like `SERVER_VERSION`
– String-based comparisons that correctly handle patch-sensitive boundaries like `1.20.5`
## Core API
### 1. Parse and inspect versions
“`java
MinecraftVersion classic = MinecraftVersion.parse(“1.21.11”);
MinecraftVersion drop = MinecraftVersion.parse(“26.1”);
classic.isClassic(); // true
classic.getVersion(); // “1.21.11”
classic.getProtocol(); // 774
classic.supportsHex(); // true
drop.isClassic(); // false
drop.getVersion(); // “26.1”
drop.getProtocol(); // 775
“`
### 2. Convert between numbering schemes
“`java
String dropName = VersionScheme.MOJANG.toDrop(“1.20.3”); // “23.2”
String classicName = VersionScheme.MOJANG.toClassic(“25.2.2”); // “1.21.8”
String customClassic = VersionScheme.CROA_CUSTOM.toClassic(“25.4”); // “1.22”
String customDrop = VersionScheme.CROA_CUSTOM.toDrop(“1.22.1”); // “25.4.1”
“`
### 3. Create your own mapping scheme
“`java
MappingTable table = new MappingTable()
.registerLine(30, 1, “1.50”, “1.50.1”)
.registerMapping(“1.51”, “30.2”);
VersionScheme scheme = VersionScheme.mapped(table);
scheme.toDrop(“1.50.1”); // “30.1.1”
scheme.toClassic(“30.2”); // “1.51”
“`
### 4. Resolve protocols
“`java
Integer protocol = MinecraftVersion.protocolForIdentifier(“1.20.6”); // 766
Integer snapshot = MinecraftVersion.protocolForIdentifier(“26.2-snapshot-3”);
MinecraftVersion newest = MinecraftVersion.fromProtocol(754); // 1.16.5
List all = MinecraftVersion.versionsForProtocol(767); // 1.21, 1.21.1
“`
## Bukkit / Paper runtime API
`VNC` exposes a runtime snapshot of the current server:
“`java
MinecraftVersion server = VNC.SERVER_MINECRAFT_VERSION;
String classic = VNC.SERVER_CLASSIC_VERSION;
String drop = VNC.SERVER_DROP_VERSION;
int protocol = VNC.SERVER_PROTOCOL;
double legacy = VNC.SERVER_VERSION;
boolean modernRegistry = VNC.isAtLeast(“1.20.5”);
boolean legacyCommands = VNC.isBefore(“1.13”);
boolean inRange = VNC.isBetween(“1.19”, “1.21.11”);
“`
Player version resolution uses ViaVersion when present and falls back to the server version otherwise:
“`java
MinecraftVersion playerVersion = VNC.player(player);
if (playerVersion.supportsHex()) {
// Safe to send RGB formatting to this player
}
“`
## Why use the string helpers?
`SERVER_VERSION` is still available for compatibility with older plugins, but patch-sensitive checks should prefer:
“`java
VNC.isAtLeast(“1.20.5”);
VNC.isBefore(“1.21.9”);
VNC.compare(VNC.SERVER_MINECRAFT_VERSION, “26.1”);
“`
That avoids the common limitations of comparing versions only as `double`.
## Requirements
– Java 8+
– For the Bukkit runtime helpers: a Bukkit/Paper-compatible runtime on the classpath
– Optional: ViaVersion, if you want `VNC.player(…)` to resolve the effective client version instead of the server version
VulkanMod Just for Chinese
# Hello! This translation pack for VulkanMod just for Chinese!
It is for people just need Chinese translation,it can’t support you any other problem.
It are not VulkanMod,if you need,Please go to [there](https://modrinth.com/mod/vulkanmod) for VulkanMod!
# 欢迎使用VulkanMod专属中文翻译包!✨
## 有何不同🤔
只支持中文翻译,简便实用!⚡
## 安装🔨
这是一个 资源包 文件,请放置在resourcepacks文件夹中。这通常会在游戏目录下方(开启版本隔离),也可以在游戏中的“资源包…”界面选择右下角“打开包文件夹”打开。
## 可以将其内置于整合包中吗🤨
当然,您可以将其内置于资源包中。
顺带一提,您也可以修改包文件,只是请不要将作者私自标注为您!
## 翻译不准/遇到问题🛠️
请反馈至评论区或QQ 3564937130。
VLowFire
🔥 VLow Fire PvP Pack 🔥
A clean and optimized Low Fire texture pack designed for PvP players.
⚡ About
This texture pack reduces the height of fire animations to improve visibility during combat.
Perfect for PvP, BedWars, SkyWars, Practice, Survival PvP, and competitive gameplay.
The pack keeps the default Minecraft style while making fights cleaner and easier to see.
✨ Features
- 🔥 Optimized Low Fire textures
- ⚔ Better visibility during fights
- 🎮 Smooth PvP experience
- 🧼 Clean vanilla-style design
- ⚡ Lightweight and performance friendly
- 📦 Easy to install
📌 Compatibility
- ✅ Minecraft 1.7 → 1.21.6
- ✅ PvP Servers
- ✅ Survival & Minigames
- ✅ Vanilla & Forge/Fabric compatible
🖼 Preview

📥 Installation
- Download the texture pack
- Open Minecraft
- Go to Options → Resource Packs
- Select the pack
- Enjoy improved PvP visibility
💬 Notes
This pack only modifies fire textures and is intended to provide a cleaner combat experience
without changing the overall Minecraft look.
Made for PvP players who want maximum visibility.
VividHorizons
# VividHorizons by ilb0tta (1.6.1 – 26.1.2)

⚙️ Installation guide
– Go into the **Versions** tab of this page and download the resource pack for the version that you need.
– Now put the file you just downloaded into the Minecraft’s **resourcepacks** folder, which is situated in this directory.
“`
C:UsersYOUAppDataRoaming.minecraftresourcepacks
“`
– No need to unzip or changing file structure.
– Go into Minecraft –> Options –> Go into Resource packs and apply the resource pack you’ve just put in.
## 🎁 What is the point of this pack?
This simple resource pack aims to create a better and more enjoyable experience for all Minecraft players, by changing biomes, grass and foliage (e.g. leaves) colors to make them more vivid and colorful.
Ah, and **NO MODS OR OPTIFINE NEEDED**.
## ✨ Features
– Boosted Biomes colors,
– Boosted Grass colors,
– Boosted Foliage and Dry variant colors,
– Usable with other resource pack, such as 32x ones.
– Always (or near) up to date for the latest Minecraft version!
## ❤️ Support and Questions
If you have any kind of questions or run into issues with the resource pack, don’t hesitate to leave a comment or ask a question, and I’ll be happy to help.
[Found a bug? / Report an issue. Click here.](https://github.com/ilb0tta/VividHorizons/issues)
[Have a question or suggestion? Click Here.](https://github.com/ilb0tta/VividHorizons/discussions/new/choose)
## 📖 License and more…
This pack is licensed under **ARR**, which stands for “All Rights Reserved”.
What does this mean?
This means that this work is owned by me, **ilb0tta**, and you, the user, are allowed to download and use this pack **only from official sources where it has been published by me** (such as Modrinth.com).
Any other use is **strictly prohibited**, including, but not limited to:
– Reposting or redistributing the pack;
– Modifying the pack and sharing the modified version;
– Selling any part of this work;
– Using assets from this pack in other projects.
If you have any questions or doubts feel free to contact me.
Credits
– Resource Pack made by **ilb0tta**, All Rights Reserved;
– pack.png file **© ilb0tta**, All Rights Reserved;
– VividHorizons is an original name created by **ilb0tta**, All Rights Reserved.
My Goal
My goal is to provide the community with high-quality content that improves players’ gameplay. So please, don’t steal, copy or redistribute someone else’s work. Making something with your own hands makes you feel more confident and grateful towards yourself. ❤️
## 💎 Sponsors
### NextDNS
Browse safer with **_NextDNS_**, it automatically blocks ads, trackers, and malicious sites **before they can even load**, across all your sites, apps, devices and networks, with zero hassle.
Protect your family with **built-in parental controls** and manage everything easily from a simple, **real-time dashboard**. With **encrypted DNS servers** in multiple locations, your privacy stays secure wherever you are.
[**Create an account through this link**](https://nextdns.io/?from=up775rtn) and get **_unlimited protection on all your devices_** for **just $19.99 per year!**
### HidenCloud
Need a powerful **AMD-powered DDR5 RAM** Dedicated Minecraft Hosting platform that **doesn’t break the bank**? Check out **HidenCloud**, starting at just less than **50$/YEAR** for a good MC plan. [**Try HidenCloud now with this link**](https://dash.hidencloud.com/aff/XIBLH3) to get a **5% DISCOUNT CODE** on your entire order. (And support my projects!)
NOTE: to get the discount simply click the link, scroll down and click “**set up**” a plan, then your discount code will be **already applied at your checkout!**
TIP: you can **stack** coupons!
Thank you for supporting my projects, I truly appreciate it!,
ilb0tta.
Vitelist

[My Website](https://pandadev.net)

***

Vitelist is a simple, but useful Whitelist plugin for Velocity based on UUIDs, so it does not rely on player names.
***

– Vitelist runs on [Velocity](https://papermc.io/software/velocity).
***

If you have any issues or find a bug, please remember to report it
here [GitHub](https://github.com/0PandaDEV/Vitelist/issues)
***
Check out my other projects on [my profile](https://modrinth.com/user/PandaDEV)
visual corps
Visual Crops is a lightweight resource pack that replaces the default crop textures for wheat, carrots, potatoes and beetroot. Each growth stage is more visually distinct, making it easy to tell at a glance when your crops are ready to harvest — no more guessing!
Visible Powder Snow and Cobwebs
A simple resource pack that makes Powder Snow and Cobwebs more visible by tinting them cyan.
Helps you avoid getting trapped, making it useful for both PvP and general gameplay.