作者:rebot | 分类:模组
Minecraft 版本: 1.21.6 1.21.7 1.21.8
平台: neoforge
标签: adventure decoration game-mechanics
⚠️ Further development of the mod continues in the form of the Foggy Pale Garden resource pack based on Polytone.
A Minecraft mod that adds fog to the Pale Garden biome. But you can customize any kind of fog anywhere you like!
🕳️ The fog does not fill caves beneath the Pale Garden
🪽The fog doesn’t hinder flying over the Pale Garden
🎨 Fog presets feature allows you to choose from predefined options, create a custom preset, or have the fog adjust based on the game’s difficulty.
📦 Resource Pack Support
You can easily add a fog preset to your resource pack! Just place it at the path `assets/foggypalegarden/preset.json`. After that, you can select it as the active fog preset in the mod settings.
- If multiple resource packs containing fog are installed, each of their presets will be available in the settings
- If a preset's `code` from the `config/foggypalegarden` folder matches a `code` from a resource pack, the preset from the config folder will be renamed by adding `_BACKUP` to its code
🧗♀️ The conditions for fog formation will allow for creating different types of fog even in the same location
[You can download this example on GitHub](https://github.com/NaoCraftLab/foggy-pale-garden/blob/main/docs/presets/custom/HEIGHT_DEPENDENT_FOG_EXAMPLE.v3.json)
🔧 Create different types of fog based on any set of conditions
For example, this preset will create pre-dawn fog during clear weather in all biomes.
```json
{
"code": "PRE_DAWN_FOG",
"bindings": [
{
"condition": {
"and": [
{ "timeIn": { "start": 22500, "end": 23800 } },
{ "weatherIn": ["CLEAR"] }
]
},
"startDistance": 0.0,
"skyLightStartLevel": 4,
"endDistance": 15.0,
"surfaceHeightEnd": 15.0,
"opacity": 50.0,
"encapsulationSpeed": 16.0,
"brightness": {
"mode": "BY_GAME_FOG"
},
"color": {
"mode": "BY_GAME_FOG"
}
}
],
"version": 2
}
```
To apply it, create a file `PRE_DAWN_FOG.json` with this content in the `config/foggypalegarden` folder and set the value `"preset": "PRE_DAWN_FOG"` in `config/foggypalegarden.json`.
Read more about the available features in the [🛠️ Configuration](#-configuration) section.
👁️ Adjust settings in the visual menu
💬 Change settings via chat even if you're not an operator!
Available commands:
- `/fpg preset` will display the name of the current preset
- `/fpg preset FPG_DIFFICULTY_BASED` will switch the preset to FPG_DIFFICULTY_BASED (the command itself suggests a list of available presets)
- `/fpg reloadConfig` re-reads the mod configuration and available fog preset files from disk
🌎 The mod supports multiple languages
Supported languages:
- 🇸🇦 Arabic
- 🇧🇾 Belarusian
- 🇨🇳 Chinese (Simplified)
- 🇺🇸 English (US)
- 🇫🇷 French
- 🇬🇪 Georgian
- 🇩🇪 German
- 🇮🇹 Italian
- 🇯🇵 Japanese
- 🇰🇿 Kazakh
- 🇰🇷 Korean
- 🇧🇷 Portuguese (Brazil)
- 🇷🇺 Russian
- 🇪🇸 Spanish (Mexico)
- 🇸🇪 Swedish
- 🇺🇦 Ukrainian
You can request a translation into your language or report a translation error on [GitHub](https://github.com/NaoCraftLab/foggypalegarden/issues).
⛔️ Disable fog for specific game modes
In the config `config/foggypalegarden.json`, the value `"noFogGameModes": ["SPECTATOR"]` is set.
⏮️ Support for ALL backports of the Pale Garden biome to older game versions
The fog appears in any biomes named `pale_garden`.
Tested with mods:
- [Pale Garden Backport: The Garden Awakens](https://modrinth.com/mod/pale-garden-backport)
- [EarlyUpdate: Pale Garden](https://modrinth.com/mod/earlyupdate)
- [The Pale Garden](https://modrinth.com/mod/the-pale-garden)
- [Winter drop backport-Pale garden](https://modrinth.com/mod/winter-drop-back-port-pale-garden)
- [I want it earlier 1.21.4 (Pale Garden)](https://modrinth.com/mod/i-want-it-earlier)
- [Pale Garden and Creaking](https://www.curseforge.com/minecraft/mc-mods/pale-garden)
- [Pale Garden - Update](https://www.curseforge.com/minecraft/mc-mods/palegarden-update)
- [DenizTK's Pale & Lively Update](https://www.curseforge.com/minecraft/mc-mods/dtk-update)
- [Bundles of Bravery (1.22)](https://www.curseforge.com/minecraft/mc-mods/bundles-of-bravery-1-22)
mods folderThey can be used in any combination thanks to AND, OR, and NOT conditions
If you encounter compatibility issues between Foggy Pale Garden and other mods, please open an issue on GitHub or contact us on Discord.
You need to disable the Performance - Use Fog Occlusion setting so that blocks behind the fog continue to render and do not appear suddenly when the player approaches.
❓ Maybe it will be possible to implement support for Iris Shaders?
You can use this mod in modpacks without requesting permission.
请登录后举报
暂无评论,抢个沙发吧~