Lime Food
Makes some foods a nice lime green color (i like lime green)
Makes some foods a nice lime green color (i like lime green)

## Removes the shading engine
every texture has a little gamma however it does still have support for dark areas/night
## Probably the worlds smallest shader!
it makes the game like some youtuber shaders
ex. MumboJumbo

# LegacyVoiceChat
**LegacyVoiceChat** adds proximity voice chat to legacy — including **Ornithe**, **StationAPI**, **Better than Adventure!**, **Project Poseidon**, **Risugami Modloader** and **More!**.
## ⚠️ WARNING
> **LegacyVoiceChat is currently a WIP mod.**
> Expect bugs, UI changes, and protocol changes at any time.
## Features
### Proximity Voice Chat
– 3D positional audio
– Directional sound based on player orientation
– Dynamic volume fading with distance
### Audio Device Management
– Choose custom **input** and **output** devices
– **Push-to-Talk** or **Voice Activation** modes
– Adjustable mic sensitivity
### Groups / Parties
– Create or join voice groups
– Talk privately with teammates (ignores distance)
### Mute & Deafen
– Mute specific players or yourself
– Deafen to silence all incoming voice
Looking for the raw jar file for MultiMc or Prism Launcher? Click Here
### Server Notes
Make sure to port forward “`25566 UDP“` or change the port in the server config
## Note: prism launcher has fixed this issue in a much better way, please use that instead, if you can.
This mod brings player textures from the new skin server to versions 1.3-1.7.5.
At the moment it only works for single player although multiplayer shouldn’t be too difficult as it would just be a matter of calculating skins per ClientPlayer instead of globally, if you want that, do lmk (discord is `tildejustin`, I know, so uncreative).
please note: there is a bug in prism / multimc for versions pre-1.6 where the username and session token is not set when launching with the `noapplet` trait, which fabric loader needs to work. This is fixed in specifically these premade instances and I have a pull request to the main legacy fabric instances to add the patch to this but as of writing it is not merged. This is not an issue with the vanilla launcher.
**for mcsr**: use mods.tildejustin.dev
If you’re looking for OptiFabric for 1.14 to 1.15.2 for regular Fabric instead of Ornithe, check out OptiFabric Origins
## Legacy OptiFabric
OptiFabric for Legacy Fabric (1.3.1-1.13.2) and Ornithe (b1.7.3-1.14.4)
– Legacy Fabric installer and official MultiMC instances: https://legacyfabric.net/downloads.html
– Ornithe installer (can generate MultiMC instances): https://ornithemc.net
– Legal speedrunning MultiMC instances for Ornithe and Legacy Fabric (vanilla LWJGL, no extra libraries or mods): Minecraft-Java-Edition-Speedrunning/legacy-fabric-instance-generator/releases
based on the work of RedLime’s OptiFabric-Pre1.14, a fork of hYdos’s OptiFabric 1.8.9 which
in turn is a derivative of modmuss’ original OptiFabric
## installing
this mod requires an optifine jar in the mods folder alongside optifabric. for 1.7.2 and onwards this can be sourced
from OptiFine’s official website, and older versions these can be retrieved either
from SpeedyCube64’s Pre-1.9 Optifine Archive or on
the OptiFine history thread.
## how it works
this mod uses Minecraft-Java-Edition-Speedrunning/fabric-asm, a minor derivative
of Cat Core’s Fabric-ASM/no-guava which itself is an updated version
of Chocohead’s fabric-asm. fabric asm allows more extreme asm modification and the fork used has no dependency on guava or apache
commons, which older minecraft versions don’t provide.
### steps
1. the mod looks for an optifine installer or mod jar or zip in the current mods folder
2. if it finds an installer jar it runs the extract task in its own throwaway classloader
3. the optifine mod jar is a set of classes that need to replace the ones that minecraft provides
4. optifine’s replacement classes change the name of some lambda methods, so it take a good guess at the old name (using the original minecraft jar)
5. remap optifine to intermediary
6. move the patched classes out as they won’t do much good on the classpath twice
7. add optifine to the classpath
8. register the patching tweaker for every class that needs replacing
9. replace the target class with the class that was extracted, also do some more fixes to it, and make it public (due to access issues)
10. hope it works
## notes
– this mod does not really work in dev or named environments. In Legacy Fabric’s case the yarn builds are corrupted in some versions so this cannot work atm, feather is better but still has issues.
– the accessWideners are created based on the output of tiny remapper’s checkPackageAccess option, but they are unlikely to ever be 100% complete. if you have a crash that has to do with and invalid access, report it and it may be able to be fixed.
## class excluder
this is a kind of hidden feature that is occasionally useful to remove files when remapping the jar. to do this, it reads the `optifabric-excluded-classes.json` file
in `.minecraft/config/` if it exists, and expects the file to contain a mapping of versions (field names) to an array of removable classes (or textures or anything else, it’s just
a filename).
an example file contents to revert the removal of the profiler for 1.3.2 light is provided below. if the optifine version you are trying to make an excluder extry for has already
been loaded before in your instance, delete its folder in the `.optifine` folder in `.minecraft` to force a recache.
“`json
{
“OptiFine_1.3.2_L_B2”: [
“ik.class”
]
}
“`
Makes ur panorama the og Minecraft Minigames lobby (new)
# What does the pack do?
This pack adds the original Legacy Console Edition background panorama to java edition!
## It says incompatible?
This pack should be compatible with almost every Minecraft version because it only changes the panorama.
## Why does this exist?
This exists purely because **I got bored** and wanted to re-create the old Minecraft Legacy Console Edition background panorama with a world I downloaded lmao.
Kreklinok Pack
Kreklinok Pack is a PvP resource pack designed to make gameplay more comfortable while keeping the classic Minecraft style.
The pack improves item visibility and makes PvP clearer and more enjoyable without changing the vanilla feel of the game.
Features
• Clean food and totem textures

