Let Me Despawn



Requires Almanac

Discord Server Invite Link


LET ME DESPAWN


**Let Me Despawn** (LMD) is a Minecraft mod designed to address entity lag issues by modifying the despawn mechanics for mobs that have picked up or equipped items.

### Key Features

– Allows mobs with equipped items to despawn naturally
– Preserves dropped items when mobs despawn
– Configurable mob exclusion list
– Server-side functionality (not required on client)

## Functionality

In vanilla Minecraft, mobs that pick up or equip items become persistent and do not despawn naturally. This behavior can significantly contribute to entity lag, especially in modded environments with increased mob variety and spawn rates.

LMD modifies the despawn check to allow these mobs to despawn naturally, like any other mob. To prevent item loss, any picked up or equipped items are dropped when the entity despawns.

> **Note**: Mobs named with a name tag will still be prevented from despawning naturally.

## Configuration (Version 1.2.1 and later)

### Config File
– Location: `config/letmedespawn.json`
– Reload command: `/almanac reload`

### Commands

| Command | Description |
|———|————-|
| `/letmedespawn add ` | Add mobs to the config |
| `/letmedespawn remove ` | Remove mobs from the config |

Mobs added to the config will retain their vanilla behavior and not despawn after picking up items. All commands update the mob list in real-time, eliminating the need for game restarts or manual reloads.

## Installation

This is a server-side mod and is not required on the client.

Lined Redstone

This pack replaces the default redstone dust texture with a **straight-line** design. Redstone is no dusty anymore =)

When using this resource pack:

