Force Port

# Force Port
Download from Modrinth

A mod that forces the port to always be the same when using the “Open To LAN” feature!

*Client-side only!*

![Demonstration](https://raw.githubusercontent.com/GalvinCraft/forceport-fabric/main/.github/assets/java_KexlmNWPWE.png)

*The configuration menu on recent Minecraft versions*

# Usage
Force Port allows you to modify the default port used when opening your world to LAN. This is useful for those who want to use a specific port for their server.

Just go to the installation location for that Minecraft instance, and open the `config` folder. You should see a file called `forceport.txt`. Open it with a text editor and change the port to your desired port.

# Compatible Versions
| Mod Version | Game Version(s) | Mod Version Title |
|————-|—————–|————————-|
| 1.0.1 | 1.14+ | force-port-fabric-1.0.1 |
| 1.0.0 | 1.14+ | force-port-fabric-1.0.0 |

# Important Note
– This mod hasn’t been tested full on older Quilt versions or older mod loaders. However, this mod does work on Fabric for 1.14 and above using Mod Loader 0.16.0+
– If you’re using the latest Minecraft versions, you can use this mod without any issues.
– The Fabric API is NOT required for this mod to work.
– This mod is built with Java 21, so you need to change your Java version to 21 (or above) in the instance settings to run this mod, on any versions prior to 1.20.5.
– As of 1.0.1, if the config file is not valid, it will default to `25565` (the default port for Minecraft servers). This is to prevent the mod from crashing. If the mod doesn’t seem to work, please verify your config file!

# Changelog
## 1.0.1
– Fixed a bug where the mod would crash if newlines were added into the `forceport.txt` file (a default feature in some Linux text editors).
– Added a check to make sure the port is a number and is between 0 and 65535.

Font Tweak

Changes the look of 7, 4, w, W, and H. My first resource pack. This resource pack was made for me to test how Minecraft handles custom fonts. Feel free to use this mod without any copyright or license issues.

Font Fixer

## Summary

This mod fixes and extends the Font Renderer in Legacy versions of Minecraft by essentially backporting a newer version of the `FontRenderer` class (1.5.2 was used as the base in version 1; 1.12.2 is used as the base in version 2).

## Details

In particular, the following bugs have been fixed and features have been added:
– Fix the text width calculation and shadows when rendering non-ASCII characters
– Change Font height to 9 instead of 8
– Add support for glyphs/unicode characters
– Add missing formatting and color codes

## Installation

### As a ModLoaderMP / Forge mod

This mod needs to be installed as a **jar-mod**. That means, you have to…
1. Be sure to back up your `minecraft.jar`!
2. Extract the content of the mod zip into the `minecraft.jar` file
3. Delete the `META-INF` folder in there
4. Overwrite any existing files when doing so!
5. ???
6. Profit!

### As a Fabric mod

Just place the mod file in your mods folder 🙂

## Issues

– Some **OptiFine** versions have minor issues with Font Fixer installed (e.g., custom fonts do not work)
– ~~Some unicode characters could not be rendered~~ – this has been fixed in version **2**!

Fluff Clouds

This resource pack/texture pack combo brings back textured clouds that were, for a brief period of time, present between Infdev versions 20100611 and 20100624.

This simply takes the clouds.png texture from inf-20100618 and adds the fluff.png, also from that version, as a texture over it.

This resource pack/texture pack is compatible between versions Beta 1.8 and Release 1.20.4, and probably beyond as well!

FlashWool

![OTHER PROJECTS](https://modrinth.com/user/Kyrianow) ![DISCORD](https://discord.gg/qabbadeptc)

# FlashWool

**FlashWool** is a **Resource Pack** the change the wool texture to clean and flash texture.
(And works for wool carpet from 1.6.1 to 1.20.1)

– v1.0 is 128×128
– v1.1 is 1×1

Fake Hardcore Hearts

This mod changes all of the regular heart textures into their respective hardcore versions. This includes the regular hearts, withered hearts, absorbtion hearts, frozen hearts, and poison hearts. This also includes half and blinking varients.

FConfigLib

# FConfigLib
**FConfigLib** is a simple JSON configuration library designed specifically for Fabric Mod Loader.

## Features
* **Version compatibility**: FConfigLib is compatible with every Minecraft version, supported by Fabric Loader. It works on **Ornithe**, **LegacyFabric**, **Babric**, and other such projects.

* **Support for other games**: This library is not dependent on Minecraft code, it can be run on any other Java game loaded through Fabric Loader.

* **Easy to use API**: FConfigLib has annotation-based value limiters and validators. It allows for safe version conversion via config fixers.

Java 8+ is required in order for this mod to work.

## For mod devs

How to add to your project

Add JitPack to your repositories list in build.gradle.

“`groovy
maven {
name “JitPack”
url “https://jitpack.io”
}
“`

Add the following line to your dependencies in build.gradle.

“`groovy
dependencies {

modImplementation “com.github.ForwarD-NerN:fconfiglib:1.1.0”)
}
“`

Currently, there is no documentation available, however, you can look at an example here.

Fast Leaves +

Made for The Last Frontier of Dominion project

leavesplus


**If any mod creators are concerned about this resource pack supporting their mods, I’m open to communication.**

🌴 **Features:**

– Transparency **removed** from modded leaves
– Supported Mods:
– Oh The Biomes We’ve Gone
– Burnt
– Chipped
– IceAndFire Community Edition
– Malum
– [[Let’s Do] Meadow](https://modrinth.com/mod/lets-do-meadow)
**! Hanging Birch Leaves have a temporary solution / fix, which will most likely change with updates.**
– Nature’s Aura
– Nature’s Spirit
– Pastel
– Project: Vibrant Journeys
– Regions Unexplored
– Roots
– Thavma

For lovers of solid foliage and mods – enjoy! 🎋


Fast Leaves

Made for The Last Frontier of Dominion project

leaves


🍀 **Features:**

– Transparency **removed** from all vanilla leaves
– Dark oak leaves are **darker** for clearer visual contrast with oak leaves
– Glow lichen **no longer has a backside** – you almost never see it, so there’s no reason for it to exist

For lovers of solid foliage – enjoy using it! 🍂


Fabricated Legacy Forge

# Fabricated Forge

Load Forge/ModLoader mods as if they were Fabric Loader mods.

Supported Minecraft versions: 1.3.2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6 and 1.4.7.

This mod requires Mod Remapping API.

## Credits
### MinecraftForge
– Eloraam
– FlowerChild
– Hawkye
– MALfunction84
– Scokeev9
– SpaceToad
– LexManos

### Forge Mod Loader (FML)
– cpw
– Risugami, author of ModLoader
– LexManos

### Paulscode IBXM Library
– IBXM
– Martin Cameron

### Paulscode SoundSystem CodecIBXM
– Paul Lamb
– IBXM
– Martin Cameron

### Player API (2.0.0>)
– Divisor

### ClassLoaderFixer
– ThexXTURBOXx

### Fabricated Forge itself
– CatCore (aka. arthurbambou)
– Contributors