Vanilla+ TPS

**Vanilla+ TPS** — это простой и удобный мод, разработанный для просмотра данных сервера в реальном времени. С его помощью игроки могут легко отслеживать производительность сервера, используя удобные команды и интерфейс.

### Основные функции:
– **Команды для просмотра данных:**
– **/vtps bossbar** — отображает информацию о TPS (количество тиков в секунду) в виде босс-бара, что делает мониторинг производительности ещё более наглядным.
– **/tps** — предоставляет краткую информацию о TPS и задержке (ping) в чате.
– **/vtps actionbar** — выводит данные о TPS и задержке в строке действий (action bar) для удобного мониторинга в реальном времени.

### Особенности:
– **Простота использования:** Мод не требует сложной настройки — достаточно установить и начать использовать команды.
– **Информативность:** Получайте важные данные о производительности сервера в удобном формате, включая наглядный босс-бар для TPS.
– **Гибкость:** Выбирайте, как именно отображать информацию — в чате, босс-баре или строке действий.
– **Лёгкий в установке:** Мод не требует дополнительных зависимостей и легко интегрируется в ваш игровой процесс.
– **Быстрое обновление:** Мы активно поддерживаем мод и быстро выпускаем обновления для новых версий Minecraft, чтобы вы всегда могли использовать последние функции.

### Статус мода:
– **Текущий статус:** Мод находится в **бета-версии**, что означает, что он стабилен и готов к использованию, но пока что не поддерживает настройку прав доступа для команд.
– **Будущие обновления:** В ближайших обновлениях планируется добавить систему прав доступа, что позволит ограничить использование команд **/vtps bossbar**, **/tps** и **/vtps actionbar** только для администраторов или других указанных групп игроков. После этого мод будет считаться **полноценным релизом**.

**Vanilla+ TPS** идеально подходит как для администраторов серверов, так и для обычных игроков, которые хотят лучше понять, как работает их сервер. Установите мод и наслаждайтесь прозрачностью и контролем над игровой средой!

**Vanilla+ TPS** is a simple and convenient mod designed to view server data in real time. With its help, players can easily monitor server performance using convenient commands and an interface.

### Key features:
– **Commands for viewing data:**
– **/vtps bossbar** – displays TPS (ticks per second) information in the form of a boss bar, which makes performance monitoring even more visual.
– **/tps** – provides brief information about TPS and latency (ping) in the chat.
– **/vtps actionbar** – displays TPS and latency data in the action bar for convenient monitoring in real time.

### Features:
– **Ease of use:** The mod does not require complex configuration – just install and start using commands.
– **Informative:** Get important server performance data in a convenient format, including a visual boss bar for TPS.
– **Flexibility:** Choose how you want to display information – in the chat, boss bar, or action bar.
– **Easy to install:** the mod does not require additional dependencies and easily integrates into your gameplay.
– **Fast update:** we actively support the mod and quickly release updates for new versions of Minecraft, so you always have the latest features.

### Mod status:
– **Current status:** the mod is in **beta**, which means that it is stable and ready for use, but does not yet support setting access rights for commands.
– **Future updates:** in future updates, we plan to add a permissions system that will limit the use of the **/vtps bossbar**, **/tps** and **/vtps actionbar** commands to admins or other specified groups of players. After that, the mod will be considered a **full release**.

**Vanilla+ TPS** is great for both server admins and casual players who want to better understand how their server works. Install the mod and enjoy transparency and control over your gaming environment!

Void’s Weapon Enchantment Overlay

Shows melee weapon enchantments on the item:

