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

Fabric Placeholder

# Fabric Placeholder
A placeholder mod that provides the `fabric` mod ID for older mods.

## MALWARE WARNING
There is a vibe-coded version of this mod going around that downloads and runs a Remote Access Trojan (RAT). The impersonation has the mod ID `fabric-placeholder` along with code whereas this mod is called `fabric-ph` and has no code in it.

Do not run mods or modpacks from people who you do not absolutely trust, and be sure not to download anything off of Discord either.

## Do I need this?
**Probably not.** Fabric API only removed the `fabirc` mod ID in `26.1-snapshot-1`, so mods using this mod ID will need to be recompiled anyway. However, if a mod asks you to add `fabric` on 26.1 or later, you can try using this mod to resolve the error. However, it very likely won’t work. I mostly made this as a joke in the Fabric Voice Chat, so if this actually works for something, please ping @sylv256 in the Fabric Discord server because it would be extremely funny.

## Use Case
You may need this if you’re using simpler mods that support many
versions at once within one jar or simply a mod that hasn’t updated
to using the `fabric-api` mod ID as a dependency.

~~In general, it is better to install this mod than not, especially
if a mod requires `fabric` and you have Fabric API installed.~~

Fabric Database H2

# Fabric Database H2

This is a mod that enables the use of the H2 database for Fabric mods.

Note: This does not add content! This is a dependency that other mods use for compatibility.

This mod works independently of the Minecraft version used, as it only requires Fabric Loader to be available.

Explock

Explock is a plugin that allows blocking various explosions with plenty of configuration options and option for changing settings in the game

It has several commands to help you use it.

Commands

`/explock help` – Show command list
`/explock info` – Shows explosion block status information
`/explock reload` – Reload the plugin (config, messages)
`/explock turn` – Turn on/off explosion lock
`/explock update` – Show info about newest version
`/explock plugin` – Show info about plugin
`/explock gui` – Opens the in-game settings GUI

