Fabric API

# Fabric API

Essential hooks for modding with Fabric.

Fabric API is the library for essential hooks and interoperability mechanisms for Fabric mods. Examples include:

– Exposing functionality that is useful but difficult to access for many mods such as particles, biomes and dimensions
– Adding events, hooks and APIs to improve interoperability between mods.
– Essential features such as registry synchronization and adding information to crash reports.
– An advanced rendering API designed for compatibility with optimization mods and graphics overhaul mods.

Also check out Fabric Loader, the (mostly) version-independent mod loader that powers Fabric. Fabric API is a mod like any other Fabric mod which requires Fabric Loader to be installed.

For support and discussion for both developers and users, visit the Fabric Discord server.

## Using Fabric API to play with mods

Make sure you have installed fabric loader first. More information about installing Fabric Loader can be found here.

The downloaded jar file should be placed in your `mods` folder.

Extended World Height (Y=2032)

Increase the build limit to Y=2032 in all dimensions.

**Warning:** If you remove this datapack/mod everything will disapear

Extended World Height (Y=512)

Increase the build limit to Y=512 in all dimensions.

**Warning:** If you remove this datapack/mod everything will disapear

Extended World Height (Y=1024)

Increase the build limit to Y=1024 in all dimensions.

**Warning:** If you remove this datapack/mod everything will disapear

Extended Build Limit

Extended Build Limit is designed for builders, terraformers, and modpack creators who find the standard Minecraft world height too restrictive. Whether you are building a space elevator reaching into the clouds or a sprawling subterranean empire in the deep dark, this project removes the invisible walls holding you back.

## 🚀 One Project, Two Ways to Play
To ensure maximum compatibility for every type of player, Extended Build Limit is distributed in two formats:

– As a Mod: Drop the .jar into your mods folder for a seamless, automated setup. Supports Fabric, Quilt, and NeoForge.
– As a Datapack: Perfect for vanilla servers or players who prefer not to use mod loaders. Simply add the .zip to your world’s datapacks folder.

## ✨ Key Features

– Massive Verticality: Extends the building range far beyond the standard $Y = -64$ to $Y = 320$.
– Seamless Integration: Fully compatible with major world-generation mods like Terralith, Tectonic, and Nullscape.
– Vanilla Friendly: Does not add new blocks or items, ensuring your world remains “vanilla-plus” and safe for future updates.
– Server-Side Optimized: Optimized to maintain high TPS (Ticks Per Second) even with the increased chunk data.

## 📖 Installation Guide

### For Mod Users

Download the version corresponding to your loader (Fabric/Quilt/NeoForge).
Place the file in your .minecraft/mods folder.
Launch the game and create a new world (or backup an existing one).

### For Datapack Users
Download the .zip version of the project.
In the Minecraft World Selection screen, click Edit > Open World Folder.
Place the zip file into the datapacks folder.
Run /reload in-game or restart the world.

_⚠️ A Note on Performance: Increasing the build limit increases the amount of data per chunk. While this project is optimized, players on lower-end hardware may need to adjust their render distance for the best experience._

Expressions Provider

# Expressions-Provider
Add MiniPlaceholders placeholders for complex mathematical and text expressions.

## Installation
– Install MiniPlaceholders
– Install this project in the mods or plugins folder, depending on the platform you use

## Placeholders
### Basic Operations
– **Addition** | ``
– `` == 10
– **Subtraction** | ``
– `` == 7
– **Multiplication** | ``
– `` == 180
– **Division** | ``
– `` == 2
– **Division remainder** ``
– `` == 1
– **Negation** | ``
– `` == -5
– `` == 5
### Round
– **Round down to integer** | ``
– `` == 5
– `` == 2
– **Round to nearest integer** | ``
– `` == 5
– `` == 3
– **Round up to integer** | ``
– `` == 6
– `` == 3
– **Get the lowest-valued number** | ``
– `` == 2
– **Get the highest-valued number** | ``
– `` == 500
– **A random number from 0 to 1** | `` | Acts like ``
– `` == 0.15
– **A random integer from `min` to `max`** | `` | Acts like ``
– `` == 69
– **A random number from `min` to `max` with a step of `step`** | ``
– `` == 68.75