Spears:
Blue – Knockback 1
Cyan – Knockback 2
Orange – Fire Aspect
Breeze Rod – Lunge
![blue – kb1; cyan – kb2; blaze rod – fire aspect; breeze rod – lunge](https://cdn.modrinth.com/data/cached_images/e28681d051ff2d40c65d02ea9e24dce4b9f6508a.png)

Maces:
White – Wind Burst (scales with level)
Cyan – Density
Purple – Breach
Blaze Rod – Fire Aspect
![white – wind burst; cyan – density; purple – breach; blaze rod – fire aspect](https://cdn.modrinth.com/data/cached_images/9f189ce9c83f3948a50642dda029fe1eb135d0cc.png)

Sword:
Blue – Knockback 1
Cyan – Knockback 2
Orange – Fire Aspect
![blue – kb1; cyan – kb2; orange – fire aspect](https://cdn.modrinth.com/data/cached_images/c70c849674e5f14dc5b6cd97034ce75323daf934.png)

Why these enchantments?
Breach & Density – Mutually exclusive
Fire Aspect – Damage ticks from fire block knockback; burning zombies can ignite the player
Knockback – Extra knockback isn’t always good
Wind Burst & Lunge – Involuntary movement on all attacks
All other enchants are straight upgrades

Slightly changes spears:

![changed spear GUI textures](https://cdn.modrinth.com/data/cached_images/5154afe7b00f4effc7168aaa30df68301bf19d0d.png)

Makes maces smaller: (gallery)

Feedback and support: discord – name:”silvrvr”

Vixmoyy’s No Particles

A simple resource pack that removes all particles from the game using core shaders, _even modded ones!_


### • How?
> Instead of overwriting particle textures, this pack simply tells the game not to render them at all. This results in better performance and a true no particle experience.

### • Sodium?
> You can use this resource pack with Sodium if you have the [Sodium Core Shader Support](https://modrinth.com/project/G8yJPRdl) mod installed; it may display a warning stating that it may be incompatible, although it should work just fine.

### • >1.17?
> No, it is not possible to port this to pre 1.17 versions because core shaders could not be modified through resource packs before that.

particle.fsh & particle.vsh

### particle.fsh
“`
#version 330

void main()
{
discard;
}
“`

### particle.vsh
“`
#version 330

void main()
{
gl_Position = vec4(0.0, 0.0, 0.0, 0.0);
}
“`

##### You may not redistribute this resource pack anywhere without proper permission, the only official download page for this resource pack is on modrinth.

Visible Particles

### What does this do?
This resource pack retextures potion particles to be visible. This is especially useful for finding invisible entities.

### How does it work?
It changes the the texture of the effect particle to 1 large pixel.

### What versions does this support?
This resource pack works for versions 1.14 (19w06a) and up.

Vincent Van Gogh The Starry Night Style Paintings Pixel Art

![1.0_1](https://i.imgur.com/mVrPhFZ.jpeg)

Bring timeless art into your game with the Vincent Van Gogh The Starry Night Style Paintings Pixel Art Mod. Inspired by Van Gogh’s world-famous masterpiece The Starry Night, this mod transforms classic paintings into beautiful pixel art that perfectly blends with retro-style gameplay.

### How many paintings does it have?

**1.0**: 19 paintings

![1.0_Paintings](https://i.imgur.com/mqVXjHZ.png)

With this mod, you can decorate your world with pixel art recreations of Van Gogh’s paintings, giving every space a unique artistic touch. Whether you’re building a cozy house, a creative gallery, or just want to add a bit of culture to your world, these pixel-perfect artworks will make your creations shine.

![1.0_2](https://i.imgur.com/hxrNt7Z.jpeg)

The Starry Night pixel art paintings are carefully designed to maintain the essence of Van Gogh’s brushstrokes while adapting them to a pixelated aesthetic. This makes the mod not only visually stunning but also lightweight and compatible with many builds.

Perfect for art lovers, pixel art fans, and players who enjoy customization, this mod combines history, creativity, and style. Experience Van Gogh’s art like never before and transform your world into a living gallery of pixel art masterpieces.

Villager Rebalanced

# Villager Rebalanced

Free and open-source datapack for Minecraft 1.21 and higher that modifies and adds new exchanges with villagers.

## Features

This datapack modifies the trades of the armorer, the weaponsmith and the toolsmith as well as those of the wandering trader in order to mix the current trades with those of the trade rebalanced.

Only the changes to the librarian have not been implemented, although the price of the name tag has been reduced from 20 to 10 emeralds.

This datapack requires the installation of the [Villager Config](https://modrinth.com/mod/villagerconfig) mod.

VerdantLight Pro

# VerdantLight Pro
**VerdantLight Pro** is a high-quality shader pack based on VerdantLight for Minecraft 1.18.X – 26.1, designed to deliver natural and realistic lighting while maintaining smooth performance. Featuring path-traced lighting, dynamic shadows, day-night cycles, realistic sun and moon halos, and smart plant shadow detection to prevent small plants from casting unnatural shadows.

VerdantLight Lite

# VerdantLight Lite
**VerdantLight Lite** is a lightweight shader pack based on VerdantLight for Minecraft 1.18.X – 26.1, designed to deliver natural and realistic lighting while maintaining smooth performance. Featuring path-traced lighting, dynamic shadows, day-night cycles, realistic sun and moon halos, and smart plant shadow detection to prevent small plants from casting unnatural shadows.

VerdantLight

# VerdantLight

**VerdantLight** is a lightweight, high-quality shader pack for Minecraft 1.21.4, designed to deliver natural and realistic lighting while maintaining smooth performance. Featuring path-traced lighting, dynamic shadows, day-night cycles, realistic sun and moon halos, and smart plant shadow detection to prevent small plants from casting unnatural shadows.

**Outstanding Performance:**

* On Intel Iris Plus 640, with render distance 6 and simulation distance 8, standing still gives around **75 FPS**.
* Walking across open plains maintains around **45 FPS**, providing a smooth experience without sacrificing visual quality.

**Key Features:**

* **Lightweight Optimization**: Designed for low-end hardware and high performance.
* **Dynamic Shadows**: Path-traced lighting ensures smooth, stable shadows without jittering.
* **Natural Sky**: Day-night cycle with realistic sunset/sunrise transitions, glowing sun square, and subtle moon halos.
* **Smart Plant Shadows**: Small plants cast no unnatural shadows, trees cast realistic shadows.
* **Enhanced Lighting**: Compatible with Minecraft’s native lightmaps, adds ambient occlusion for richer scene depth.
* **Rain Effects**: Sky color dynamically adjusts in rain, enhancing immersion.

**Perfect For:**

* Players seeking a lightweight, high-performance shader experience
* Builders who enjoy natural, soft lighting effects
* Low-end hardware users who want smooth FPS without compromising visuals

# VerdantLight

**中文介绍:**
**VerdantLight** 是专为 Minecraft 1.21.4 打造的轻量级高质量光影包,旨在在保持流畅性能的同时呈现自然、真实的光影效果。它采用路径追踪光照算法,支持动态阴影、昼夜循环、真实的太阳与月亮光晕效果,并通过智能植物阴影识别技术,让小型植物不会投射不自然的阴影,从而保证视觉的自然与细腻。

**性能表现极佳**:

* 在 Intel Iris Plus 640 上,渲染距离 6、模拟距离 8 时,玩家站立即可达到约 **75 FPS**。
* 在草原环境行走时,也能保持约 **45 FPS**,兼顾了流畅体验与光影品质。

**核心特点:**

* **轻量优化**:专为低配硬件和轻量化体验设计,减少不必要的计算负载。
* **动态阴影**:路径追踪光照算法实现实时阴影,无跳动问题。
* **自然天空**:昼夜循环、日落/日出色彩过渡,太阳正方形发光和月亮光晕自然呈现。
* **智能植物阴影**:小型植物不会投射不合理的阴影,树叶投射真实阴影。
* **光照贴图增强**:兼容 Minecraft 原生光照贴图,同时加入环境光遮蔽,使场景层次更丰富。
* **雨天效果**:雨天时天空颜色自动调整,增加沉浸感。

**适用人群**:

* 想要轻量、高性能光影体验的玩家
* 喜欢自然柔和光影效果的建造者
* 在低配硬件上追求流畅帧率的玩家

If there is a problem or advice, just say in the Discord Server.

Vault Recipe

🧿 Vault Recipe Datapack — *Trial Chamber Core Edition*
Craft the gateway to challenge—no structure scanning or loot RNG required!
This datapack introduces a custom recipe for the **Vault**, a powerful item that anchors Trial Chamber mechanics and mob wave summoning.

✨ Features
✅ Shapeless recipe using 1 Diamond + 4 Chains + 1 Ominous Key + 1 Ominous Potion + 1 Trial Key + 1 Emerald
🧩 Lore-friendly integration with Trial Chamber progression and vault tech
🔁 Modular JSON structure for easy editing and expansion
🛠️ Compatible with Minecraft 1.21+