← Назад к ресурсам

Barched

Backporting Parched, Camel Husk, Zombie Horse, Spears and more features in 1.21.11 to 1.21.1!

Modrinth adventure mobs utility

Описание

![68747470733a2f2f63646e2e6d6f6472696e74682e636f6d2f646174612f6361636865645f696d616765732f303063306362646430633932613766613936393037326166623938623132666133663937666436662e6a706567](https://github.com/user-attachments/assets/38c6f383-a549-47b9-8945-b06462855674) # Want to See more spears? please look: [Modrinth](https://modrinth.com/mod/barched-extra-spears) | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/barched-extra-spears) # Preview ## Mobs ## In-Game ![stab-firstperson (1)](https://github.com/user-attachments/assets/ee62d425-cf3c-4b6c-a910-246d1482f345) ![stab-thirdperson (1)](https://github.com/user-attachments/assets/7e8b2efc-3cf1-41bd-bdce-e6497228a955) ![kinetic-firstperson (1)](https://github.com/user-attachments/assets/8073773e-cada-4b0f-9ee1-023f85f4d98b) ![kinetic-thirdperson (1)](https://github.com/user-attachments/assets/45df1cfd-a9c6-42e6-b9f4-e5be13db4d35) ![zombie_horse - Trim (1)](https://github.com/user-attachments/assets/0d5eb3e3-045d-42fc-8474-21ad7da1cc6f) ![2026-01-29 08-49-26 - Trim (1)](https://github.com/user-attachments/assets/284b0215-3e6a-48ca-99ec-aa5b0a6e3a12) ## Spears ## Spawn Eggs ## Lunge Enchantment ## Summary Backporting Parched, Camel Husk, Zombie Horse, Spears and more features in 1.21.11 to 1.21.1! This port is written similarly to Mojang code, with most of the code written in Mixins. and namespace is ``minecraft:``. so even if you upgrade your Minecraft version, your entities and items will remain! tbh, I brought the 1.21.11 version of the feature as it is, so I don't have much more to explain lol. just add 12,661 lines of code and remove 451 lines 🤡 ## Q&A **Q. Do you have any plans to port this to another version?** A. I don't have any plans right now, support for versions 1.21 and below may be a little late or difficult. --- **Q. Why did you do this?** A. Because I just started developing Minecraft, and it was a perfect project to understand Minecraft development and source code. 🫠 ## Configuration Config file: `config/barched.json` | Option | Default | Description | |-----------------------------------|---------|----------------------------------------------------------------------| | `camelHuskSpawnChance` | 10 | Chance (0-100%) for a Camel husk jockey | | `zombifiedPiglinSpearSpawnChance` | 5 | Chance (0-100%) for a Zombified Piglin's Spear Equipped Spawn Chance | | `piglinOverrideSpearSpawnChance` | 0 | Chance (0-100%) for a Override Piglin's Spear Equipped Spawn Chance | | `zombieOverrideSpearSpawnChance` | 0 | Chance (0-100%) for a Override Zombie's Spear Equipped Spawn Chance | | `zombieHorseSpawnWeight` | 5 | Relative natural spawn weight for Zombie Horses; `0` disables it | | `zombieHorseSpawnBiomes` | 6 biomes | Biome IDs or `#namespace:tag` selectors for Zombie Horse spawning | | `parchedSpawnWeight` | 50 | Relative natural spawn weight for Parched; `0` disables it | | `parchedSpawnBiomes` | desert | Biome IDs or `#namespace:tag` selectors for Parched spawning | Natural spawn weights accept values from `0` to `1000` and are relative to the other monster entries in each biome, not percentages. A value of `0` disables that mob's natural spawning. Changes to natural spawn weights or biome selectors require a game restart. ## Dependencies **Architectury**([CurseForge](https://www.curseforge.com/minecraft/mc-mods/architectury-api/files/all?page=1&pageSize=20&version=1.21.1&showAlphaFiles=hide), [Modrinth](https://modrinth.com/mod/architectury-api/versions?g=1.21.1)) **Cloth Config API**([CureForge](https://www.curseforge.com/minecraft/mc-mods/cloth-config/files/all?page=1&pageSize=20&version=1.21.1&showAlphaFiles=hide), [Modrinth](https://modrinth.com/mod/cloth-config/versions?g=1.21.1)) ## Optional Dependencies I highly recommend using this mod 😊 **ModelGapFix**([CurseForge](https://www.curseforge.com/minecraft/mc-mods/model-gap-fix/files/all?page=1&pageSize=20&version=1.21.1&showAlphaFiles=hide), [Modrinth](https://modrinth.com/mod/modelfix/versions?g=1.21.1))