• Smaller fire for better visibility in combat

• Short swords for easier PvP, • 32×32 tools

• Improved item visibility
• Vanilla-style textures
• Many small improvements and tweaks
❗If you find any bugs or issues, feel free to contact me.
Discord “Kreklinok”
Telegram “Kreklinok”
Are you bored about the “player moved too quickly” notice on server?
Then you could use this mod to get rid of it!
Currently supports:
Forge: 1.19.x
Fabric: All Versions
# JMTP (JourneyMap TelePort)
Plugin for Minecraft Spigot which allows teleporting through the dimensions (especially for using with JourneyMap)
## Commands
### /wtp
`/wtp {dim} {x} {y} {z}` – teleports you to provided dimension and coordinates
*dim*, *x*, *y*, *z* – must be **signed int**
### /wtp_version
`/wtp_version` – prints version of plugin
### /wtp_dims_list
`/wtp_dims_list` – prints all avaliable dimensions
## Tested server cores
– ❌ Craftbukkit version git-Bukkit-1.8.1-R4-17-g04a14f7-b1493jnks (MC: 1.0.0) (1.0.0-R1-SNAPSHOT)
– ✅ CraftBukkit version git-Bukkit-1.1-R4-23-gb2d2dba (MC: 1.1) (1.1-R5-SNAPSHOT)
– ✅ CraftBukkit version git-Bukkit-jenkins-CraftBukkit-183 (MC: 1.2.5) (1.2.5-R5.0-MCPC-SNAPSHOT)
– ✅ CraftBukkit version git-Bukkit-1.2.5-R5.0-1-g4d45a19-b2266jnks (MC: 1.2.5) (1.2.5-R5.1-SNAPSHOT)
– ✅ CraftBukkit version git-Spigot-959 (MC: 1.5.2) (1.5.2-R1.1-SNAPSHOT)
– ❌ CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-507 (MC: 1.5.2) (1.5.2-R0.2-SNAPSHOT)
– ✅ CraftBukkit version git-Bukkit-1.6.4-R2.0-b2918jnks (MC: 1.6.4) (1.6.4-R2.0)
– ❌ Cauldron-MCPC-Plus version git-Cauldron-MCPC-Plus-1.6.4-1.965.01.205 (MC: 1.6.4) (1.6.4-R2.1-SNAPSHOT)
– ❌ MCPC+ version git-MCPC-Plus-jenkins-MCPC-Plus-164-251 (MC: 1.6.4) (1.6.4-R2.1-SNAPSHOT)
– ✅ Spukkit b21 (1.7.2) (1.7.2-R0.1)
– ✅ CraftBukkit version git-Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10) (1.7.10-R0.1-SNAPSHOT)
– ✅ CraftBukkit version git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks (MC: 1.7.10) (1.7.10-R0.1-SNAPSHOT)
– ✅ Cauldron version 1.7.10-1614.58 (MC: 1.7.10) (1.7.10-R0.1-SNAPSHOT)
– ✅ KCauldron version 1.7.10-1492.152 (MC: 1.7.10) (1.7.10-R0.1-SNAPSHOT)
– ✅ CatServer version CatServer-dae70adc (MC: 1.12.2) (1.12.2-R0.1-SpigotAPI)
– ✅ CraftBukkit version git-Spigot-79a30d7-f4830a1 (MC: 1.12.2) (1.12.2-R0.1-SNAPSHOT)
– ✅ Paper version git-Paper-1620 (MC: 1.12.2) (1.12.2-R0.1-SNAPSHOT)
– ✅ Cardboard version git-7ae8ebd (MC: 1.18.2) (1.18.2-R0.1-SNAPSHOT) on **Fabric**
– ✅ Cardboard version git-6841632 (MC: 1.18.2) (1.18.2-R0.1-SNAPSHOT) on **Fabric**
– ❌ Cardboard version git-7ae8ebd (MC: 1.18.2) (1.18.2-R0.1-SNAPSHOT) on **Quilt**
– ❌ Cardboard version git-6841632 (MC: 1.18.2) (1.18.2-R0.1-SNAPSHOT) on **Quilt**
– ✅ CraftBukkit version 3608-Spigot-6198b5a-b5aa0be (MC: 1.19.2) (1.19.2-R0.1-SNAPSHOT)
– ✅ Paper version git-Paper-333 (Git: eec64a4) (MC: 1.19.3) (1.19.3-R0.1-SNAPSHOT)
### Why not working
– 1.0.0 has issues with logger
– MCPC+ (and Cauldron before 1.7.x) have issues with plugin remapping
– Cardboard on Quilt has problems with Fabric version detection (could be fixed by Cardboard devs in future)