legacy chunk borders

backports the chunk border debug renderer introduced in 16w10a to 1.8.2 to 1.8.9 via legacy fabric

I verified support of optifabric / optifine on 1.8.9

requires loader 0.15+ (i think i lied, i set in the mod json but it’s not using any mixinextras features now, so it can probably be safely overridden in a loader override if anyone cares)

it is activated via `f3 + g`, same as modern versions

MicrocontrollersDev made a forge version! (https://modrinth.com/mod/legacy-chunk-borders-forge)

Legacy Advancements Debug

This is a backport of Advancements Debug for Legacy Fabric versions 1.12-1.13.2.

This little mod rewrites one function of the advancements logic to make advancements checking faster, and use less recursion. It should prevent StackOverflowErrors with advancements.

If `net.minecraft.class_3347.method_14931` appears in the crash log, this mod is likely going to fix it.

This mod can be installed on the server-side only if you are having issues on a server, but it can also be useful on the client when playing in single-player worlds.

LAN Properties

lan properties thumbnail

[![modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/mod/lan-properties)
[![curseforge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/curseforge_vector.svg)](https://curseforge.com/minecraft/mc-mods/lan-properties)
[![github](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/github_vector.svg)](https://github.com/xhyrom/lan-properties)

![fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg)
![forge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_vector.svg)
![neoforge](https://raw.githubusercontent.com/Hyperbole-Devs/vectors/8494ec1ac495cfb481dc7e458356325510933eb0/assets/cozy/supported/neoforge_vector.svg)
![quilt](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/quilt_vector.svg)

[![ko-fi](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/kofi-singular-alt_vector.svg)](https://ko-fi.com/xhyrom)

**LAN Properties** enhances the vanilla “Open to LAN” interface to provide full control over all server settings, just like in server.properties on a dedicated server.

## What is LAN Properties?

LAN Properties is a mod that gives you access to all server.properties settings when opening your world to LAN, just like on a dedicated server.

## How do I use it?

Simply install the mod and click “Open to LAN” as normal. There will be a configuration button that lets you customize all server settings.

### Hybrid Mode

LAN Properties introduces an additional property called **`hybrid-mode`**.

When `online-mode` is disabled but `hybrid-mode` is enabled, the server attempts to authenticate players in a “best of both worlds” approach:

– **If an account with the player’s username exists** → The server fetches the official UUID from Mojang’s session servers.
– **If the session servers are unreachable or the username does not belong to a valid account** → The server falls back to using an offline UUID.

This ensures that premium (online) players always keep their correct UUID, while still allowing offline players to join when needed.

Ksyxis

# Ksyxis

Speed up your world loading by removing unneeded chunks.

## Language

– **English** ([Extended Version](https://github.com/VidTu/Ksyxis/blob/main/docs/README.md))
– [Русский](https://github.com/VidTu/Ksyxis/blob/main/docs/README_ru.md)

## Downloads

– [Modrinth](https://modrinth.com/mod/ksyxis)
– [CurseForge](https://curseforge.com/minecraft/mc-mods/ksyxis)
– [GitHub Releases](https://github.com/VidTu/Ksyxis/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](https://modrinth.com/mod/mixinbootstrap),
[MixinBooter](https://modrinth.com/mod/mixinbooter),
[UniMixins](https://modrinth.com/mod/unimixins), or any other)

## About

Depending on your game version, Minecraft loads some
[chunks](https://minecraft.wiki/w/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](https://discord.gg/Q6saSVSuYQ).

**Q**: Where can I download this mod?
**A**: [Modrinth](https://modrinth.com/mod/ksyxis),
[CurseForge](https://curseforge.com/minecraft/mc-mods/ksyxis),
or [GitHub Releases](https://github.com/VidTu/Ksyxis/releases).
You can also find unstable builds at
[GitHub Actions](https://github.com/VidTu/Ksyxis/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](https://github.com/VidTu/Ksyxis/issues). If you are not
sure whether this is a bug or a simple question, you can join the
[Discord](https://discord.gg/Q6saSVSuYQ). Report security vulnerabilities
[here](https://github.com/VidTu/Ksyxis/security).

**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](https://github.com/VidTu/Ksyxis/blob/main/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](https://www.youtube.com/watch?v=PXWdDoVU1C4).

**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](https://modrinth.com/mod/mixinbootstrap),
[MixinBooter](https://modrinth.com/mod/mixinbooter),
[UniMixins](https://modrinth.com/mod/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](https://github.com/VidTu/Ksyxis/blob/main/docs/README.md#for-developers)
on GitHub for FAQ on mod’s technical aspects.

## License

This project is provided under the MIT License.
Check out [LICENSE](https://github.com/VidTu/Ksyxis/blob/main/LICENSE)
for more information.

## Credits

This mod is developed primarily by [VidTu](https://github.com/VidTu),
but it wouldn’t be possible without
[contributors](https://github.com/VidTu/Ksyxis/graphs/contributors) and
some [technologies](https://github.com/VidTu/Ksyxis/blob/main/docs/README.md#credits)
used.

## Development

See [README](https://github.com/VidTu/Ksyxis/blob/main/docs/README.md#development)
on GitHub for details about developing this mod.

Jeffy Lib [BTW Addon]

Better Than Wolves addon that provides extended functionality and hooks for other addons to use. Currently used by my addon [Jeffy Backpacks](https://modrinth.com/mod/jeffy-backpacks).

_This project is licensed under MIT, feel free to redistribute and fork my code._

Jeffy Backpacks [BTW Addon]

An immersive, balanced implementation of backpacks for Better Than Wolves CE. If you’re looking for some extra space for those long adventures, big caving trips, or what ever thing you may want to do away from home; my addon has you covered!

Depends on [Jeffy Lib](https://modrinth.com/mod/jeffy-lib) and [BTWCE](https://modrinth.com/mod/btwce)

## Showcase

## Features
* 3 new storage bags, placed in various points in progression
* Access backpack items from any screen, via a new item GUI interaction system
* Lunchboxes, which hold multiple stacks of food and can be eaten from
* Filters, which allow and disallow certain items to enter your backpack
* A new penalty based on the amount of items on your person; too many items will cause debuffs!
* When worn, items will be automatically put into the bag when your inventory is full.
* Storage bags are able to be dyed like leather armor

## Usage
* While cursor is empty
* Right clicking a bag => Selected item is extracted
* Shift + right clicking a bag => Topmost item is extracted
* While item is grabbed by cursor
* Right clicking a bag with an item => Item is put into the bag
* While bag is grabbed by cursor
* Right clicking + drag with a bag => Items are inserted
* Shift + right clicking + drag with a bag => Items are extracted

## License
_This project is licensed under MIT, feel free to fork and redistribute my code._

habitable end mod

adds a new type of leaves for my habitable end data pack and a version of iron ore for the end and a new type of fruit (apple values) not done yet with making the mod
fabric mod first real mod got a few English sets in but not all if you want a translation message me with the file name and your translation code
its for this datapack habitable end Minecraft Data Pack (planetminecraft.com)
the endrus leaves have a lightlevel of 15
sorry about the bad textures not good at textures
use habitable end mod snapshot Minecraft Mod (planetminecraft.com) for 1.19.4
due to problems updating i may take longer
added some in work stuff no way to feature toggle
and endrus logs and planks craft the planks with one log
pictures out of date purple oak logs will fix that
use 23w05a+ will use newest version after that once 1.19.4 for this one
worldgen datapack is now builtin
adds end temples with a new type of wood endrus wood that gives light level 15
and trees and iron ore in ground in endstone
this will be for snapshots after 1.19.4
warped endrus trees are in end highlands
moving models to there own textures may break will fix when i can
endrus and warped endrus sapling you get them in the temple chests and trees
you plant them on end stone
endite tools are prototype
will add saplings to showcase
added netherite smithing template and ingot to end city loot
added endite a tool set and armor with double netherite stats you upgrade from netherite with endite ingots and a template
you craft ingots from iron ingots and endite shards
you bread the enderbara with endrus fruit
adds lecterns and crafting tables , fletching table composters and ladders and cartography tables and barrels for the wood
they are being readded so expect things to be broken

Graphite

Graphite Logo

Graphite

A Vulkan-based renderer for Minecraft: Java Edition 1.8.9

## Overview

Graphite is a Fabric mod that replaces Minecraft’s default OpenGL renderer with a fully rewritten Vulkan 1.3 renderer.

This is not a wrapper or translation layer. It is a complete rewrite of the rendering system, built to better match modern GPU architectures and reduce CPU overhead.

## Why Graphite?

– Replaces the legacy OpenGL 2.1 renderer with Vulkan 1.3
– Lower CPU overhead and better frame pacing
– Designed for modern GPUs and drivers
– Opens the door for more advanced rendering techniques

## Installation

### Requirements

– Ornithe modloader

### Steps

1. Install Ornithe
2. Download the latest Graphite release from this repository
3. Place the jar file into your `.minecraft/mods` folder
4. Launch the game

## Links

– Download: https://modrinth.com/mod/graphite
– Discord: https://discord.gg/gMHVnMBEMh

## Notes

– This project is experimental and still in development
– Expect bugs, crashes, and incomplete features
– Please report issues with logs attached

## Licensing

This project includes code derived from Sodium.

Both Graphite and Sodium are licensed under Polyform Shield 1.0.0.

– Graphite license applies to original code in Graphite
– Sodium license applies to any reused or adapted portions from Sodium
– Graphite’s modifications and additions are licensed under the same terms as Sodium, but those protections apply to us as well

An exception to this is the `vulkan-api` module, which is licensed under a custom license.

G1ax Crystal Optimizer

# 🔮 G1ax Crystal Optimizer

**The ultimate crystal PvP optimization mod for Minecraft 1.21.1+**

G1ax Crystal Optimizer is a high-performance Fabric client mod that revolutionizes crystal PvP gameplay with advanced optimization techniques and intelligent packet management.

## ⚡ Key Features

### 🚀 **Fast Crystal Placement**
– **Intelligent Packet Optimization**: Dynamically adjusts packet sending based on your ping (1 packet for <50ms, 2 packets for >50ms)
– **Async Processing**: Non-blocking crystal placement for maximum performance
– **Smart Collision Detection**: Advanced collision checking to prevent invalid placements
– **Zero Client-Side Lag**: Optimized threading ensures smooth gameplay

### 💥 **Advanced Crystal Breaking**
– **Server-Side Optimization**: Intelligent server-side crystal break detection
– **Damage Calculation**: Considers potion effects and armor for accurate damage prediction
– **Multi-Entity Support**: Targets End Crystals, Slimes, and Magma Cubes
– **Automatic Cleanup**: Client-side crystal cleanup for better performance

## 🛠️ Technical Specifications

– **Minecraft Version**: 1.21.1+
– **Mod Loader**: Fabric
– **Java Version**: 21+
– **Dependencies**: Fabric API, MidnightLib (bundled)
– **Environment**: Client-side only

## 📊 Performance Benefits

– **Reduced Latency**: Up to 50% faster crystal placement in high-ping scenarios
– **Memory Efficient**: Minimal memory footprint with smart garbage collection
– **CPU Optimized**: Async processing prevents main thread blocking
– **Network Optimized**: Intelligent packet management reduces bandwidth usage

## 🔧 Installation

1. Install [Fabric Loader](https://fabricmc.net/use/installer/) for Minecraft 1.21.1+
2. Download [Fabric API](https://modrinth.com/mod/fabric-api)
3. Download G1ax Crystal Optimizer
4. Place both mods in your `mods` folder
5. Launch Minecraft and dominate crystal PvP!

## 🎯 Perfect For
– **Crystal PvP Enthusiasts**: Competitive players seeking every advantage
– **High-Ping Players**: Optimizations specifically help with latency issues
– **Anarchy Servers**: Built and tested on major anarchy servers
– **PvP Servers**: Enhanced performance for any crystal-based combat

## 📝 License

MIT License – Free and open source

## 🐛 Support

Found a bug or have a suggestion? Report it on our [GitHub Issues](https://github.com/AkaTriggered/G1axCrystalOptimizer/issues) page.

**⚠️ Disclaimer**: This mod is designed for legitimate gameplay enhancement. Always follow server rules and terms of service.

FPS Plus Legacy Fabric

# FPS-Plus

Legacy fabric port of FPS Plus using mixin. Tested 1.3.2-1.13.2 with Optifine and other mods.

Warn: 1.13.2 might have a texture bug. USE AS OWN RISK

FpsPlus has 4 versions:

version A: The normal mod. Uses Rivens normal Sin/Cos methods.

Version B: Uses Rivens SinHalf/CosHalf methods.

Version C: Reworked the MathHelper class again. Seems to be more stable.

Version D: Uses Libgdx Sin/Cos methods.

Performance I think: D=B>A>C

Should working on all LF versions.

Only use one version at once!

Tested with Optifine and other mods, also tested on Cursed LF BTW CE.

### See Original Post for more info

https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1290619-freeuse-no-permission-needed-fpsplus-1-5-2-1-7-10

## License
Copyright ©2013 abandenz

FREEUSE

You can do whatever you want without an ask according to abandenz’s posts.

https://www.minecraftforum.net/members/abandenz/posts

## 100 downloads 2023.1.1 happy new year!