Zume
# IMPORTANT LICENSE NOTICE
By using this project in any form, you hereby give your “express assent” for the terms of the license of this project (see [LICENSE](https://github.com/Nolij/Zume/raw/master/LICENSE)), and acknowledge that I (the author of this project) have fulfilled my obligation under the license to “make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License”.
# Zume
An ~~over-engineered~~ simple zoom mod.
This mod adds a keybind which zooms in your FOV while it’s held down, allowing you to see further away, and keybinds
for increasing and decreasing the zoom level.
# FAQ
#### Q: Where is the config?
A: You’ll find the config at `.minecraft/global/zume.json5` (note that this is the default `.minecraft` folder, not
the instance `.minecraft`). You can modify the file while the game is running, and the config will be automatically
reloaded. On platforms which have mod menus (such as Forge, and Fabric with [Mod Menu](https://modrinth.com/mod/modmenu)
installed), the config button for Zume will open this file in your system text editor.
#### Q: discord where
A: https://discord.gg/6ZjX4mvCMR
#### Q: What version is this for?
A: Zume supports the following platforms:
– Fabric: Any version supported by Fabric Keybinding API v1 (currently 14.4+)
– NeoForge: 20.4+ (requires NeoForge 20.4.195+)
– LexForge: 14.4 – 20.5 (requires MixinBootstrap before 16.1) (there are currently no plans to support 20.6+)
– Legacy Fabric: Any version supported by Legacy Fabric Keybinding API v1 (currently 7.10 – 12.2)
– Babric (Fabric for Minecraft Beta): Any version supported by Station API (currently b7.3)
– Vintage Forge: 8.9 – 12.2 (requires MixinBooter or UniMixins)
– Archaic Forge: 7.10 (requires UniMixins)
#### Q: Can you add support for ?
A: Every platform I intend to add support for myself is already supported. PRs are welcome for other platforms **if
the following conditions are met**:
– Must not break single-jar compatibility with any already supported platform (obviously).
– Must not be for a platform that has a 1st-party compatibility layer for an already supported platform – explicit
Quilt support will not be accepted so long as Quilt maintains a Fabric compatibility layer; it’d be a waste of CI
time. [Sinytra Connector](https://github.com/Sinytra/Connector) is a 3rd-party compatibility layer, so explicit
Forge support will be provided.
– Must not manually maintain overridden game options; implementations that look like
[Mooz’s](https://github.com/embeddedt/Mooz/blob/92570f7449a7e71c1c0b988788027b10c00f1346/src/main/java/org/embeddedt/mooz/ClientProxy.java#L35-L56)
will not be accepted – no offense [embeddedt](https://github.com/embeddedt). Direct ASM is fine as long as functionality is similar enough.
– Must make a reasonable effort to be maximize compatibility with existing mods on target platforms – see use of
Neo/LexForge API over mixins in Neo/LexForge implementations, and use of `@WrapWithCondition` and
`@ModifyExpressionValue` and such from MixinExtras over `@Redirect` in most implementations.
– Must follow existing format – add a Unimined subproject for each newly supported platform.
– Must not have exclusive features without significant justification – if you’re adding a feature, add it to every
version.
#### Q: What kind of weird license is this?
A: OSL-3.0 is the closest equivalent to a LAGPL I could find. AGPL and GPL are incompatible with Minecraft, and LGPL
doesn’t protect network use. OSL-3.0 protects network use and is compatible with Minecraft.
#### Q: Why though? It’s so strict!!!!
A: This is, and will remain, free, copyleft software. Any requests to change the license other than to make it even
stronger will be denied immediately (unfortunately GPL and AGPL aren’t compatible with Minecraft due to linking
restrictions, as much as I’d like to use them). Even in situations where I use parts of other projects with more
“permissive” licenses, I will treat them as copyleft, free software.
## License
This project is licensed under OSL-3.0. For more information, see [LICENSE](https://github.com/Nolij/Zume/raw/master/LICENSE).
## Need a Minecraft server? Consider CreeperHost!

Zip Zip totem
Zip Zip totem with sound is a simple resource pack that replaces the texture of the totem and its sound with the meme zip zip zip
This resource pack was made for the players of the GribMine server!
Join us
Zilibobka (Зилибобка) Totem of Undying
– EN: **Zilibobka** is a popular Russian meme, which was also stimulated during post-ironic memes in 2017 on the social network VKontakte and Tiktok. Texture pack replaces Totem of Immortality with this meme
– RU: **Zilibobka (Зилибобка)** – популярный российский мем который также был зафоршен во времена постироничных мемов в 2017 году в соц сети ВКонтакте и Тиктоке. Текстурпак заменяет тотем бессмертия на этот мем
[ALL RESOURCEPACKS COLLECTION: MEMES + STREAMERS](https://modrinth.com/collection/sfDcDGAi)
Yippee Ghastling!
**Now Ghastlings will say yippee!!**
—
Yggdrasil Proxy
# YggdrasilProxy
When starting the game, the proxy in the device is automatically read to speed up Yggdrasil verification.
It extends Vanilla’s behavior and is more automated.
## Specific implementation
There is a setting in Windows, and its path is: “settings-> network-> proxy-> manual settings”.
YggdrasilProxy automatically reads them from the registry and verifies it, if it works, then use it immediately.
It basically works with network tools like Clash, you don’t need to proxy all traffic across the entire network card, you can easily connect to Yggdrasil Server through the proxy.
When registry data is not read, or is a non-Windows operating system, then YggdrasilProxy falls back to read environment variables (it does not need to be set in the JVM startup parameters, because they are annoying enough), it reads the following environment variables in the system and selects a valid variable to set to Proxy:
– http_proxy
– https_proxy
– no_proxy
## Defect
When the proxy server/tool is shut down, you may need to restart Minecraft.
Looking for a solution if I have time…
## Compatibility
Basically compatible with all operating systems.
Specially optimized for Windows.
## Which ModLoaders are supported?
– Fabric (Support, 1.18+)
– Quilt (Built with Fabric, 1.18+)
– Forge (Support, 1.19+)
– NeoForge (Support, 1.21.4+)
YggdrasilProxy is designed to be available for both Server and Client and is compatible with the most ModLoader and Minecraft versions.
If there is no compatibility, then I have not done it yet. If you’re in a hurry, join my DC server and send your ModLoader as well as Minecraft versions, I’ll be there soon.
## I want to use it in Plugin Server
Unfortunately, plugin servers are usually not compatible with mods, and I’m reluctant to use the Mixin framework to write them on the plugin server.
If you have relevant needs, please use two patches I made specifically for this, you only need to comply with GPL 3.0.
– [Patch 1](https://github.com/404Setup/Sewlia/blob/dev/1.21.4/sewlia-server/minecraft-patches/features/0005-Merge-YggdrasilProxy.patch)
– [Patch 2](https://github.com/404Setup/Sewlia/blob/dev/1.21.4/sewlia-server/paper-patches/features/0006-Merge-YggdrasilProxy.patch)
## For Modpack
If you comply with the license, you can use it freely for Modpack.
Modpacks that redistribute Minecraft game body (i.e. packages that package the entire Minecraft game including Mod files, Config, ShaderPacks, ResourcePacks, Library and launcher into a whole zip file) are not allowed to use this mod.
## License
This work has a restrictive license in addition to the original license to prevent some unexpected behavior,
see [404Setup Public License](https://github.com/404Setup/404Setup/blob/main/LICENSE.md)
Yellow powder snow
EN: This resource pack makes powder snow yellow
RU: Этот ресурспак делает рыхлый снег жёлтым

yadoomi’s Purple Haze Font
# What does this resource pack add?
This resource pack takes the font from a PvP resource pack called “Purple Haze” and puts it in a seperate resource pack.
Here is a showcase video of the resource pack “Purple Haze” by OmnicronGaming
## Other details.
– This resource pack just takes the font from an already existing resource pack, if you are using this somewhere and want to credit someone, credit TerribleChoices, the creator of “Purple Haze”.
– You can use this resource pack in a modpack without my permission, thats alright.
– This resource pack works on ANY version below 1.8.9, even snapshots.
xali’s Enchanted Books – Fix
This project is fan made and not directly related to any of xali’s works. Xali owns all the rights to “xali’s Enchanted Books”
Click the banner below to download original “xali’s Enchanted Books”.
Original file is required for this pack to operate correctly!
## What does this pack “fix”?
**If there are mods present that increase enchantments’ max levels like Apotheosis, those books would have missing textures. So, with this Apotheosis examle, there are books like “Sharpness VII”, that won’t have a custom texture without this pack. The fix makes it so any level above vanilla maximum will use the texture of max level enchantment. This pack does not include any textures that are already included in “xali’s Enchanted Books” and only adds those which are missing, so you need to install both: this fix and the original pack.**
DOWNLOAD ORIGINAL AND ADDON:
[](https://www.modrinth.com/resourcepack/xalis-enchanted-books)
[](https://modrinth.com/resourcepack/xalis-enchanted-books-addon)
**[Below 1.21.5]** Resource packs must be installed in the following order:

**[1.21.5+]** Starting 1.21.5, if you use xali’s Enchanted Books – Addon you DO NOT need to use this pack. The “fix” is now integrated into the Addon pack!
—
**ATTENTION!**
You are **required** to install any mod that can work with custom CIT resource packs for the pack to be able to operate: [Optifine](https://optifine.net/home), [CIT Resewn](https://modrinth.com/mod/cit-resewn), [Forge CIT](https://www.curseforge.com/minecraft/mc-mods/forge-cit), [CIT Reforged](https://www.curseforge.com/minecraft/mc-mods/cit-reforged), [[CIT] CustomItemTextures](https://modrinth.com/mod/cit), etc. The pack should work on any Minecraft version with any mentioned mods. Ignore the “Incompatible” warning.
**ATTENTION!** At the moment of writing, 04 Jul 2024, CIT Reforged has a [bug](https://github.com/Tfarcenim/CIT-Reforged/issues/16) that prevents this pack from operating! Use Optifine or try to launch Fabric version, CIT Resewn, using Sinytra Connector
—
Anybody is free to use this pack anywhere. Just do not rename the pack, please.
Contact me:
My [YouTube channel](https://www.youtube.com/channel/UCrMHx89X71br0aDlzwsLDHQ)
My [Twitch channel](https://www.twitch.tv/dedmaxim99)
My [VK page](https://vk.com/id728112150)
My [Telegram](https://t.me/DedMaxim99)
xali’s Enchanted Books – Addon
This project is fan made and not directly related to any of xali’s works. Xali owns all the rights to “xali’s Enchanted Books”
Click the banner below to download original “xali’s Enchanted Books”. Original file is required for this pack to operate correctly!
The purpose of this pack is to provide additional mod support to “xali’s Enchanted Books”. This pack does not include any textures that are already included in “xali’s Enchanted Books” and only adds those which are missing. This pack probably won’t be updated with any more additional mods in the future because it was made just for our own personal experience that I decided to share.
[](https://www.modrinth.com/resourcepack/xalis-enchanted-books)
^ Click it ^
Resource packs must be installed in the following order:

### **ATTENTION!**
**[1.21.5+]** Since vanilla Minecraft now has support for custom item models, no additional mods are required!
Additionally, now [xali’s Enchanted Books – Fix]([https://modrinth.com/resourcepack/xalis-enchanted-books-fix](https://modrinth.com/resourcepack/xalis-enchanted-books-fix)) is integrated into the Addon due to how custom models for enchanted books are implemented by Mojang.
**[Below 1.21.5]** You are **required** to install any mod that can work with custom CIT resource packs for the pack to be able to operate: [Optifine](https://optifine.net/home), [CIT Resewn](https://modrinth.com/mod/cit-resewn), [Forge CIT](https://www.curseforge.com/minecraft/mc-mods/forge-cit), [CIT Reforged](https://www.curseforge.com/minecraft/mc-mods/cit-reforged), [[CIT] CustomItemTextures](https://modrinth.com/mod/cit), etc. The pack should work on any Minecraft version with any mentioned mods. Ignore the “Incompatible” warning.
Mods supported by this pack:
– Supplementaries
– Combat Roll
– Endless Biomes
– Kobolds
– Undergarden
– Farmer’s Delight
—
All the art is done by HASKO, pack assembled by DedMaxim99
HASKO [VK page](https://vk.com/hasko_arts)
Anybody is free to use this pack anywhere. Just do not rename the pack, please.
Contact me (DedMaxim99):
My [YouTube channel](https://www.youtube.com/channel/UCrMHx89X71br0aDlzwsLDHQ)
My [Twitch channel](https://www.twitch.tv/dedmaxim99)
My [VK page](https://vk.com/id728112150)
My [Telegram](https://t.me/DedMaxim99)
X Ray (no cheats)
## X Ray
Mod/Datapack that removes stone and other blocks to keep ores visible. Also works in the nether.
X-Ray is a powerful mod that radically changes the way you explore the world of Minecraft. It allows you to see through ordinary blocks, highlighting valuable resources, structures, and objects.
To use it, you need to take a filled map in any hand.

## Usage
The mod is activated automatically and requires no additional settings. However, if you want to temporarily disable the mod, use the command “`/trigger bizcub.x_ray.t“`. Information about the mod’s current status will then appear in the chat.
## Dependencies
– Fabric loader requires [Fabric API](https://modrinth.com/mod/fabric-api)