Weird and powerful weapons – Texture pack

**This ressource pack add custom textures on the items of the datapack [Weird and powerful weapons](https://modrinth.com/project/Jr3nq9JV)**

## Totem of protection

![Totem of protection texture](https://cdn.modrinth.com/data/cached_images/fe8ec4a0741f45119450cbff2d8c04862db21c4b.png)

Vuurwerkshow Panorama

![Vuurwerkshow Panorama](https://cdn.modrinth.com/data/NKil7JXl/images/447a2825b00a0fc24371c3f813b68199d6d5242f.png)

English version of the description

This is a project for a Dutch server but if you are really interested you can read the translation in English here.

# Fireworks show panorama
A panorama resource pack for the 2023-2024 New Year’s Eve fireworks show on the Torchcraft server!

## Explanation
Every year we organize a fireworks show at the end of the year with a number of players on the Dutch server Torchcraft to celebrate New Year’s Eve together. We start the evening with a speech, followed by the fireworks show that lasts about 10 minutes. Afterwards we have lots of fun activities such as giveaways, checkers, 4 in a row and much more! This year the show will take place on 27/12, announcement will follow soon.

Announcement ➤ [https://torchcraft.nl/forums/topic/16285-🎇-vuurwerkshow-2023-2024/](https://torchcraft.nl/forums/topic/16285-🎇-vuurwerkshow-2023-2024/)

## Support
If you have any issues, ideas, or other feedback about this project, please contact me via Discord or email. You can contact me on Discord by sending a friend request so you can message me.

Discord: tibodp

Email: [email protected]

# Vuurwerkshow panorama
Een panorama resourcepack voor de vuurwerkshow van 2023-2024 met oud & nieuw op de Torchcraft server!

## Uitleg
Elk jaar organiseren we met een aantal spelers op de Nederlands server Torchcraft een vuurwerkshow op het einde van het jaar om samen oud & nieuw te vieren. We beginnen de avond met een toespraak waarop daarna de vuurwerkshow volgt die zo een 10 minuten duurt. Daarna hebben we tal van leuke activiteiten zoals giveaways, dammen, 4 op een rij en nog veel meer! De show vindt dit jaar plaats op 27/12, aankondiging volgt binnenkort.

Aankondiging ➤ [https://torchcraft.nl/forums/topic/16285-🎇-vuurwerkshow-2023-2024/](https://torchcraft.nl/forums/topic/16285-🎇-vuurwerkshow-2023-2024/)

## Support
Als je problemen, ideeën of andere feedback hebt over dit project, neem dan contact met mij op via Discord of e-mail. Je kunt contact met mij opnemen op Discord door een vriendschapsverzoek te sturen, zodat je mij een bericht kunt sturen.

Discord: tibodp

Mail: [email protected]

## 🌟 My other projects:
– [Torchcraft Lobby Panorama](https://modrinth.com/resourcepack/torchcraft-lobby-panorama)
– [The Ultimate Creator](https://modrinth.com/modpack/the-ultimate-creator)
– [Chromakey Blocks](https://modrinth.com/modpack/the-ultimate-creator)
– [No Worldborder](https://modrinth.com/modpack/the-ultimate-creator)
– [Vuurwerkshow Modpack](https://modrinth.com/modpack/the-ultimate-creator)
– [Vuurwerkshow Panorama](https://modrinth.com/modpack/the-ultimate-creator)
– [Vuurwerkshow Paintings](https://modrinth.com/resourcepack/vuurwerkshow-paintings)

_Please only join the server if you speak Dutch because it is a Dutch-speaking server._

Vuurwerkshow Paintings

![Vuurwerkshow Paintings](https://cdn.modrinth.com/data/NcWhqbEd/images/c1d837fbc2654bb508e3592d935523c58b93ef50.png)
This resource pack turns all paintings into screenshots of the 2023-2024 fireworks show on the Dutch server Torchcraft.

## Support
If you have any problems, ideas, or other feedback about this project, please contact me via discord or email. You can contact me on Discord by sending a friend request, so you can send me a message.

Discord: tibodp

Mail: [email protected]

## 🌟 My other projects:
– [Torchcraft Lobby Panorama](https://modrinth.com/resourcepack/torchcraft-lobby-panorama)
– [The Ultimate Creator](https://modrinth.com/modpack/the-ultimate-creator)
– [Chromakey Blocks](https://modrinth.com/modpack/the-ultimate-creator)
– [No Worldborder](https://modrinth.com/modpack/the-ultimate-creator)
– [Vuurwerkshow Modpack](https://modrinth.com/modpack/the-ultimate-creator)
– [Vuurwerkshow Panorama](https://modrinth.com/modpack/the-ultimate-creator)
– [Vuurwerkshow Paintings](https://modrinth.com/resourcepack/vuurwerkshow-paintings)

_Please only join the server if you speak Dutch because it is a Dutch-speaking server._

VoxelMap-Updated

# VoxelMap

## Description
The VoxelMap is a MiniMap and WorldMap that allows you to view the entire explored world and your current environment.

The VoxelMap offers useful features like creating waypoints per dimension and teleporting to them, a mob radar, a clear Nether map and a biome overlay.

## Legal
The upload of this mod has been approved by Modrinth. If mamiyaotaru does not want the mod to be available on Modrinth, he can let us know on Discord or contact Modrinth Support.

All rights remain with mamiyaotaru, we only update the VoxelMap so that this great mod does not die out. We only offer updates and support for the versions we create.

## Donation
If you would like to donate, we ask that all donations go to mamiyaotaru. You can find his Patreon here.

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.

ViaFabric

This mod implements [ViaVersion](https://viaversion.com/) on Fabric servers and clients, allowing you to connect to different Minecraft versions.

It can be installed on Legacy Fabric 1.8.9 and 1.12.2, and Fabric 1.14.4-1.20.4.

If you are using the latest Minecraft version and **care about the gameplay being more enjoyable/functional**, you may want to
check [ViaFabricPlus](https://www.modrinth.com/mod/viafabricplus) out.

Requires [Fabric API](https://modrinth.com/mod/fabric-api) for Minecraft 1.14+.

Requires [Legacy Fabric API](https://modrinth.com/mod/legacy-fabric-api) for Minecraft 1.8.9

For more information, go to [GitHub repository](https://github.com/ViaVersion/ViaFabric).

Addons (allows older clients on newer servers):

– https://modrinth.com/mod/viabackwards

– https://modrinth.com/mod/viarewind

What’s is the difference between ViaFabric and [ViaFabricPlus](https://modrinth.com/mod/viafabricplus)?

**Differences with ViaFabricPlus**

| | ViaFabric | ViaFabricPlus |
|———————————-|————————————————-|—————————————————————–|
| Can be installed on | Multiple client/server versions with fabric | Latest client-side version with fabric |
| Objectives | Simply implement ViaVersion | Implements ViaVersion with client-side fixes to version changes |
| How does it work? | Modifying packets at network code | Modifying client code more deeply |
| Triggering anti-cheats | Very likely | Mostly not |

Forge version: https://modrinth.com/mod/viaforge

Discord: https://discord.gg/viaversion

Vertical Bobbing

# Vertical Bobbing
Modrinth page for the mod
Github page for the mod

Brings back vertical view bobbing from Minecraft<=1.13.2 ([MC-225335](https://bugs.mojang.com/browse/MC-225335)).

Mojang removed it for no reason in 1.14 Pre-Release 2 so I added it back.

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.