![The redstone dust when being placed is a straight line](https://cdn.modrinth.com/data/6M5wtKRm/images/bbf70288b61e56ae1fdab75f2484db511a29e8eb.png)

And I think it may be useful for some Minecraft constructions.

**Let’s play checkers**

![Let’s play checkers](https://cdn.modrinth.com/data/6M5wtKRm/images/5188c7ab3cca1b9080184ce3464ff6bbc02a7ad4.png)

Limited Enchantments

![Fortune 1 lvl](https://cdn.modrinth.com/data/cached_images/0bd4231ce5875516c40de5c0b43b4a6fcb52a618.png)

## Only 1 level enchantment!
The data pack/mod sets a level limit for all enchantments. Have you ever wanted to enchant a pickaxe with level 1 efficiency? But you have to!

The Creative Mode Ingredients tab will display Level 1 enchantments. To take a certain book with the first enchantment level, you need to write the name of the enchantment on the search tab, and only one enchantment level will be indicated there.

Debrand

Convinces Minecraft it is unmodded.

This is most useful for QoL setups, where there is no need to change the brand of the game.

### Notes on hiding mods from servers

This mod is most useful against passive detections (since by default, the Minecraft client volunteers its brand to the server) and cursory glances (that don’t notice modified behavior).

However, know that it does **not** protect against:

– **Behavioral observation:** If a mod allows you to take actions that a vanilla client would not, this is obvious and will be visible (such as to anticheat).

**Examples:** Proximity chat; swing through grass; any changes to player movement or reach; etc. Note that not all of these can be detected with 100% accuracy, but they can raise suspicion or create evidence.

– **Active detection:** If the server probes for a specific behavior that differs with a mod installed, such as using the translated sign exploit in versions that had it, that difference will be detectable.

**Examples:** Any mod whose translation keys are known; any mod that communicates with the server using custom packets; any mod that creates packets or responses that differ from vanilla; etc. Any of these will create certainty that your client is modded.

– **Chatty mods:** If you have mods installed that reveal their presence to the server, that will be detectable.

**Examples:** Fabric API / Fabric Registry Sync; proximity chat / other mods that send data from the client; etc. Any of these will also create certainty that your client is modded.

– **Screen sharing:** If you have mods installed that change anything on-screen, anyone looking at the screen will be able to tell it’s not vanilla.

**Examples:** Minimaps; waypoints; indicators; menus of any kind; etc.

As a result, this mod is most useful for players that **develop their own modifications** with raw Mixin and without depending on Fabric API. It does **not** insulate between a detectable mod and the detection; all it does is prevent the client from admitting **up front** that it is Fabric.

### Notes on hiding mods from clients

Many of the same rules apply, though clients are likely to be less of a risk to a server than the other way around. Still, hiding the fact that a server is modded may still be desirable in some cases.

Lava Chicken in HD

**This resource pack will add better disk quality for Lava Chicken**
– **IF YOU SEE THIS: ![Broken or incompatible](https://cdn.modrinth.com/data/cached_images/3a0c036232e329e20bd95330995c4a222443d98c.png) CHECK IF YOU HAVE 1.0.1 OR 1.0.0 hotfix**

Spoiler

Spoiler: If you watch the Minecraft movie to the end, it’s already a spoiler.

Ksyxis

# Ksyxis

Speed up your world loading by removing unneeded chunks.

## Language

– **English** (Extended Version)
– Русский

## Downloads

– Modrinth
– CurseForge
– GitHub Releases

## Dependencies

– Fabric, Forge, NeoForge, Quilt, Legacy Fabric, or Ornithe
– Minecraft (1.8 or newer)
– **Forge 1.8-1.14.4 only**: Any Mixin provider, at your choice (such as
MixinBootstrap,
MixinBooter,
UniMixins, or any other)

## About

Depending on your game version, Minecraft loads some
chunks when you create your world.
Sometimes, these chunks are always loaded in the background. Either
way, whether these chunks being loaded is a one-time performance slowdown,
or a constant performance penalty, most players don’t need any of these
chunks. This mod completely disables unneeded chunks in the game.

*Note*: Unneeded chunks are sometimes used by farms and
technical contraptions. If you’ll need these chunks, you
can always delete the mod later to re-enable these chunks.

![Ksyxis Demo GIF](https://i.imgur.com/WR3dl85.gif)

## Versions

| Version | Effect | Note |
|—————|—————|————————————————————————————————————————————————|
| 1.21.9+ | Insignificant | A 7×7 area of chunks won’t be loaded around the player when they join, and a fake 500ms world creation delay in single-player will be removed. |
| 1.20.5-1.21.8 | Low | A 5×5 area of spawn chunks won’t be loaded constantly in the background. |
| 1.8-1.20.4 | Extreme | A 21×21 area of spawn chunks won’t be loaded constantly in the background. |

## FAQ

**Q**: I need help, have some questions, or have some other feedback.
**A**: You can join the Discord server.

**Q**: Where can I download this mod?
**A**: Modrinth,
CurseForge,
or GitHub Releases.
You can also find unstable builds at
GitHub Actions.
You will need a GitHub account to download these.

**Q**: Which mod loaders are supported?
**A**: Fabric, Forge, NeoForge, Quilt, Legacy Fabric, and Ornithe.

**Q**: Which Minecraft versions are supported?
**A**: Minecraft versions 1.8 and newer.

**Q**: Why support so many Minecraft versions?
**A**: Because I can.

**Q**: Do I need Fabric API or Quilt Standard Libraries?
**A**: Not necessarily.

**Q**: Where are the Fabric, Forge, NeoForge, Quilt, etc. versions?
**A**: All in the same file.

**Q**: Is this mod client-side or server-side?
**A**: This mod works on the server and on the client in singleplayer.
It has no effect on the client when playing multiplayer.

**Q**: Is this mod stable for use?
**A**: Should be fine. If it breaks something,
just delete it and your worlds will be fine.

**Q**: I’ve found a bug.
**A**: Report it here. If you are not
sure whether this is a bug or a simple question, you can join the
Discord. Report security vulnerabilities
here.

**Q**: Can I use this in my modpack?
**A**: Sure. Credit (e.g., a link to the mod’s GitHub page) is appreciated but
is not required. Monetization and redistribution are allowed as per the
MIT License.

**Q**: This mod doesn’t speed up anything.
**A**: The effect may not be noticeable on high-end PCs. This mod
is designed primarily for low-end devices. Nevertheless, there is
a video.

**Q**: How to force-load chunks if the spawn chunks have been removed?
**A**: If you really need to force-load chunks, load individual
chunks with the `/forceload` command in 1.13 or newer. For older
versions, you can search for some mod that force-loads chunks.

**Q**: It says *Ksyxis: No Mixin found*.
**A**: If you’re using Forge 1.15.2 or older, you may need to install
MixinBootstrap,
MixinBooter,
UniMixins, or any other
Mixin provider of your choice. If you’re using Forge 1.16
or newer, or any version of Fabric/NeoForge/Quilt/Ornithe,
you don’t need to install anything, and this is a bug.

See README
on GitHub for FAQ on mod’s technical aspects.

## License

This project is provided under the MIT License.
Check out LICENSE
for more information.

## Credits

This mod is developed primarily by VidTu,
but it wouldn’t be possible without
contributors and
some technologies
used.

## Development

See README
on GitHub for details about developing this mod.

KryptonReno’s Fabric Patcher

# KryptonReno’s Fabric Patcher

![](https://modrinth.com/mod/kreno-fpatcher)
![](https://www.curseforge.com/minecraft/mc-mods/kreno-fpatcher)

![modrinth](https://modrinth.com/mod/kreno-fpatcher)
![curseforge](https://www.curseforge.com/minecraft/mc-mods/kreno-fpatcher)
![github](https://github.com/404Setup/KryptonReno-Fabric)

This is an extension mod for Krypton Fabric, ported from KryptonReno.

## Feature

– More basic optimizations
– RecastLib provides acceleration features for **Windows** (x64/arm64)

## Install

Install directly as a Mod.

Starting from version 26.1.2, the Mod body no longer includes the Patcher and JavaAgent modules. If you still want them
to take effect, please see README.

## Config

Add the following parameters to the Java startup parameters to control the mixin enablement:

| Parameter | Description | Default value | Configuration in file form |
|————————–|—————-|—————|—————————-|
| velocity.natives-disable | Disable Native | false | Not supported |

example:

“`shell
java -Dvelocity.natives-disable=true -jar neoforge_launcher.jar
“`

## Dependencies

– Krypton Fabric – Optional dependency. I put some optimizations here.

## License

> This work has a restrictive license in addition to the original license to prevent some unexpected behavior,
> see 404Setup Public License

2025-2026 404Setup. All rights reserved. Source code is licensed under a LGPL-3.0 Only.

JustinDB’s Simple Beds

Make your beds more realistic with this texture pack! No mods needed!

![Simple Beds](https://cdn.modrinth.com/data/cached_images/8ab8811e920f2c97e80601b689df7739f8f9e7a9.jpeg)

![Simple Red Bed](https://cdn.modrinth.com/data/cached_images/b4e38232f646fefc249e96eb3d92f7414ecd2def.jpeg)

![Yellow Simple Bed in a village house](https://cdn.modrinth.com/data/cached_images/748057e7cb6cf6b15e29e2685a4486e80dc080a3.jpeg)

NOTE: Only works with 26.2-snapshot-3 or above versions. Because bed block models came with the 26.2-snapshot-3 and older versions don’t have bed block modelling.

Just Hotbar

# Just Hotbar
This texture pack changes the hearts and hotbar, making them simpler

![screenshot](https://cdn.modrinth.com/data/cached_images/df0abbfb2e3706f1b5066ada6f51ef258fd3e84c.png)

Join AutoSprint Mod

# Join AutoSprint Mod

Just put this mod in your mods folder and now you no longer need to press your sprint key before having your togglesprint work. (backbreaking work, I know)

This mod will also re-enable sprint when you respawn