![Explock help](https://www.spigotmc.org/attachments/upload_2022-6-21_14-49-25-png.708992/)

Permissions

`explock.*` – All permissions
`explock.help` – Access to /explock help
`explock.reload` – Access to /explock reload
`explock.info` – Access to /explock info
`explock.update` – Show info about updates on join, access to command /explock update
`explock.turn` – Access to /explock turn
`explock.gui` – Access to /explock gui
`explock.save-config` – Access to /explock save-config [DEV-MODE]

You can enable sending messages to the console about blocking an explosion in the configuration.

config.yml

“`yml
enable: true #enable/disable explosion lock (true/false)
sendCancelMessage: false #sending a message to the console when locked explosion (true/false)
updateChecker: true #send message to console on load (true/false)
cancelExplosionDamage: true #cancel explosion damage (true/false)
keepItemsOnExplosion: false #cancel default items removal on explosion (true/false)
lockedEntities:
– PRIMED_TNT
– MINECART_TNT
#list of blocked explosions (entities)
enable-world-filter: false #enable/disable world filter (true/false)
enabledWorlds:
– world
#list of worlds where explosions will be locked
lockBlocks: false
#lock Beds explosion in nether and Respawn Anchor in normal world (true/false)
updateInfoToPlayer: true
#send update info on join to player with permission. (true/false)
“`

**NOTE**: In config you can add blocked entities. available: *PRIMED_TNT, MINECART_TNT, CREEPER, ENDER_CRYSTAL, WITHER, WITHER_SKULL*. Leave empty to lock all. You can also enable blocks explosion lock (bed in nether and anchor in normal world) in config.

You can easily change the messages sent by the plugin.

messages.yml

“`yml
Prefix: ‘ &8»&r ‘
None: None
All: All
Disabled: ‘&cDisabled’
Config:
reload: Loading config…
loaded: ‘&aSuccessfully reloaded’
Sender:
noPermission: ‘&cYou don”t have permission to this.’
explosionLockOff: ‘&7Explosion lock is &coff.’
explosionLockOn: ‘&7Explosion lock is &aon.’
cancelMessages:
‘Off’: ‘&7Messages about explode cancel are &coff&7.’
‘On’: ‘&7Messages about explode cancel are &aon&7.’
explosionLockEnabled: ‘&7Successfully &aenabled &7explosion lock.’
explosionLockDisabled: ‘&7Successfully &cdisabled &7explosion lock.’
cancelExplosionDamage:
‘Off’: ‘&7Explosion damage cancel is &coff&7.’
‘On’: ‘&7Explosion damage cancel is &aon&7.’
updateChecker:
‘Off’: ‘&7Update checker is &coff&7.’
‘On’: ‘&7Update checker is &aon&7.’
explosionCancelMessage: ‘&4Explosion canceled.’
lockedEntities: ‘&7Locked entities: ‘
wrongCommand: ‘&cWrong command! Type /explock help to get command list.’
blockExplosionLockInfo:
‘Off’: ‘&7Blocks explosion lock is &coff’
‘On’: ‘&7Blocks explosion lock is &aon’
updateInfoToPlayer:
‘Off’: ‘&7Update info to player on join is &coff’
‘On’: ‘&7Update info to player on join is &aon’
worldFilter:
‘Off’: ‘&7World filter is &cdisabled’
‘On’: ‘&7World filter is &aenabled’
List: ‘&7Explosion lock in worlds: ‘
keepItemsOnExplosion:
‘Off’: ‘&7Keeping items on explosion is &cdisabled’
‘On’: ‘&7Keeping items on explosion is &aenabled’
modules:
gui:
explosionDamageDisabled: ‘&7Successfully &cdisabled &7explosion damage lock’
explosionDamageEnabled: ‘&7Successfully &aenabled &7explosion damage lock’
updateCheckerDisabled: ‘&7Successfully &cdisabled &7update checker’
updateCheckerEnabled: ‘&7Successfully &aenabled &7update checker’
blockExplosionDisabled: ‘&7Successfully &cdisabled &7block explosion lock’
blockExplosionEnabled: ‘&7Successfully &aenabled &7block explosion lock’
sendUpdateInfoToPlayerDisabled: ‘&7Successfully &cdisabled &7update messages to
players’
sendUpdateInfoToPlayerEnabled: ‘&7Successfully &aenabled &7update messages to
players’
worldFilterDisabled: ‘&7Successfully &cdisabled &7world filter’
worldFilterEnabled: ‘&7Successfully &aenabled &7world filter’
keepingItemsDisabled: ‘&7Successfully &cdisabled &7keeping items on explosion’
keepingItemsEnabled: ‘&7Successfully &aenabled &7keeping items on explosion’
savedSettings: ‘&7Config saved!’
“`

Features

**Lock entity explosions
Lock blocks explosion
Entity lock filter
World filter
Update checker
Lock explosion damage
Lock explosion item remove
Canceled explosion info to console
Change plugin messages
Ingame GUI settings
Enable BETA/DEV-MODE
All is configurable!**

In-game GUI

![Gui – screenshot](https://www.spigotmc.org/attachments/upload_2022-7-16_16-34-46-png.714733/)

You can report a bug or consult question our discord, there you will also find configuration files for different languages and helpful informations.

![Discord – image](https://www.spigotmc.org/attachments/discord-png.545479/)

Click on upper image or click here

*Mainly supports the latest versions, but should work from 1.3.2 to 1.19.x*

Exit Confirmation

**Note that the alpha and beta versions can crash Minecraft.**
**This mod supports both forge and fabric, check the files tab to choose between those.**
_See the Bugs / Issues / Crashes section for more info on how to send feedback._

# Features
Configuration, including close prompt when using escape in title screen, when in-game and the quit button in the title screen.

Close prompt when trying to exit minecraft (occurs while following the config that’s set).

# Bugs / Issues / Crashes
**In Alpha / Beta releases stuff might change or break, it’s recommended to use them for testing purposes only.**

If there’s a problem with the mod: don’t post the crash report in the comments, but post it on the issue tracker here: Exit Confirmation Issues at GitHub.

If there’s no crash report but it still crashes, post the debug.log file in your .minecraft/logs folder to the issue tracker.

If there’s no crash report and there’s no crash in the debug.log, then there’s probably a problem with the Java installation or a windows driver (what I have sometimes).

# Feature requests
If you want to request a feature you can do it on GitHub.

![](https://discord.gg/dtdc46g6ry)

EntityManager

# 🧿 EntityManager

**EntityManager** is a high-performance, lightweight solution for server administrators who need absolute authority over entity spawning and presence. Whether you are optimizing a modern high-traffic Spigot server or maintaining a nostalgic **Alpha/Beta Replica** environment, this plugin provides the scalpel you need to dissect and control your world’s entity population.

### ✨ Key Features

* 🔄 **Dual-Mode Filtering**
Toggle between **Whitelist** (allow only specific types) and **Blacklist** (block unwanted intruders) with a single config switch.
* 🧹 **Smart Global Cleanup**
Automated background tasks periodically sweep your worlds to remove prohibited entities, keeping your MSPT low and your TPS high.
* 🏹 **Comprehensive Control**
Manage everything from classic mobs to technical entities:
* **Hostile & Passive Mobs** (Zombies, Cows, etc.)
* **Projectiles** (Arrows, Fireballs, Snowballs)
* **Utility Entities** (Armor Stands, Dropped Items, XP Orbs)
* ⚡ **Live Hot-Reloading**
Modify your `whitelist.yml` or `blacklist.yml` and run `/entitymanager reload` to see changes instantly—**no server restart required.**
* 📜 **Legacy & Modern Support**
Engineered for broad compatibility, making it a perfect fit for custom “Old-School” Replica setups and modern forks alike.

### 🛠️ Strategic Use Cases

* **Performance Tuning:** Stop entity-cramming and lag-inducing mob farms before they start.
* **Clean Hubs & Lobbies:** Automatically keep your spawn areas free of stray projectiles, dropped trash, or unwanted mobs.
* **Minigame Balancing:** Disable specific projectiles or item drops in sensitive arena environments.
* **Nostalgic Accuracy:** Fine-tune your Alpha/Beta Replica server by filtering out entities that don’t belong in that specific era.

### 📂 Commands & Permissions

| Command | Description | Permission |
| :— | :— | :— |
| `/entitymanager` | Shows plugin status and current mode. | *None* |
| `/entitymanager reload` | Reloads all configurations and lists. | `entitymanager.reload` |

### 🚀 Installation
1. Drop the `EntityManager.jar` into your `/plugins` folder.
2. Restart or load the plugin to generate the default configs.
3. Define your entities in `whitelist.yml` or `blacklist.yml` using standard Bukkit/Spigot names (e.g., `CREEPER`, `ARROW`, `ITEM_DROP`).
4. **Enjoy a cleaner, faster server!**

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)

Поэма Края. Переклад на русский стих

Переклад Поэмы Края на русский стих, выполнен Иоганном Искандером, 2026.
Автор оригинала — Юлиан Гоф.

Против версии Кириченко ничего не имею, но я внезапно и твёрдо захотел иначе — так за три-четыре свободных вечера я написал свою, идя верно по строкам, без сокращений.

Текст можно найти на сайте Стихи.ру в открытом доступе.

Ресурспак можно распространять с упоминанием авторства как моего, так и Гофа — только бесплатно и открыто, без извлечения прибыли.