Movie Sounds

A resourcepack to bring some of the Minecraft movie sounds to the normal game..

– [ FLINT AND STEEL (Extended Version) ](https://www.youtube.com/watch?v=00iQSiN12G8) by EpochGD over Chirp
– Water bucket
– Flint and steel
– The nether (going through portal)
– The overworld (entering portal)
– Enderpearl
– Chicken
– Iron Golem
– Cave ambience
– Fuse and explosion

> # How to install
>
– **1:** Download Movie Sounds.zip
– **2:** Go to %appdata%
– **3:** Copy the .zip file to /Roaming/.minecraft/resourcepacks
– **4:** Load Minecraft and select the Movie Sounds Pack

> # FAQ:
>
– **Q:** Does this work with my resource pack?
**A:** Yes.
– **Q:** Do I need any mods to use this?
**A:** No.

If you have any questions mail me: [email protected]

Movie Portal

## A simple texture pack to replace the Nether Portal for the Minecraft Movie Portal.
> # How to install
>
– **1:** Download Minecraft Movie Portal.zip
– **2:** Go to %appdata%
– **3:** Copy the .zip file to /Roaming/.minecraft/resourcepacks
– **4:** Load Minecraft and select the Minecraft Movie Portal Texture Pack

> # FAQ:
>
– **Q:** Does this work with my resource pack?
**A:** Yes.
– **Q:** Do I need any mods to use this?
**A:** No.

MoneypluginPRO

MoneyPlugin

Modern economy plugin for Paper, Spigot, and Purpur servers with shops, auction house, balance system, and utility GUIs.

Features

Player economy system
GUI shop menus
Auction House (/ah)
/bal, /baltop, and /pay
Item destroy GUI
PlaceholderAPI support
Fast and lightweight

The /shop items and prices can be fully edited in config.yml.

PlaceholderAPI

%moneyplugin_balance%
%moneyplugin_balance_raw%

Supported Versions

1.20+

Moin Leute Trymacs hier – Laserluca

**Deutsch**
Dieses Ressourcenpaket fügt den “Moin Leute Trymacs hier” Soundeffekt ein, wenn man sich einem Creeper nähert. Dieser Sound ist aus dem Minecraft Let´s play “Minecraft mit Luca” Staffel 1 von dem YouTuber Laserluca bekannt, weil er diesen Sound immer hinzugefügt hat, wenn ein Creeper da war. Dieses Pack fügt diesen Sound automatisch dazu, wenn ein Creeper zündet. Es dient hauptsächlich zu nostalgiezwecken. Diese Version der Mod funktioniert für alle Minecraft Versionen.

**English**
This resource pack adds the “Moin Leute Trymacs hier” sound effect when approaching a Creeper. This sound is known from the Minecraft Let’s play “Minecraft mit Luca” season 1 by the YouTuber Laserluca, because he always added this sound when a Creeper was there. This pack automatically adds this sound when a Creeper ignites. It is mainly for nostalgia purposes. This version of the mod works for all Minecraft versions.

legacy-lwjgl3

# legacy-lwjgl3

A mod for [Ornithe](https://ornithemc.net) to run old versions of Minecraft with [lwjgl3](https://github.com/lwjgl/lwjgl3).

### Usage

#### Configuration

The mod offers optional configuration options via system properties or
environment variables.

A list of currently available options is provided below.

| Property Name | Environment variable name | Description |
|———————————————–|———————————————–|——————————————————|
| `legacy_lwjgl3.use_sdl` | `LEGACY_LWJGL3_USE_SDL` | Use SDL3 instead of GLFW for window & input handling |

### Unstable versions (CI)

Bleeding-Edge versions can be found in the Actions tab of the repository: https://github.com/moehreag/legacy-lwjgl3/actions.

### Building

This mod can be built using `./gradlew build`, jars can then be found at `build/libs/`.

### Dev

This mod is published to AxolotlClient’s maven, located at https://maven.axolotlclient.com.

“`kotlin
repositories {
maven(“https://maven.axolotlclient.com/releases”)
//maven(“https://maven.axolotlclient.com/snapshots”) // for unstable versions, optional
}

dependencies {
modImplementation(“io.github.moehreag:legacy-lwjgl3:“)
}
“`

### IME support for other mods

This mod provides IME preedit overlay functionality. If other mods provide independent text field implementations
they will not integrate with IME by default. legacy-lwjgl3 publishes a small API package which allows other mods
to integrate with IME input.

“`kotlin
repositories {
maven(“https://maven.axolotlclient.com/releases”)
//maven(“https://maven.axolotlclient.com/snapshots”) // for unstable versions, optional
}

dependencies {
modImplementation(“io.github.moehreag.legacy-lwjgl3:api:“)
}
“`

### Contributing

Contributions are welcome! Due to the project structure and its goal to support as many Minecraft versions
as possible working with the codebase is not trivial. If you are interested in contributing and need
assistance please join our [Discord server](https://discord.gg/BfmYmPw3Ts)

### Credits

This mod is forked from the version for legacyfabric authored by Zarzelcow: https://github.com/Zarzelcow/legacy-lwjgl3.
It is based on [lwjgl2](https://github.com/lwjgl/lwjgl) and a forge mod by gudenau: https://github.com/gudenau/MC-LWJGL3.

Additional Credits to:
– The OrnitheMC Project: https://ornithemc.net
– Contributors to this mod, especially: [Floweynt](https://github.com/Floweynt)

Mods Type Checker

# ModsChecker

CLI tool to audit Minecraft mods and flag client-only mods. It scans a `mods` folder, calculates hashes, and queries Modrinth and CurseForge to classify mods.

## Features
– Modrinth lookup by SHA1.
– CurseForge lookup by fingerprint (batch request).
– Metadata detection from `fabric.mod.json`, `META-INF/mods.toml`, `mcmod.info`.
– Client-only classification + heuristics.
– Console summary and optional JSON report.
– English/Russian output.

## Requirements
– Runtime: Java 8 to 25.
– Build: JDK 17+ (Gradle 8.x requirement).

## Build
“`bash
./gradlew build
“`
Resulting fat-jar:
“`
build/libs/modschecker-1.0.0.jar
“`

## Run
“`bash
java -jar modschecker-1.0.0.jar
“`

## Example output
![Example output](https://cdn.modrinth.com/data/cached_images/f2e0211e7bde13aa39ef8b0e5eb706b6e347c055.png)

## Configuration file
On first run, a `modschecker.properties` file is created next to the jar (or in the working directory).

Example:
“`properties
modsDir=./mods
curseforgeApiKey=
gameId=432
verbose=false
jsonOutput=
language=ru
pauseOnExit=true
“`

## CLI options
– `–modsDir `: Mods folder (default `./mods` next to the jar or cwd).
– `–curseforgeApiKey `: API key (or env `CURSEFORGE_API_KEY`).
– `–gameId `: Default `432` (Minecraft).
– `–jsonOutput `: Save JSON report.
– `–verbose`: Print extra diagnostics.
– `–language `: `ru` or `en`.
– `–pause`: Wait for Enter before exit (default on Windows).
– `–noPause`: Do not wait for Enter.

## Classification rules
A mod is considered client-only if:
– Modrinth `client_side=required` and `server_side=unsupported` (client required), or
– Modrinth `client_side=required` and `server_side=optional` (client preferred).

If Modrinth data is not available, a heuristic is used based on keywords in mod names.

## Notes
– CurseForge is used for identification only (no explicit client/server flags).
– No infinite retries or loops; HTTP timeouts are used.

Mod Menu Ornithe

Bringing [Mod Menu](https://modrinth.com/mod/modmenu) to legacy Minecraft versions through [Ornithe](https://ornithemc.net)!

Requires [Ornithe Standard Libraries](https://modrinth.com/mod/osl).

![mods screen](https://cdn-raw.modrinth.com/data/LIGlLgiL/images/f21b31755cee2b52424a0e1d1edcfc1c537af741.png)

ModernBosses

🛡️ ModernBosses: The Ultimate Boss Experience
ModernBosses is a high-performance, feature-rich Minecraft plugin designed to transform your server’s combat experience. Tired of the same old vanilla bosses? ModernBosses brings a new era of challenging encounters, unique mechanics, and epic rewards to your world.
Whether you are running a Survival, RPG, or Factions server, ModernBosses provides the tools you need to create unforgettable battles that will keep your players on the edge of their seats
✨ Key Features
🔥 Advanced AI & Skills: Bosses aren’t just “mobs with high HP.” They use custom-coded abilities, ranging from area-of-effect spells and teleportation to summoning minions and environmental hazards.
📊 Dynamic Boss Bars: Fully customizable boss bars that track health in real-time with smooth animations and color-coded phases.
💎 Custom Loot Tables: Reward your champions with unique items. Supports custom NBT tags, enchanted gear, and even economy-based rewards (requires Vault).
🛠️ Effortless Configuration: Everything is tweakable. Adjust health, damage, speed, skills, and spawn rates through a simple and organized YAML configuration.
🌍 Intelligent Spawning: Set specific biomes, dimensions, or custom coordinates for bosses to appear. You can also trigger bosses via craftable “Summoning Shards.”
⚡ Optimized Performance: Built with performance in mind. ModernBosses uses asynchronous tasks and optimized entity handling to ensure zero lag, even during intense fights.
🕹️ Modern Mechanics
What makes this plugin “Modern”?
Phase-Based Combat: Bosses can change their behavior and skills as their health drops.
Interactive Environments: Some bosses can manipulate the blocks around them or use the weather to their advantage.[2]
Multi-Stage Rewards: Loot is distributed fairly based on damage dealt or participation, preventing “loot stealing.”
📜 Commands & Permissions
Command Description Permission
/boss TYPE… boss.admin
🚀 Installation
Download the ModernBosses.jar file.
Drop it into your server’s plugins folder.
Restart your server.
⭐ Why Choose ModernBosses?
We believe that every server deserves a legendary challenge. ModernBosses is constantly updated with new skills, better optimization, and community-requested features. Join the hunt today!

Modern Textures

Backports textures from modern Minecraft to 1.2.5 and older.

The “No Mojang” version doesn’t replace the Mojang startup logo. The size of the modern image causes

Mod Remapping API

# Mod Remapping API

Remaps non-Fabric mods made for a different environment (by default obfuscated) to the current runtime mappings.
Provides hooks to expand the remapping process from other mods.

This mod doesn’t depend on a specific Minecraft version and should work on any version that Fabric Loader can launch.

### Mods depending on this API:
– [Fabricated Legacy Forge](https://modrinth.com/mod/fabricated-forge)
– [Apron](https://modrinth.com/mod/Apron)
– [Fabricated-Rift](https://modrinth.com/mod/fabricated-rift)

## Credits
### Most of the original code of the mod remapper
– paulevsGitch’s mod BetaLoader