Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ellivers/QCB
A Minecraft data pack library for quiet custom barrels
https://github.com/Ellivers/QCB
Last synced: about 1 month ago
JSON representation
A Minecraft data pack library for quiet custom barrels
- Host: GitHub
- URL: https://github.com/Ellivers/QCB
- Owner: Ellivers
- License: mit
- Created: 2021-02-12T20:00:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T00:24:09.000Z (over 3 years ago)
- Last Synced: 2024-08-04T04:06:34.788Z (5 months ago)
- Language: mcfunction
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcc - Quiet custom blocks - make barrel based blocks without the noise (Uncategorized / Uncategorized)
README
# QCB
QCB (Quiet Custom Barrels) is a small Minecraft data pack and resource pack library that makes it simple to prevent your own barrel-based custom blocks from making the vanilla barrel sounds when opened/closed. It includes a way to add your own checks for what counts as a custom barrel, while being fully compatible with multiple data packs.# Usage
This library makes it so only vanilla barrels make opening and closing sounds. By default, if there is an area effect cloud with the tag `qcb` inside the barrel block, it'll treat it as custom. You can add your own checks for what counts as a vanilla barrel by adding your function in the `qcb:check_barrel` function tag. This repository contains an example of this, with the function `namespace:check_barrel` checking for a certain armor stand. When you detect that the barrel is a custom block, set the `#temp qcb.dummy` score to 0.Before using, make sure to remove or change the `namespace:check_barrel` entry in the function tag, so the tag isn't invalidated.
Feel free to put the resource/data pack inside another one.