### String Operations
– **Concat strings** | ``
– `` == “hello_world”
– **Create a substring of `s` from `n1` to `n2` character** | ``
– `` == “ll”
– **Get length of the string** | ``
– `` == 5
– **Format a string using Java String.format()** | ``
| *It may be useful for [user expressions](#User-expressions)*
– `` == “4drian3d is not a fruit”
– **Displays `r1` if `o1` and `o2` are same. Otherwise, displays `rs`** | ``
– `` == “NotEquals”
– **Sets `text` placeholders for a player with `uuid`.** | ``
– `>` == 4drian3d
– **Sets `text` placeholders for a player with `name`.** | ``
– `>` == 42
– **Expand to a [User expression](#User-expressions)** | ``

## User expressions
You can create your own expression shortcut in expressions.properties using our Expression Provider Language (EPL):

`add_and_multiply=“:”‘:’‘>”>` means `` will be evaluated to `arg1 + (arg2 * arg3)`.
So, `` evaluates to `‘>`, which is `2 + (3 * 4) = 14`

### Example user expressions
– `` – Remove `n` first characters from `s` (`hello`, `2` -> `llo`), EPL: `remove_first=“:”“:”‘>”>`
– `` – Remove `n` last characters from `s` (`hello`, `2` -> `hel`), EPL: `remove_last=“:0:”“>’:’‘>”>`
– `` – format a number (`1.234567`, `2` -> `1.23`), EPL: `decimals=‘:’f’>”:”“>`
– `` – pad an integer with zeros (`12`, `3` -> `012`), EPL: `pad_integer=‘:’d’>”:”“>`

## Nesting
Expressions can be nested. Try `/miniplaceholders parse me ‘>”>’>”>`

## Downloads
![](https://modrinth.com/plugin/expressions-expansion)

![](https://www.bisecthosting.com/4drian3d)

Euphoria Patches

Euphoria_Patches_Banner_By_Memokii


Discord

Changelogs

Euphoria Patches

Support

## Euphoria_Patches_logo   A Complementary Shaders Add-On

Patreon


– **Euphoria Patches**, an add-on for Complementary Shaders (Reimagined/Unbound), developed by SpacEagle17.
– Expands Complementary with optional handcrafted features.
– All options are disabled by default but can be individually enabled.
A “Popular Settings” tab and preset profile make it easy to apply commonly used options.

**Important notice: Please don’t report any bugs while using this add-on to Emin, contact information is below.**

## 📥 How To Install:

If you don’t know how to Install Euphoria Patches, read these instructions: **euphoriapatches.com/how-to-install/**!

## 🔗 Links
* **Support SpacEagle17 on Patreon and get access to Preview Versions!**
* **Website** of Euphoria Patches!
* **Changelogs** of Euphoria Patches!
* **Contact:** **https://euphoriapatches.com/contact**
* Add **Modded Blocks** or **Translation Files** to Euphoria Patches!

## ❓ FAQ
Got anymore questions? Frequently Asked Questions Page: **euphoriapatches.com/faq/**!

## Sponsored by Ember Host
Looking for an affordable and reliable Minecraft server host? Ember Host offers incredible value and top-tier support!

Click the banner or use code **EUPHORIA** at checkout for **10%** off your first purchase. Plus, **70%** of your purchase supports Euphoria Patches!

Special thanks to Emin the developer of Complementary Shaders and all testers on Discord! This project would have been impossible without you! Credits For Euphoria Patches: https://www.euphoriapatches.com/credits/

Epic Adventures

(Official Bedrock/ MCPE version)
https://marketplace.minecraft.net/en-us/pdp?id=2cb95793-3d16-40a9-9ccb-3926fba8b737

If you get yourself a copy of the bedrock version then you support me and my work.
And you allow me to make much better updates and content in the future.

If you do please also consider giving it a good rating <3 **(INTRO)**   Hey y'all my name is Toby and I'm an artist from Belgium. I have been working hard on this pack ever since I started on February 6th of 2017. it's by no means perfect but I hope you all like it. I will be updating it for the foreseeable future, The packs always changing and updated regularly If you would like to keep up with updates please check out my Discord. Official Epic Adventures Discord I also have a Twitter too! https://twitter.com/TPlowy That leads me to my next topic...   **(FEEDBACK)** I started work on this texturepack a while ago, It was nowhere near the level of quality nore scale that it is now. That being said I am hoping to get feedback, so please feel free to leave me some feedback or ideas. (I am able to accept negative feedback. just remember that I am a human with emotions XD ) Feedback is always welcome for sure! **(COPYRIGHT)**   ©️Toby Plowy AKA toby109tt all rights reserved. Please follow these rules. thank you in advance! You may: - Make showcase videos and posts. please send people a link to this pack. (If you link to the pack please link to this page.) - Have fun with my pack ;D You may not:   - Redistribute this pack or any of its assets as your own. - Commercially use my assets. - Create public mashup/edits using this pack’s assets. You can however make private edits. - upload my pack to any other sites. Articles are also not allowed. All links in YouTube video's must directly go to this page! NO Other links allowed. This pack shal NOT be shown in any way on resourcepack.net or 9minecraft or similar sites!   **(OUTRO)** Also please consider having a look at my Patreon =D https://www.patreon.com/toby109tt and/or my PayPal.me https://www.paypal.me/toby109tt Thank you all for reading :3 Have a nice day/night. -Toby :3 (Sponsor)   Play with your friends and family the easy and affordable way at Bisecthosting by clicking the banner below or using link https://bisecthosting.com/toby109tt you can instantly get 25% off your subscription And it's already very cheap as is so if this sounds interesting to you... →Simply click the banner below or link above and use promo code toby109tt to get your discount now! Have fun!!!← Thanks Bisect for sponsoring me ;3

Enhanced Sun

![15% OFF YOUR FIRST MONTH WITH CODE: GARTMAN](https://cdn.modrinth.com/data/cached_images/76daa455cb80c6d3c27832e42f5089e734227b42.png)

By Using Code “GARTMAN” When Buying A Server You Are Not Only Getting A Discount, But Supporting Me In The Process!

Get Your Server Now!

Are You Tired Of The Vanilla Minecraft Sun? Don’t Like Square Style Mojang Went For? Well, You’re In Luck Because This pack makes the sun round but keeps the same vanilla colors. Sunsets Look Great With This Resource Pack!

I strongly recommend using this with my other resource pack Enhanced Moon.

Shader Support:

– BSL Shaders
– Complementary Shaders
– Sildurs Vibrant Shaders
– Sora Shaders
– Rethinking Voxels
– Seus Renewed
– Sildurs Vibrant
– Seus PTGI HRR 3

(I Might Have Missed Some Shaders)

Enhanced Moon

![15% OFF YOUR FIRST MONTH WITH CODE: GARTMAN](https://cdn.modrinth.com/data/cached_images/76daa455cb80c6d3c27832e42f5089e734227b42.png)

By Using Code “GARTMAN” When Buying A Server You Are Not Only Getting A Discount, But Supporting Me In The Process!

Get Your Server Now!

A Resource Pack That Makes Minecraft’s Iconic Square Moon Into A Circle! It manages to keep the same colors, and almost the same texture, as the regular moon, just like Enhanced Sun! And it even includes moon phases!

I strongly recommend using this with my other resource pack Enhanced Sun.

Shader Support:

– BSL Shaders
– Complementary Shaders
– Sildurs Vibrant Shaders
– Sora Shaders
– Rethinking Voxels
– Seus Renewed
– Sildurs Vibrant
– Seus PTGI HRR 3

(I Might Have Missed Some Shaders)