Compare commits
29 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
926536b61c | ||
|
|
851dd618db | ||
|
|
94bd9bc646 | ||
|
|
d036f6d422 | ||
|
|
88fd982150 | ||
|
|
e729ba9bd1 | ||
|
|
ed15458726 | ||
|
|
c814895fee | ||
|
|
b0e7612320 | ||
|
|
65045e86ad | ||
|
|
a9f874e58d | ||
|
|
ee585b9e8b | ||
|
|
d6d2d9501d | ||
|
|
9da138f776 | ||
|
|
f958c5b235 | ||
|
|
26d2a5284a | ||
|
|
0189a0df86 | ||
|
|
7cdc78e0e9 | ||
|
|
b4fb99fc02 | ||
|
|
ef8252a809 | ||
|
|
4c1c17f795 | ||
|
|
7b2f28bdbe | ||
|
|
41049c936a | ||
|
|
5fe6d9054f | ||
|
|
461b9e324c | ||
|
|
620901361a | ||
|
|
7ffc183f14 | ||
|
|
efd7e6cbe2 | ||
|
|
583f39cc03 |
204 changed files with 4250 additions and 3711 deletions
42
README.md
Normal file
42
README.md
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
**Fabulous** is a Vanilla++ modpack that adds tons of beautiful client-side enhancements, gameplay polish, and additional optimization tools to make Minecraft look and feel _truly majestic_, even without shaders. Who needs shaders anyways?
|
||||||
|
|
||||||
|
## What's inside?
|
||||||
|
|
||||||
|
- **Performance**: Built on top of _5 optimization modpacks_, this pack adds even more optimization and profiling mods for smooth gameplay with minimal setup. Just gimme that fine speed bruh 🙏
|
||||||
|
|
||||||
|
- **Enhanced Visuals**: Dynamic lighting, ambient sounds, fog effects, improved animations, redefined entities, and more. Your world will truly look ✨ beautiful ✨ - _you can even download resources and shaders in-game!_
|
||||||
|
|
||||||
|
- **Quality of Life**: Helpful tooltips, JEI, Jade, minimaps, ~~zoomers~~ zoom functionality, UI tweaks, block information... great for beginners and technical players alike. Never forget how to craft your nuclear reactor again ☢️
|
||||||
|
|
||||||
|
- **Gameplay Tweaks**: Customizable armor stands and other fixes that make the vanilla experience smoother and more fun. Who's never needed a calculator in their chat before? 🖩
|
||||||
|
|
||||||
|
- **Social & Customization**: Skins, capes, emotes, emojis and voice chat, all preconfigured to make multiplayer more expressive and seamless. Show off your dragon skin to all your friends! 🐉
|
||||||
|
|
||||||
|
- **Expansion Friendly**: This pack was built with expansion in mind. It tries to be as compatible as it can be with other mods. A perfect example is [RandomAhhPack](https://modrinth.com/modpack/RandomAhhPack), which uses Fabulous along with 100+ random mods and doesn't crash. Most of the time.
|
||||||
|
|
||||||
|
### Built for performance
|
||||||
|
|
||||||
|
Fabulous was built upon the base of these **5 optimization-focused modpacks**:
|
||||||
|
|
||||||
|
- [Fabulously Optimized](https://modrinth.com/modpack/fabulously-optimized)
|
||||||
|
- [Simply Optimized](https://modrinth.com/modpack/sop)
|
||||||
|
- [OptiFabric](https://modrinth.com/modpack/optifabric-modpack)
|
||||||
|
- [FPS Modpack](https://modrinth.com/modpack/fps)
|
||||||
|
- [Additive](https://modrinth.com/modpack/additive)
|
||||||
|
|
||||||
|
This pack takes the best features from all of the above to ensure the best performance possible.
|
||||||
|
|
||||||
|
## Server compatibility
|
||||||
|
|
||||||
|
This pack includes a few mods, like Simple Voice Chat, WATUT and EmoteCraft, that include server-side features. If the server doesn't have them installed, they should just disable themselves and hopefully not crash your whole computer.
|
||||||
|
|
||||||
|
Also, if playing on big servers, consider disabling mods like Better Bridging as they could get you banned for cheating. I mean, it is not cheating, but admins think it is, so you better be cautious (also, maybe don’t enable XRay unless you’re in for a "friendly chat" with an admin).
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Note</summary>
|
||||||
|
|
||||||
|
This isn’t a professional level modpack (yet™). It’s just a copy-paste of the above mentioned packs with extra mods, tweaks, and resource packs thrown at it. While it’s fast, beautiful, and highly usable, I can't guarantee stability nor compatibility with other mods.
|
||||||
|
|
||||||
|
The other packs themselves probably have years of development, regular updates, and a large community. This pack builds on that solid foundation, but keep in mind: it's a personal project, not a finished product.
|
||||||
|
|
||||||
|
</details>
|
||||||
1
config/bluemap/core.conf
Normal file
1
config/bluemap/core.conf
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
accept-download: true
|
||||||
BIN
config/bluemap/packs/Excalibur.zip
Normal file
BIN
config/bluemap/packs/Excalibur.zip
Normal file
Binary file not shown.
|
|
@ -1,9 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } },
|
"fabricloader": { "+depends": { "fabricloader": ">=0.18.4" } },
|
||||||
"minecraft": { "+recommends": { "Retards Modpack": ">=0.4.0" } },
|
"minecraft": {
|
||||||
"debugify": { "recommends": {} },
|
"+recommends": { "Retards Modpack": ">=1.1.2" }
|
||||||
"lambdynlights": { "recommends": {} }
|
},
|
||||||
|
"sodium-extra": { "recommends": {} },
|
||||||
|
"reeses-sodium-options": { "recommends": {} }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
"main_menu": {
|
"main_menu": {
|
||||||
"bottom_right": [
|
"bottom_right": [
|
||||||
{
|
{
|
||||||
"text": "Retards Modpack 0.4.0",
|
"text": "Retards Modpack 1.1.2",
|
||||||
"clickEvent": {
|
"clickEvent": {
|
||||||
"action": "open_url",
|
"action": "open_url",
|
||||||
"value": "https://git.brixserver.uk/Malasaur/RetardsModpack"
|
"value": "https://modrinth.com/modpack/fabulous-modpack"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
2
config/toughasnails/thirst.toml
Normal file
2
config/toughasnails/thirst.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[general]
|
||||||
|
exhaustion_threshold = 32.0
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"force_include": {
|
|
||||||
"NETHER": [],
|
|
||||||
"END_LAND": [],
|
|
||||||
"END_VOID": [],
|
|
||||||
"END_CENTER": [],
|
|
||||||
"END_BARRENS": []
|
|
||||||
},
|
|
||||||
"force_exclude": {
|
|
||||||
"NETHER": [],
|
|
||||||
"END": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"version": {
|
|
||||||
"last [default: never]": "never",
|
|
||||||
"cached [default: ]": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"version": {
|
|
||||||
"didShowWelcome [default: false]": true,
|
|
||||||
"check [default: true]": false
|
|
||||||
},
|
|
||||||
"ui": {
|
|
||||||
"showUpdateInfo [default: true]": true,
|
|
||||||
"useModrinthForUpdates [default: false]": false,
|
|
||||||
"forceBetterXPreset [default: true]": true,
|
|
||||||
"suppressExperimentalDialogOnLoad [default: false]": false,
|
|
||||||
"notTheDonorType [default: true]": true
|
|
||||||
},
|
|
||||||
"auto_sync": {
|
|
||||||
"enabled [default: true]": true,
|
|
||||||
"acceptConfigs [default: true]": true,
|
|
||||||
"acceptFiles [default: true]": true,
|
|
||||||
"acceptMods [default: true]": true,
|
|
||||||
"displayModInfo [default: true]": true,
|
|
||||||
"debugHashes [default: false]": false
|
|
||||||
},
|
|
||||||
"rendering": {
|
|
||||||
"customFogRendering [default: true]": true,
|
|
||||||
"netherThickFog [default: true]": true,
|
|
||||||
"FogDensity [default: 1.0]": 1.0
|
|
||||||
},
|
|
||||||
"infos": {
|
|
||||||
"survives_on_hint [default: true]": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"options": {
|
|
||||||
"biomeSource": {
|
|
||||||
"fixEndBiomeSource [default: true]": true,
|
|
||||||
"fixNetherBiomeSource [default: true]": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"patches": {
|
|
||||||
"applyPatches [default: true]": true,
|
|
||||||
"repairBiomesOnLoad [default: false]": false
|
|
||||||
},
|
|
||||||
"infos": {
|
|
||||||
"verbose [default: true]": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"auto_sync": {
|
|
||||||
"enabled [default: true]": true,
|
|
||||||
"offerConfigs [default: true]": true,
|
|
||||||
"offerFiles [default: true]": true,
|
|
||||||
"offerMods [default: true]": true,
|
|
||||||
"offerAllMods [default: false]": false,
|
|
||||||
"sendAllModInfo [default: false]": false,
|
|
||||||
"additionalMods": [],
|
|
||||||
"excludeMods": [],
|
|
||||||
"forceBetterXPreset [default: true]": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,58 +0,0 @@
|
||||||
{
|
|
||||||
"biomeMap": {
|
|
||||||
"biomeSizeCaves [default: 32]": 32
|
|
||||||
},
|
|
||||||
"portal": {
|
|
||||||
"hasPortal [default: true]": true,
|
|
||||||
"customEndPortal [default: true]": true
|
|
||||||
},
|
|
||||||
"spikes": {
|
|
||||||
"hasSpikes [default: true]": true,
|
|
||||||
"customObsidianSpikes [default: true]": true
|
|
||||||
},
|
|
||||||
"hasDragonFights [default: true]": true,
|
|
||||||
"chorusPlant": {
|
|
||||||
"changeChorusPlant [default: true]": true
|
|
||||||
},
|
|
||||||
"customGenerator": {
|
|
||||||
"useNewGenerator [default: true]": true,
|
|
||||||
"generateCentralIsland [default: true]": true,
|
|
||||||
"endCityFailChance [default: 5]": 5,
|
|
||||||
"layers": {
|
|
||||||
"bigIslands": {
|
|
||||||
"distance[1-8192] [default: 300.0]": 100.0,
|
|
||||||
"scale[0.1-1024] [default: 200.0]": 300.0,
|
|
||||||
"averageHeight[0-1] [default: 0.546875]": 0.546875,
|
|
||||||
"heightVariation[0-1] [default: 0.078125]": 0.15625,
|
|
||||||
"coverage[0-1] [default: 0.5]": 0.5,
|
|
||||||
"hasCentralIsland [default: false]": false
|
|
||||||
},
|
|
||||||
"mediumIslands": {
|
|
||||||
"distance[1-8192] [default: 150.0]": 150.0,
|
|
||||||
"scale[0.1-1024] [default: 100.0]": 100.0,
|
|
||||||
"averageHeight[0-1] [default: 0.546875]": 0.546875,
|
|
||||||
"heightVariation[0-1] [default: 0.15625]": 0.15625,
|
|
||||||
"coverage[0-1] [default: 0.5]": 0.5,
|
|
||||||
"hasCentralIsland [default: true]": true
|
|
||||||
},
|
|
||||||
"smallIslands": {
|
|
||||||
"distance[1-8192] [default: 60.0]": 60.0,
|
|
||||||
"scale[0.1-1024] [default: 50.0]": 50.0,
|
|
||||||
"averageHeight[0-1] [default: 0.546875]": 0.546875,
|
|
||||||
"heightVariation[0-1] [default: 0.234375]": 0.234375,
|
|
||||||
"coverage[0-1] [default: 0.5]": 0.5,
|
|
||||||
"hasCentralIsland [default: false]": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"voidRingSize [default: 1000]": 750
|
|
||||||
},
|
|
||||||
"generateObsidianPlatform [default: true]": true,
|
|
||||||
"spawn": {
|
|
||||||
"changeSpawn [default: false]": false,
|
|
||||||
"point": {
|
|
||||||
"x [default: 20]": 20,
|
|
||||||
"y [default: 65]": 65,
|
|
||||||
"z [default: 0]": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,276 +0,0 @@
|
||||||
{
|
|
||||||
"minecraft": {
|
|
||||||
"basalt_deltas": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 8]": 8,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warped_forest": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 8]": 8,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nether_wastes": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 8]": 8,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"soul_sand_valley": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 8]": 8,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"crimson_forest": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 15]": 15,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 0]": 0,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"biomesoplenty": {
|
|
||||||
"undergrowth": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 8]": 8,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"erupting_inferno": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 8]": 8,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"visceral_heap": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 8]": 8,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"withered_abyss": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 8]": 8,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"crystalline_chasm": {
|
|
||||||
"spawn": {
|
|
||||||
"ambient": {
|
|
||||||
"betternether": {
|
|
||||||
"firefly": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 1]": 1,
|
|
||||||
"maxGroupSize [default: 3]": 3
|
|
||||||
},
|
|
||||||
"hydrogen_jellyfish": {
|
|
||||||
"weight [default: 5]": 5,
|
|
||||||
"minGroupSize [default: 2]": 2,
|
|
||||||
"maxGroupSize [default: 6]": 6
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"monster": {
|
|
||||||
"betternether": {
|
|
||||||
"naga": {
|
|
||||||
"weight [default: 8]": 8,
|
|
||||||
"minGroupSize [default: 3]": 3,
|
|
||||||
"maxGroupSize [default: 5]": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,47 +0,0 @@
|
||||||
{
|
|
||||||
"generator": {
|
|
||||||
"world": {
|
|
||||||
"ores": {
|
|
||||||
"cincinnasite": {
|
|
||||||
"vein_count [default: 10]": 10,
|
|
||||||
"vein_size [default: 8]": 8,
|
|
||||||
"air_discard_chance [default: 0.0]": 0.0
|
|
||||||
},
|
|
||||||
"nether_ruby": {
|
|
||||||
"vein_count [default: 3]": 3,
|
|
||||||
"vein_size [default: 8]": 8,
|
|
||||||
"air_discard_chance [default: 0.0]": 0.0
|
|
||||||
},
|
|
||||||
"nether_ruby_soul": {
|
|
||||||
"vein_count [default: 5]": 5,
|
|
||||||
"vein_size [default: 5]": 5,
|
|
||||||
"air_discard_chance [default: 0.1]": 0.1
|
|
||||||
},
|
|
||||||
"nether_ruby_large": {
|
|
||||||
"vein_count [default: 5]": 5,
|
|
||||||
"vein_size [default: 5]": 5,
|
|
||||||
"air_discard_chance [default: 0.1]": 0.1
|
|
||||||
},
|
|
||||||
"nether_ruby_rare": {
|
|
||||||
"vein_count [default: 2]": 2,
|
|
||||||
"vein_size [default: 12]": 12,
|
|
||||||
"air_discard_chance [default: 0.0]": 0.0
|
|
||||||
},
|
|
||||||
"nether_lapis": {
|
|
||||||
"vein_count [default: 14]": 14,
|
|
||||||
"vein_size [default: 4]": 4,
|
|
||||||
"air_discard_chance [default: 0.0]": 0.0
|
|
||||||
},
|
|
||||||
"nether_redstone": {
|
|
||||||
"vein_count [default: 1]": 1,
|
|
||||||
"vein_size [default: 16]": 16,
|
|
||||||
"air_discard_chance [default: 0.3]": 0.3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cities": {
|
|
||||||
"distance [default: 64]": 64,
|
|
||||||
"overworld [default: false]": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,69 +0,0 @@
|
||||||
{
|
|
||||||
// Which biomes are enabled, if disabled the biome will default to its vanilla counterpart for the given region
|
|
||||||
"enabled_biomes": {
|
|
||||||
"biomeswevegone:white_mangrove_marshes": false,
|
|
||||||
"biomeswevegone:cika_woods": false,
|
|
||||||
"biomeswevegone:tropical_rainforest": false,
|
|
||||||
"biomeswevegone:sierra_badlands": true,
|
|
||||||
"biomeswevegone:frosted_coniferous_forest": false,
|
|
||||||
"biomeswevegone:temperate_grove": true,
|
|
||||||
"biomeswevegone:dead_sea": true,
|
|
||||||
"biomeswevegone:rainbow_beach": true,
|
|
||||||
"biomeswevegone:rugged_badlands": true,
|
|
||||||
"biomeswevegone:atacama_outback": false,
|
|
||||||
"biomeswevegone:pumpkin_valley": false,
|
|
||||||
"biomeswevegone:prairie": true,
|
|
||||||
"biomeswevegone:zelkova_forest": true,
|
|
||||||
"biomeswevegone:black_forest": false,
|
|
||||||
"biomeswevegone:forgotten_forest": false,
|
|
||||||
"biomeswevegone:overgrowth_woodlands": false,
|
|
||||||
"biomeswevegone:eroded_borealis": true,
|
|
||||||
"biomeswevegone:skyrise_vale": false,
|
|
||||||
"biomeswevegone:crag_gardens": false,
|
|
||||||
"biomeswevegone:mojave_desert": false,
|
|
||||||
"biomeswevegone:coniferous_forest": false,
|
|
||||||
"biomeswevegone:redwood_thicket": true,
|
|
||||||
"biomeswevegone:frosted_taiga": false,
|
|
||||||
"biomeswevegone:araucaria_savanna": true,
|
|
||||||
"biomeswevegone:allium_shrubland": false,
|
|
||||||
"biomeswevegone:ironwood_gour": true,
|
|
||||||
"biomeswevegone:fragment_jungle": true,
|
|
||||||
"biomeswevegone:sakura_grove": true,
|
|
||||||
"biomeswevegone:windswept_desert": true,
|
|
||||||
"biomeswevegone:howling_peaks": true,
|
|
||||||
"biomeswevegone:dacite_shore": false,
|
|
||||||
"biomeswevegone:jacaranda_jungle": false,
|
|
||||||
"biomeswevegone:ebony_woods": false,
|
|
||||||
"biomeswevegone:amaranth_grassland": false,
|
|
||||||
"biomeswevegone:red_rock_valley": true,
|
|
||||||
"biomeswevegone:rose_fields": true,
|
|
||||||
"biomeswevegone:cypress_swamplands": false,
|
|
||||||
"biomeswevegone:crimson_tundra": false,
|
|
||||||
"biomeswevegone:shattered_glacier": true,
|
|
||||||
"biomeswevegone:lush_stacks": true,
|
|
||||||
"biomeswevegone:bayou": false,
|
|
||||||
"biomeswevegone:dacite_ridges": true,
|
|
||||||
"biomeswevegone:canadian_shield": true,
|
|
||||||
"biomeswevegone:enchanted_tangle": false,
|
|
||||||
"biomeswevegone:baobab_savanna": true,
|
|
||||||
"biomeswevegone:firecracker_chaparral": true,
|
|
||||||
"biomeswevegone:basalt_barrera": true,
|
|
||||||
"biomeswevegone:coconino_meadow": false,
|
|
||||||
"biomeswevegone:aspen_boreal": false,
|
|
||||||
"biomeswevegone:weeping_witch_forest": false,
|
|
||||||
"biomeswevegone:maple_taiga": false,
|
|
||||||
"biomeswevegone:orchard": false,
|
|
||||||
},
|
|
||||||
// How much each BWG region weighs. This weight applies to all 3 BWG Regions
|
|
||||||
"region_weight": 16,
|
|
||||||
// Whether to add bwg flowers and features to Vanilla Biomes (Config Option for Fabric Only)
|
|
||||||
"vanilla_additions": true,
|
|
||||||
// BWG Features that we add to Vanilla Biomes
|
|
||||||
"enabled_vanilla_additions": {
|
|
||||||
"biomeswevegone:palm_trees": true,
|
|
||||||
"biomeswevegone:vanilla/forest_flowers": true,
|
|
||||||
"biomeswevegone:vanilla/flower_plains": true,
|
|
||||||
"biomeswevegone:vanilla/flower_warm": true,
|
|
||||||
"biomeswevegone:vanilla/flower_default": true,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
@ -1,49 +0,0 @@
|
||||||
##[general]
|
|
||||||
|
|
||||||
B:early_fade_out_elements = 'true';
|
|
||||||
B:allow_universal_layouts = 'false';
|
|
||||||
B:fade_out_loading_screen = 'true';
|
|
||||||
B:wait_for_textures_in_loading = 'true';
|
|
||||||
|
|
||||||
|
|
||||||
##[early_loading]
|
|
||||||
|
|
||||||
I:early_loading_top_right_watermark_position_offset_y = '0';
|
|
||||||
I:early_loading_bottom_left_watermark_position_offset_x = '0';
|
|
||||||
I:early_loading_bottom_left_watermark_position_offset_y = '0';
|
|
||||||
B:early_loading_hide_logger = 'false';
|
|
||||||
I:early_loading_bar_width = '400';
|
|
||||||
I:early_loading_bar_position_offset_y = '50';
|
|
||||||
I:early_loading_top_right_watermark_height = '100';
|
|
||||||
S:early_loading_bottom_right_watermark_texture_path = '/config/fancymenu/assets/some_image.png';
|
|
||||||
I:early_loading_top_right_watermark_position_offset_x = '0';
|
|
||||||
S:early_loading_top_left_watermark_texture_path = '/config/fancymenu/assets/some_image.png';
|
|
||||||
I:early_loading_bottom_right_watermark_height = '100';
|
|
||||||
I:early_loading_bar_position_offset_x = '0';
|
|
||||||
I:early_loading_logo_height = '120';
|
|
||||||
I:early_loading_top_right_watermark_width = '100';
|
|
||||||
I:early_loading_bottom_right_watermark_position_offset_y = '0';
|
|
||||||
I:early_loading_window_height = '-1';
|
|
||||||
S:early_loading_bar_progress_texture_path = '/config/fancymenu/assets/some_bar_progress_image.png';
|
|
||||||
I:early_loading_bottom_right_watermark_position_offset_x = '0';
|
|
||||||
S:early_loading_background_texture_path = '/config/fancymenu/assets/some_image.png';
|
|
||||||
B:early_loading_background_preserve_aspect_ratio = 'true';
|
|
||||||
I:early_loading_top_left_watermark_width = '100';
|
|
||||||
B:early_loading_hide_logo = 'false';
|
|
||||||
S:early_loading_bar_background_texture_path = '/config/fancymenu/assets/some_bar_background_image.png';
|
|
||||||
S:early_loading_logo_texture_path = '/config/fancymenu/assets/some_image.png';
|
|
||||||
S:early_loading_bottom_left_watermark_texture_path = '/config/fancymenu/assets/some_image.png';
|
|
||||||
I:early_loading_top_left_watermark_position_offset_y = '0';
|
|
||||||
I:early_loading_top_left_watermark_position_offset_x = '0';
|
|
||||||
I:early_loading_logo_width = '480';
|
|
||||||
S:early_loading_top_right_watermark_texture_path = '/config/fancymenu/assets/some_image.png';
|
|
||||||
I:early_loading_bottom_left_watermark_width = '100';
|
|
||||||
I:early_loading_bottom_right_watermark_width = '100';
|
|
||||||
I:early_loading_bottom_left_watermark_height = '100';
|
|
||||||
I:early_loading_bar_height = '40';
|
|
||||||
S:early_loading_window_title = 'Minecraft';
|
|
||||||
I:early_loading_top_left_watermark_height = '100';
|
|
||||||
I:early_loading_window_width = '-1';
|
|
||||||
I:early_loading_logo_position_offset_y = '-50';
|
|
||||||
B:early_loading_hide_bar = 'false';
|
|
||||||
I:early_loading_logo_position_offset_x = '0';
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 87 KiB |
BIN
config/yosbr/config/fancymenu/assets/background.jpeg
Normal file
BIN
config/yosbr/config/fancymenu/assets/background.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
|
|
@ -1,5 +0,0 @@
|
||||||
type = custom_gui_screens
|
|
||||||
|
|
||||||
overridden_screens {
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,9 +1,27 @@
|
||||||
type = customizablemenus
|
type = customizablemenus
|
||||||
|
|
||||||
|
net.minecraft.class_433 {
|
||||||
|
}
|
||||||
|
|
||||||
|
net.minecraft.class_3928 {
|
||||||
|
}
|
||||||
|
|
||||||
|
net.minecraft.class_424 {
|
||||||
|
}
|
||||||
|
|
||||||
|
net.minecraft.class_435 {
|
||||||
|
}
|
||||||
|
|
||||||
|
net.minecraft.class_412 {
|
||||||
|
}
|
||||||
|
|
||||||
|
net.minecraft.class_434 {
|
||||||
|
}
|
||||||
|
|
||||||
de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen {
|
de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen {
|
||||||
}
|
}
|
||||||
|
|
||||||
net.minecraft.class_419 {
|
net.minecraft.class_500 {
|
||||||
}
|
}
|
||||||
|
|
||||||
net.minecraft.class_442 {
|
net.minecraft.class_442 {
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,171 @@
|
||||||
|
type = fancymenu_layout
|
||||||
|
|
||||||
|
layout-meta {
|
||||||
|
identifier = connect_screen
|
||||||
|
render_custom_elements_behind_vanilla = false
|
||||||
|
last_edited_time = 1768859820346
|
||||||
|
is_enabled = true
|
||||||
|
randommode = false
|
||||||
|
randomgroup = 1
|
||||||
|
randomonlyfirsttime = false
|
||||||
|
layout_index = 0
|
||||||
|
[loading_requirement_container_meta:ddc210ad-c24a-45e5-8b63-405970600baf-1768859801553] = [groups:][instances:]
|
||||||
|
}
|
||||||
|
|
||||||
|
menu_background {
|
||||||
|
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||||
|
slide = false
|
||||||
|
repeat_texture = false
|
||||||
|
parallax = false
|
||||||
|
parallax_intensity = 0.02
|
||||||
|
invert_parallax = false
|
||||||
|
restart_animated_on_menu_load = false
|
||||||
|
instance_identifier = e0e020bd-e323-46f1-b5ff-19b8e98d6e2a-1768859807993
|
||||||
|
background_type = image
|
||||||
|
}
|
||||||
|
|
||||||
|
customization {
|
||||||
|
action = backgroundoptions
|
||||||
|
keepaspectratio = false
|
||||||
|
}
|
||||||
|
|
||||||
|
scroll_list_customization {
|
||||||
|
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||||
|
render_scroll_list_header_shadow = true
|
||||||
|
render_scroll_list_footer_shadow = true
|
||||||
|
show_scroll_list_header_footer_preview_in_editor = false
|
||||||
|
repeat_scroll_list_header_texture = false
|
||||||
|
repeat_scroll_list_footer_texture = false
|
||||||
|
show_screen_background_overlay_on_custom_background = false
|
||||||
|
apply_vanilla_background_blur = false
|
||||||
|
}
|
||||||
|
|
||||||
|
layout_action_executable_blocks {
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = b28012f1-d42f-4152-b8e4-9e2a3809dc86-1768859001801
|
||||||
|
[executable_block:b28012f1-d42f-4152-b8e4-9e2a3809dc86-1768859001801][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = c2451ee6-e0df-468c-bc00-e34adbaf64fe-1768859001801
|
||||||
|
[loading_requirement_container_meta:c2451ee6-e0df-468c-bc00-e34adbaf64fe-1768859001801] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = status
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 140
|
||||||
|
y = 76
|
||||||
|
width = 200
|
||||||
|
height = 9
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = d0b86d97-b941-4384-b72a-86244610f296-1768859001801
|
||||||
|
[loading_requirement_container_meta:d0b86d97-b941-4384-b72a-86244610f296-1768859001801] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 257ad6bf-bbba-4c5d-8ebb-41e189a8e41b-1768859001801
|
||||||
|
[executable_block:257ad6bf-bbba-4c5d-8ebb-41e189a8e41b-1768859001801][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 7e9f6494-857b-4040-a191-953b18e6a005-1768859001801
|
||||||
|
[loading_requirement_container_meta:7e9f6494-857b-4040-a191-953b18e6a005-1768859001801] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 400382
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 1920
|
||||||
|
auto_sizing_base_screen_height = 1012
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 140
|
||||||
|
y = 195
|
||||||
|
width = 200
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = e4c72845-ac2a-4e75-af62-9d2287a2a761-1768859001801
|
||||||
|
[loading_requirement_container_meta:e4c72845-ac2a-4e75-af62-9d2287a2a761-1768859001801] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = true
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,298 @@
|
||||||
|
type = fancymenu_layout
|
||||||
|
|
||||||
|
layout-meta {
|
||||||
|
identifier = disconnected_screen
|
||||||
|
render_custom_elements_behind_vanilla = false
|
||||||
|
last_edited_time = 1768859858265
|
||||||
|
is_enabled = true
|
||||||
|
randommode = false
|
||||||
|
randomgroup = 1
|
||||||
|
randomonlyfirsttime = false
|
||||||
|
layout_index = 0
|
||||||
|
[loading_requirement_container_meta:44b56f6c-2461-466c-9844-09a9e61679fd-1768859842016] = [groups:][instances:]
|
||||||
|
}
|
||||||
|
|
||||||
|
menu_background {
|
||||||
|
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||||
|
slide = false
|
||||||
|
repeat_texture = false
|
||||||
|
parallax = false
|
||||||
|
parallax_intensity = 0.02
|
||||||
|
invert_parallax = false
|
||||||
|
restart_animated_on_menu_load = false
|
||||||
|
instance_identifier = 92f9065f-7dc5-4ed4-a8f4-c7f8985b5b11-1768859846179
|
||||||
|
background_type = image
|
||||||
|
}
|
||||||
|
|
||||||
|
customization {
|
||||||
|
action = backgroundoptions
|
||||||
|
keepaspectratio = false
|
||||||
|
}
|
||||||
|
|
||||||
|
scroll_list_customization {
|
||||||
|
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||||
|
render_scroll_list_header_shadow = true
|
||||||
|
render_scroll_list_footer_shadow = true
|
||||||
|
show_scroll_list_header_footer_preview_in_editor = false
|
||||||
|
repeat_scroll_list_header_texture = false
|
||||||
|
repeat_scroll_list_footer_texture = false
|
||||||
|
show_screen_background_overlay_on_custom_background = false
|
||||||
|
apply_vanilla_background_blur = false
|
||||||
|
}
|
||||||
|
|
||||||
|
layout_action_executable_blocks {
|
||||||
|
}
|
||||||
|
|
||||||
|
element {
|
||||||
|
button_element_executable_block_identifier = 590970e9-7979-42ec-95cc-36f08aeeadb4-1768859086384
|
||||||
|
[executable_action_instance:d3e409bc-9b33-4976-b552-546d811fb91b-1768859130625][action_type:joinserver] = mc.brixserver.uk
|
||||||
|
[executable_block:590970e9-7979-42ec-95cc-36f08aeeadb4-1768859086384][type:generic] = [executables:d3e409bc-9b33-4976-b552-546d811fb91b-1768859130625;]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
label = Retry
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 73671e40-4610-4255-adb1-30ca19c77b1f-1768859086384
|
||||||
|
[loading_requirement_container_meta:73671e40-4610-4255-adb1-30ca19c77b1f-1768859086384] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = custom_button
|
||||||
|
instance_identifier = 3b8cf562-3ff2-4337-9db6-8aa702f285f6-1768859086384
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 1920
|
||||||
|
auto_sizing_base_screen_height = 1012
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = element
|
||||||
|
anchor_point_element = back_to_menu_button
|
||||||
|
x = 25
|
||||||
|
y = 0
|
||||||
|
width = 100
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = ebf32dca-fd6f-42de-8f6a-dc0730ae1f54-1768859086384
|
||||||
|
[loading_requirement_container_meta:ebf32dca-fd6f-42de-8f6a-dc0730ae1f54-1768859086384] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = -1.8805748
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 4e2db8a0-647d-4e51-b0a4-bb5ebd33b498-1768859074339
|
||||||
|
[executable_block:4e2db8a0-647d-4e51-b0a4-bb5ebd33b498-1768859074339][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 4d2a0fbb-c319-4938-893d-af59d2deb761-1768859074339
|
||||||
|
[loading_requirement_container_meta:4d2a0fbb-c319-4938-893d-af59d2deb761-1768859074339] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = screen_title
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 169
|
||||||
|
y = 87
|
||||||
|
width = 141
|
||||||
|
height = 9
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 44c570d7-26a2-4d0f-92d0-4ea61dc194e1-1768859074339
|
||||||
|
[loading_requirement_container_meta:44c570d7-26a2-4d0f-92d0-4ea61dc194e1-1768859074339] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = a1069cd3-28d1-49ac-b78c-6e0a345ce618-1768859074339
|
||||||
|
[executable_block:a1069cd3-28d1-49ac-b78c-6e0a345ce618-1768859074339][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 5ef79e21-a9cf-4442-a738-1b6d72db5b7f-1768859074339
|
||||||
|
[loading_requirement_container_meta:5ef79e21-a9cf-4442-a738-1b6d72db5b7f-1768859074339] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = back_to_menu_button
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 1920
|
||||||
|
auto_sizing_base_screen_height = 1012
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 165
|
||||||
|
y = 145
|
||||||
|
width = 150
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = e5ac6b5b-3433-4e5f-8746-0203761639fb-1768859074339
|
||||||
|
[loading_requirement_container_meta:e5ac6b5b-3433-4e5f-8746-0203761639fb-1768859074339] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = true
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 552258b0-f874-453d-9487-d60bc8816886-1768859074339
|
||||||
|
[executable_block:552258b0-f874-453d-9487-d60bc8816886-1768859074339][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 15d804a5-8740-47eb-8dc1-723550b7736e-1768859074339
|
||||||
|
[loading_requirement_container_meta:15d804a5-8740-47eb-8dc1-723550b7736e-1768859074339] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = disconnect_reason
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 209
|
||||||
|
y = 116
|
||||||
|
width = 62
|
||||||
|
height = 9
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = b7059eed-032a-44a3-98b3-05735e01dd09-1768859074339
|
||||||
|
[loading_requirement_container_meta:b7059eed-032a-44a3-98b3-05735e01dd09-1768859074339] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -3,24 +3,24 @@ type = fancymenu_layout
|
||||||
layout-meta {
|
layout-meta {
|
||||||
identifier = drippy_loading_overlay
|
identifier = drippy_loading_overlay
|
||||||
render_custom_elements_behind_vanilla = false
|
render_custom_elements_behind_vanilla = false
|
||||||
last_edited_time = 1763819851738
|
last_edited_time = 1768861737827
|
||||||
is_enabled = true
|
is_enabled = true
|
||||||
randommode = false
|
randommode = false
|
||||||
randomgroup = 1
|
randomgroup = 1
|
||||||
randomonlyfirsttime = false
|
randomonlyfirsttime = false
|
||||||
layout_index = 0
|
layout_index = 0
|
||||||
[loading_requirement_container_meta:35e2c9eb-4afb-4948-879e-93dbd8199030-1763819768530] = [groups:][instances:]
|
[loading_requirement_container_meta:4514c492-0559-4e47-a3df-d347ebddcf72-1768861722387] = [groups:][instances:]
|
||||||
}
|
}
|
||||||
|
|
||||||
menu_background {
|
menu_background {
|
||||||
image_path = [source:local]/config/fancymenu/assets/EndHorizon.jpeg
|
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||||
slide = false
|
slide = false
|
||||||
repeat_texture = false
|
repeat_texture = false
|
||||||
parallax = false
|
parallax = false
|
||||||
parallax_intensity = 0.02
|
parallax_intensity = 0.02
|
||||||
invert_parallax = false
|
invert_parallax = false
|
||||||
restart_animated_on_menu_load = false
|
restart_animated_on_menu_load = false
|
||||||
instance_identifier = 0fdda84b-ea44-4700-957d-5a9fcb13c8d4-1763819772192
|
instance_identifier = fbdf3fd6-7432-41ac-bbd0-c479581583dd-1768861725730
|
||||||
background_type = image
|
background_type = image
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -44,15 +44,15 @@ layout_action_executable_blocks {
|
||||||
}
|
}
|
||||||
|
|
||||||
vanilla_button {
|
vanilla_button {
|
||||||
button_element_executable_block_identifier = 62bf8925-f162-4c74-87fd-a7512893bf71-1763819680088
|
button_element_executable_block_identifier = de451da0-57e4-46ae-bbc3-cf6b54bcd059-1768861722389
|
||||||
[executable_block:62bf8925-f162-4c74-87fd-a7512893bf71-1763819680088][type:generic] = [executables:]
|
[executable_block:de451da0-57e4-46ae-bbc3-cf6b54bcd059-1768861722389][type:generic] = [executables:]
|
||||||
restartbackgroundanimations = true
|
restartbackgroundanimations = true
|
||||||
nine_slice_custom_background = false
|
nine_slice_custom_background = false
|
||||||
nine_slice_border_x = 5
|
nine_slice_border_x = 5
|
||||||
nine_slice_border_y = 5
|
nine_slice_border_y = 5
|
||||||
navigatable = true
|
navigatable = true
|
||||||
widget_active_state_requirement_container_identifier = ab765a8c-538a-4e74-90a9-3e7ed06bfb3c-1763819680088
|
widget_active_state_requirement_container_identifier = 68a10d7d-4b41-4906-bfae-daf8519359ae-1768861722389
|
||||||
[loading_requirement_container_meta:ab765a8c-538a-4e74-90a9-3e7ed06bfb3c-1763819680088] = [groups:][instances:]
|
[loading_requirement_container_meta:68a10d7d-4b41-4906-bfae-daf8519359ae-1768861722389] = [groups:][instances:]
|
||||||
is_template = false
|
is_template = false
|
||||||
template_apply_width = false
|
template_apply_width = false
|
||||||
template_apply_height = false
|
template_apply_height = false
|
||||||
|
|
@ -75,19 +75,19 @@ vanilla_button {
|
||||||
fade_out_speed = 1.0
|
fade_out_speed = 1.0
|
||||||
base_opacity = 1.0
|
base_opacity = 1.0
|
||||||
auto_sizing = false
|
auto_sizing = false
|
||||||
auto_sizing_base_screen_width = 1920
|
auto_sizing_base_screen_width = 0
|
||||||
auto_sizing_base_screen_height = 1011
|
auto_sizing_base_screen_height = 0
|
||||||
sticky_anchor = false
|
sticky_anchor = false
|
||||||
anchor_point = vanilla
|
anchor_point = vanilla
|
||||||
x = 152
|
x = 114
|
||||||
y = 126
|
y = 95
|
||||||
width = 336
|
width = 252
|
||||||
height = 84
|
height = 62
|
||||||
stretch_x = false
|
stretch_x = false
|
||||||
stretch_y = false
|
stretch_y = false
|
||||||
stay_on_screen = true
|
stay_on_screen = true
|
||||||
element_loading_requirement_container_identifier = db6e9fc1-ef24-4130-b718-6acea7ac55d1-1763819680088
|
element_loading_requirement_container_identifier = d0fcc92b-7059-432b-9d23-dd36e8ff5fca-1768861722389
|
||||||
[loading_requirement_container_meta:db6e9fc1-ef24-4130-b718-6acea7ac55d1-1763819680088] = [groups:][instances:]
|
[loading_requirement_container_meta:d0fcc92b-7059-432b-9d23-dd36e8ff5fca-1768861722389] = [groups:][instances:]
|
||||||
enable_parallax = false
|
enable_parallax = false
|
||||||
parallax_intensity_v2 = 0.5
|
parallax_intensity_v2 = 0.5
|
||||||
invert_parallax = false
|
invert_parallax = false
|
||||||
|
|
@ -107,15 +107,15 @@ vanilla_button {
|
||||||
}
|
}
|
||||||
|
|
||||||
vanilla_button {
|
vanilla_button {
|
||||||
button_element_executable_block_identifier = 2ee57866-c2c1-40d4-b742-b3ccf9387eed-1763819680088
|
button_element_executable_block_identifier = 966d1c82-269e-4327-8357-dd91f6775bca-1768861722389
|
||||||
[executable_block:2ee57866-c2c1-40d4-b742-b3ccf9387eed-1763819680088][type:generic] = [executables:]
|
[executable_block:966d1c82-269e-4327-8357-dd91f6775bca-1768861722389][type:generic] = [executables:]
|
||||||
restartbackgroundanimations = true
|
restartbackgroundanimations = true
|
||||||
nine_slice_custom_background = false
|
nine_slice_custom_background = false
|
||||||
nine_slice_border_x = 5
|
nine_slice_border_x = 5
|
||||||
nine_slice_border_y = 5
|
nine_slice_border_y = 5
|
||||||
navigatable = true
|
navigatable = true
|
||||||
widget_active_state_requirement_container_identifier = 83b79a0a-177e-49cf-bdcf-f54d0d158a2c-1763819680088
|
widget_active_state_requirement_container_identifier = 12280ac1-451f-48f0-b208-67fc394446e8-1768861722389
|
||||||
[loading_requirement_container_meta:83b79a0a-177e-49cf-bdcf-f54d0d158a2c-1763819680088] = [groups:][instances:]
|
[loading_requirement_container_meta:12280ac1-451f-48f0-b208-67fc394446e8-1768861722389] = [groups:][instances:]
|
||||||
is_template = false
|
is_template = false
|
||||||
template_apply_width = false
|
template_apply_width = false
|
||||||
template_apply_height = false
|
template_apply_height = false
|
||||||
|
|
@ -142,15 +142,15 @@ vanilla_button {
|
||||||
auto_sizing_base_screen_height = 0
|
auto_sizing_base_screen_height = 0
|
||||||
sticky_anchor = false
|
sticky_anchor = false
|
||||||
anchor_point = vanilla
|
anchor_point = vanilla
|
||||||
x = 152
|
x = 114
|
||||||
y = 275
|
y = 205
|
||||||
width = 336
|
width = 252
|
||||||
height = 10
|
height = 10
|
||||||
stretch_x = false
|
stretch_x = false
|
||||||
stretch_y = false
|
stretch_y = false
|
||||||
stay_on_screen = true
|
stay_on_screen = true
|
||||||
element_loading_requirement_container_identifier = dd8b4dae-183e-4ca5-b702-aca47e66b983-1763819680088
|
element_loading_requirement_container_identifier = 9145b114-8d62-4b9f-8492-2bf3528ca822-1768861722389
|
||||||
[loading_requirement_container_meta:dd8b4dae-183e-4ca5-b702-aca47e66b983-1763819680088] = [groups:][instances:]
|
[loading_requirement_container_meta:9145b114-8d62-4b9f-8492-2bf3528ca822-1768861722389] = [groups:][instances:]
|
||||||
enable_parallax = false
|
enable_parallax = false
|
||||||
parallax_intensity_v2 = 0.5
|
parallax_intensity_v2 = 0.5
|
||||||
invert_parallax = false
|
invert_parallax = false
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,45 @@
|
||||||
|
type = fancymenu_layout
|
||||||
|
|
||||||
|
layout-meta {
|
||||||
|
identifier = generic_dirt_message_screen
|
||||||
|
render_custom_elements_behind_vanilla = false
|
||||||
|
last_edited_time = 1768859992101
|
||||||
|
is_enabled = true
|
||||||
|
randommode = false
|
||||||
|
randomgroup = 1
|
||||||
|
randomonlyfirsttime = false
|
||||||
|
layout_index = 0
|
||||||
|
[loading_requirement_container_meta:0edea2cd-738a-4f2b-aad2-27f56ddad740-1768859976946] = [groups:][instances:]
|
||||||
|
}
|
||||||
|
|
||||||
|
menu_background {
|
||||||
|
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||||
|
slide = false
|
||||||
|
repeat_texture = false
|
||||||
|
parallax = false
|
||||||
|
parallax_intensity = 0.02
|
||||||
|
invert_parallax = false
|
||||||
|
restart_animated_on_menu_load = false
|
||||||
|
instance_identifier = 9b99eaa3-44f4-4903-a163-27485724bf7e-1768859980673
|
||||||
|
background_type = image
|
||||||
|
}
|
||||||
|
|
||||||
|
customization {
|
||||||
|
action = backgroundoptions
|
||||||
|
keepaspectratio = false
|
||||||
|
}
|
||||||
|
|
||||||
|
scroll_list_customization {
|
||||||
|
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||||
|
render_scroll_list_header_shadow = true
|
||||||
|
render_scroll_list_footer_shadow = true
|
||||||
|
show_scroll_list_header_footer_preview_in_editor = false
|
||||||
|
repeat_scroll_list_header_texture = false
|
||||||
|
repeat_scroll_list_footer_texture = false
|
||||||
|
show_screen_background_overlay_on_custom_background = false
|
||||||
|
apply_vanilla_background_blur = false
|
||||||
|
}
|
||||||
|
|
||||||
|
layout_action_executable_blocks {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,477 @@
|
||||||
|
type = fancymenu_layout
|
||||||
|
|
||||||
|
layout-meta {
|
||||||
|
identifier = join_multiplayer_screen
|
||||||
|
render_custom_elements_behind_vanilla = false
|
||||||
|
last_edited_time = 1768862407179
|
||||||
|
is_enabled = true
|
||||||
|
randommode = false
|
||||||
|
randomgroup = 1
|
||||||
|
randomonlyfirsttime = false
|
||||||
|
layout_index = 0
|
||||||
|
[loading_requirement_container_meta:4b1b09de-4e66-48f6-8945-ce0f439d177a-1768862383637] = [groups:][instances:]
|
||||||
|
}
|
||||||
|
|
||||||
|
customization {
|
||||||
|
action = backgroundoptions
|
||||||
|
keepaspectratio = false
|
||||||
|
}
|
||||||
|
|
||||||
|
scroll_list_customization {
|
||||||
|
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||||
|
render_scroll_list_header_shadow = true
|
||||||
|
render_scroll_list_footer_shadow = true
|
||||||
|
show_scroll_list_header_footer_preview_in_editor = false
|
||||||
|
repeat_scroll_list_header_texture = false
|
||||||
|
repeat_scroll_list_footer_texture = false
|
||||||
|
show_screen_background_overlay_on_custom_background = false
|
||||||
|
apply_vanilla_background_blur = false
|
||||||
|
}
|
||||||
|
|
||||||
|
layout_action_executable_blocks {
|
||||||
|
open_screen_executable_block_identifier = 512b14d4-245f-4c9e-8d7b-1ff038f408b7-1768862389385
|
||||||
|
[executable_action_instance:eff40fc5-e657-4806-b7e3-ba572598b091-1768862393511][action_type:joinserver] = mc.brixserver.uk
|
||||||
|
[executable_block:512b14d4-245f-4c9e-8d7b-1ff038f408b7-1768862389385][type:generic] = [executables:eff40fc5-e657-4806-b7e3-ba572598b091-1768862393511;]
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = f5dfb3ea-039e-4fbe-b964-c3f1d8b7d07d-1768862383640
|
||||||
|
[executable_block:f5dfb3ea-039e-4fbe-b964-c3f1d8b7d07d-1768862383640][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 8a349fa1-0f79-45c3-abeb-cb306b6b3fc1-1768862383640
|
||||||
|
[loading_requirement_container_meta:8a349fa1-0f79-45c3-abeb-cb306b6b3fc1-1768862383640] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 424970
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 164
|
||||||
|
y = 223
|
||||||
|
width = 74
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 8c491ccf-8c12-4ffb-88b4-13477bb59918-1768862383640
|
||||||
|
[loading_requirement_container_meta:8c491ccf-8c12-4ffb-88b4-13477bb59918-1768862383640] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 360bf3d5-ce7f-4106-b2b4-0d486073f052-1768862383640
|
||||||
|
[executable_block:360bf3d5-ce7f-4106-b2b4-0d486073f052-1768862383640][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = cc560821-dab8-460b-b7ab-75bd99b06d84-1768862383640
|
||||||
|
[loading_requirement_container_meta:cc560821-dab8-460b-b7ab-75bd99b06d84-1768862383640] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 346946
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 86
|
||||||
|
y = 199
|
||||||
|
width = 100
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = d7c76ce4-436b-46c1-9eb4-472006872b13-1768862383639
|
||||||
|
[loading_requirement_container_meta:d7c76ce4-436b-46c1-9eb4-472006872b13-1768862383639] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 6df22340-2859-418c-ae4e-378323083ace-1768862383640
|
||||||
|
[executable_block:6df22340-2859-418c-ae4e-378323083ace-1768862383640][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 2a06207a-6361-4bdc-b832-9e42c186ef32-1768862383640
|
||||||
|
[loading_requirement_container_meta:2a06207a-6361-4bdc-b832-9e42c186ef32-1768862383640] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 346970
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 86
|
||||||
|
y = 223
|
||||||
|
width = 74
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 8cbe858a-55ea-41da-bbf0-c2a983b6dcbc-1768862383640
|
||||||
|
[loading_requirement_container_meta:8cbe858a-55ea-41da-bbf0-c2a983b6dcbc-1768862383640] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 1ebe4eaf-904d-46ec-b4d5-b6b288f6dcaa-1768862383640
|
||||||
|
[executable_block:1ebe4eaf-904d-46ec-b4d5-b6b288f6dcaa-1768862383640][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 1c162c99-6562-4015-baa0-69e25a29dfa3-1768862383640
|
||||||
|
[loading_requirement_container_meta:1c162c99-6562-4015-baa0-69e25a29dfa3-1768862383640] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 580970
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 320
|
||||||
|
y = 223
|
||||||
|
width = 74
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = dbe870ab-2882-4029-bebf-57cc8d632912-1768862383640
|
||||||
|
[loading_requirement_container_meta:dbe870ab-2882-4029-bebf-57cc8d632912-1768862383640] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = f7df91bf-46fd-4dbf-8546-d3b70a0e0d51-1768862383640
|
||||||
|
[executable_block:f7df91bf-46fd-4dbf-8546-d3b70a0e0d51-1768862383640][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 3d7dd539-9c97-430d-b074-a6d4c490ad93-1768862383640
|
||||||
|
[loading_requirement_container_meta:3d7dd539-9c97-430d-b074-a6d4c490ad93-1768862383640] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 450946
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 190
|
||||||
|
y = 199
|
||||||
|
width = 100
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 40f7d121-9b1a-4de4-8ba9-8e91532c74cc-1768862383640
|
||||||
|
[loading_requirement_container_meta:40f7d121-9b1a-4de4-8ba9-8e91532c74cc-1768862383640] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 98bee67a-ef6e-4725-8f2d-a0591ca26c4e-1768862383640
|
||||||
|
[executable_block:98bee67a-ef6e-4725-8f2d-a0591ca26c4e-1768862383640][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = a199c347-1cb6-4bd5-9547-be5703e5fda2-1768862383640
|
||||||
|
[loading_requirement_container_meta:a199c347-1cb6-4bd5-9547-be5703e5fda2-1768862383640] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 554946
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 294
|
||||||
|
y = 199
|
||||||
|
width = 100
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 622fc3fe-2200-43e6-b624-f4d13c05969e-1768862383640
|
||||||
|
[loading_requirement_container_meta:622fc3fe-2200-43e6-b624-f4d13c05969e-1768862383640] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 810e5334-ba40-4a46-ba82-0ae70f0d0c5b-1768862383640
|
||||||
|
[executable_block:810e5334-ba40-4a46-ba82-0ae70f0d0c5b-1768862383640][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = c6471d8f-d8a4-4763-a849-a20f1ffe5b0e-1768862383640
|
||||||
|
[loading_requirement_container_meta:c6471d8f-d8a4-4763-a849-a20f1ffe5b0e-1768862383640] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 502970
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 242
|
||||||
|
y = 223
|
||||||
|
width = 74
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = ee8ee132-f345-442a-9152-f1a0ac1882dd-1768862383640
|
||||||
|
[loading_requirement_container_meta:ee8ee132-f345-442a-9152-f1a0ac1882dd-1768862383640] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,171 @@
|
||||||
|
type = fancymenu_layout
|
||||||
|
|
||||||
|
layout-meta {
|
||||||
|
identifier = level_loading_screen
|
||||||
|
render_custom_elements_behind_vanilla = false
|
||||||
|
last_edited_time = 1768860793440
|
||||||
|
is_enabled = true
|
||||||
|
randommode = false
|
||||||
|
randomgroup = 1
|
||||||
|
randomonlyfirsttime = false
|
||||||
|
layout_index = 0
|
||||||
|
[loading_requirement_container_meta:377f51af-422f-4ac2-a67d-379237308e12-1768860774178] = [groups:][instances:]
|
||||||
|
}
|
||||||
|
|
||||||
|
menu_background {
|
||||||
|
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||||
|
slide = false
|
||||||
|
repeat_texture = false
|
||||||
|
parallax = false
|
||||||
|
parallax_intensity = 0.02
|
||||||
|
invert_parallax = false
|
||||||
|
restart_animated_on_menu_load = false
|
||||||
|
instance_identifier = c6f64af7-8d20-4f0e-ac5a-abd2cb628554-1768860779470
|
||||||
|
background_type = image
|
||||||
|
}
|
||||||
|
|
||||||
|
customization {
|
||||||
|
action = backgroundoptions
|
||||||
|
keepaspectratio = false
|
||||||
|
}
|
||||||
|
|
||||||
|
scroll_list_customization {
|
||||||
|
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||||
|
render_scroll_list_header_shadow = true
|
||||||
|
render_scroll_list_footer_shadow = true
|
||||||
|
show_scroll_list_header_footer_preview_in_editor = false
|
||||||
|
repeat_scroll_list_header_texture = false
|
||||||
|
repeat_scroll_list_footer_texture = false
|
||||||
|
show_screen_background_overlay_on_custom_background = false
|
||||||
|
apply_vanilla_background_blur = false
|
||||||
|
}
|
||||||
|
|
||||||
|
layout_action_executable_blocks {
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = e90f43b8-9339-4530-82bc-195d30113b87-1768860774179
|
||||||
|
[executable_block:e90f43b8-9339-4530-82bc-195d30113b87-1768860774179][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = f22aba8d-bab4-4112-8cb0-4d2748cb97da-1768860774179
|
||||||
|
[loading_requirement_container_meta:f22aba8d-bab4-4112-8cb0-4d2748cb97da-1768860774179] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = percentage
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 140
|
||||||
|
y = 92
|
||||||
|
width = 200
|
||||||
|
height = 9
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 8ee8bfe4-a2a5-4198-8d7a-c80371fcc0c7-1768860774179
|
||||||
|
[loading_requirement_container_meta:8ee8bfe4-a2a5-4198-8d7a-c80371fcc0c7-1768860774179] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = cd82b7e1-a111-4d41-8864-67a36a7768c5-1768860774179
|
||||||
|
[executable_block:cd82b7e1-a111-4d41-8864-67a36a7768c5-1768860774179][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 200c4c6e-341e-4ed8-9a74-2dabb7844fb2-1768860774179
|
||||||
|
[loading_requirement_container_meta:200c4c6e-341e-4ed8-9a74-2dabb7844fb2-1768860774179] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = chunks
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 190
|
||||||
|
y = 106
|
||||||
|
width = 100
|
||||||
|
height = 100
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 8320a595-e633-44a5-a6ec-66b83d57f36f-1768860774179
|
||||||
|
[loading_requirement_container_meta:8320a595-e633-44a5-a6ec-66b83d57f36f-1768860774179] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,726 @@
|
||||||
|
type = fancymenu_layout
|
||||||
|
|
||||||
|
layout-meta {
|
||||||
|
identifier = pause_screen
|
||||||
|
render_custom_elements_behind_vanilla = false
|
||||||
|
last_edited_time = 1768861473983
|
||||||
|
is_enabled = true
|
||||||
|
randommode = false
|
||||||
|
randomgroup = 1
|
||||||
|
randomonlyfirsttime = false
|
||||||
|
layout_index = 0
|
||||||
|
[loading_requirement_container_meta:b748f4f4-d2a3-4ce7-bc3d-c99301a44f01-1768861396304] = [groups:][instances:]
|
||||||
|
}
|
||||||
|
|
||||||
|
customization {
|
||||||
|
action = backgroundoptions
|
||||||
|
keepaspectratio = false
|
||||||
|
}
|
||||||
|
|
||||||
|
scroll_list_customization {
|
||||||
|
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||||
|
render_scroll_list_header_shadow = true
|
||||||
|
render_scroll_list_footer_shadow = true
|
||||||
|
show_scroll_list_header_footer_preview_in_editor = false
|
||||||
|
repeat_scroll_list_header_texture = false
|
||||||
|
repeat_scroll_list_footer_texture = false
|
||||||
|
show_screen_background_overlay_on_custom_background = false
|
||||||
|
apply_vanilla_background_blur = false
|
||||||
|
}
|
||||||
|
|
||||||
|
layout_action_executable_blocks {
|
||||||
|
}
|
||||||
|
|
||||||
|
element {
|
||||||
|
button_element_executable_block_identifier = d207074f-c9ea-444d-af09-a7a95a7f0bae-1768859638555
|
||||||
|
[executable_action_instance:d97cbf68-18f7-4764-bbb2-549718fafaad-1768859686922][action_type:quitgame] =
|
||||||
|
[executable_block:d207074f-c9ea-444d-af09-a7a95a7f0bae-1768859638555][type:generic] = [executables:d97cbf68-18f7-4764-bbb2-549718fafaad-1768859686922;]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
label = Quit Game
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = c7b1f9e9-12d1-4dfa-998a-b5d18fbb5009-1768859638555
|
||||||
|
[loading_requirement_container_meta:c7b1f9e9-12d1-4dfa-998a-b5d18fbb5009-1768859638555] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = custom_button
|
||||||
|
instance_identifier = 8ebfbe38-ec68-4c01-9cba-904796a722ed-1768859638555
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 1920
|
||||||
|
auto_sizing_base_screen_height = 1012
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = mid-centered
|
||||||
|
x = -102
|
||||||
|
y = 41
|
||||||
|
width = 204
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 9a2e8e5b-2bcf-4440-affd-397159733c0c-1768859638555
|
||||||
|
[loading_requirement_container_meta:9a2e8e5b-2bcf-4440-affd-397159733c0c-1768859638555] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 61b3cc93-8e3a-4ba5-b5c6-f8f9f07032f6-1768859630052
|
||||||
|
[executable_block:61b3cc93-8e3a-4ba5-b5c6-f8f9f07032f6-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = c5ac5079-1444-461d-b92b-2f6e1d51c7d4-1768859630052
|
||||||
|
[loading_requirement_container_meta:c5ac5079-1444-461d-b92b-2f6e1d51c7d4-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 40
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 0
|
||||||
|
y = 40
|
||||||
|
width = 480
|
||||||
|
height = 9
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = f6e052ad-7453-4980-a7cd-0eae55fb7db7-1768859630052
|
||||||
|
[loading_requirement_container_meta:f6e052ad-7453-4980-a7cd-0eae55fb7db7-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 7bd3fa99-1aa2-45af-a094-461b665fa66f-1768859630052
|
||||||
|
[executable_block:7bd3fa99-1aa2-45af-a094-461b665fa66f-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 9e62af28-4645-417a-ad24-4ed0bdc4d820-1768859630052
|
||||||
|
[loading_requirement_container_meta:9e62af28-4645-417a-ad24-4ed0bdc4d820-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = pause_return_to_game_button
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 138
|
||||||
|
y = 71
|
||||||
|
width = 204
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 7413b3e3-5c23-41b4-be11-f7388b2906f8-1768859630052
|
||||||
|
[loading_requirement_container_meta:7413b3e3-5c23-41b4-be11-f7388b2906f8-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = bd57e22c-f1a3-40ed-b7c0-d35c4f19489d-1768859630052
|
||||||
|
[executable_block:bd57e22c-f1a3-40ed-b7c0-d35c4f19489d-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 064009d4-3453-47db-bffb-6a96ac0ca28d-1768859630052
|
||||||
|
[loading_requirement_container_meta:064009d4-3453-47db-bffb-6a96ac0ca28d-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = pause_share_to_lan_button
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 244
|
||||||
|
y = 143
|
||||||
|
width = 98
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 1760b72f-9c6a-43ed-9f8f-37bd6af0c2b8-1768859630052
|
||||||
|
[loading_requirement_container_meta:1760b72f-9c6a-43ed-9f8f-37bd6af0c2b8-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 2ccffd61-faf9-4913-9ee7-1af12a2a9d85-1768859630052
|
||||||
|
[executable_block:2ccffd61-faf9-4913-9ee7-1af12a2a9d85-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 4b4b130c-b299-408c-84f5-1f2e37742ae9-1768859630052
|
||||||
|
[loading_requirement_container_meta:4b4b130c-b299-408c-84f5-1f2e37742ae9-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = pause_send_feedback_button
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 138
|
||||||
|
y = 119
|
||||||
|
width = 98
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = c47c4aed-b750-41b6-85ea-2e0016db663d-1768859630052
|
||||||
|
[loading_requirement_container_meta:c47c4aed-b750-41b6-85ea-2e0016db663d-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = a5d10e6a-a066-42a3-96e6-c3fe9a1d21a5-1768859630052
|
||||||
|
[executable_block:a5d10e6a-a066-42a3-96e6-c3fe9a1d21a5-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 27b175bc-eb1a-469e-95f1-7912bdee3731-1768859630052
|
||||||
|
[loading_requirement_container_meta:27b175bc-eb1a-469e-95f1-7912bdee3731-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = pause_options_button
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 138
|
||||||
|
y = 143
|
||||||
|
width = 98
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = d2f96618-0bbc-447c-ab01-86490121621e-1768859630052
|
||||||
|
[loading_requirement_container_meta:d2f96618-0bbc-447c-ab01-86490121621e-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 2f47c6a7-7102-45d7-ab1b-736bf595da36-1768859630052
|
||||||
|
[executable_block:2f47c6a7-7102-45d7-ab1b-736bf595da36-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 2c44520f-3238-4681-a1fa-be686ebbecb7-1768859630052
|
||||||
|
[loading_requirement_container_meta:2c44520f-3238-4681-a1fa-be686ebbecb7-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = pause_stats_button
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 244
|
||||||
|
y = 95
|
||||||
|
width = 98
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 5c41e7b8-e054-4bb1-9d98-44dcdd2ca68f-1768859630052
|
||||||
|
[loading_requirement_container_meta:5c41e7b8-e054-4bb1-9d98-44dcdd2ca68f-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = f947fa30-c5b7-4aeb-9c19-e80465dff5c1-1768859630052
|
||||||
|
[executable_block:f947fa30-c5b7-4aeb-9c19-e80465dff5c1-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = c8595a08-a142-46b1-941e-c6c320c21320-1768859630052
|
||||||
|
[loading_requirement_container_meta:c8595a08-a142-46b1-941e-c6c320c21320-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 504306
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 244
|
||||||
|
y = 119
|
||||||
|
width = 98
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = abeda792-3ded-4d6b-86a9-86e20841fcb7-1768859630052
|
||||||
|
[loading_requirement_container_meta:abeda792-3ded-4d6b-86a9-86e20841fcb7-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 107016d1-233f-4bfb-8f26-1c5366c56344-1768859630052
|
||||||
|
[executable_block:107016d1-233f-4bfb-8f26-1c5366c56344-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 2a2a71ab-f84d-4347-baeb-e247ba7b4766-1768859630052
|
||||||
|
[loading_requirement_container_meta:2a2a71ab-f84d-4347-baeb-e247ba7b4766-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = pause_advancements_button
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 138
|
||||||
|
y = 95
|
||||||
|
width = 98
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = beaeef1c-c9a0-4eaa-b71a-7d939b3e1a03-1768859630052
|
||||||
|
[loading_requirement_container_meta:beaeef1c-c9a0-4eaa-b71a-7d939b3e1a03-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 7973c57c-af6c-4529-8f2d-a9c5312af4b0-1768859630052
|
||||||
|
[executable_block:7973c57c-af6c-4529-8f2d-a9c5312af4b0-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 0226cdec-44c9-47af-ad7a-364bf8e6cf80-1768859630052
|
||||||
|
[loading_requirement_container_meta:0226cdec-44c9-47af-ad7a-364bf8e6cf80-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = 374306
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 114
|
||||||
|
y = 119
|
||||||
|
width = 20
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 8e8633df-62e3-41f4-adf5-8e59b9e79192-1768859630052
|
||||||
|
[loading_requirement_container_meta:8e8633df-62e3-41f4-adf5-8e59b9e79192-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = e37337a1-576a-41b0-8c55-1174fa556f91-1768859630052
|
||||||
|
[executable_block:e37337a1-576a-41b0-8c55-1174fa556f91-1768859630052][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 50d081b5-3a2b-4adb-afd0-01afac471a60-1768859630052
|
||||||
|
[loading_requirement_container_meta:50d081b5-3a2b-4adb-afd0-01afac471a60-1768859630052] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = pause_disconnect_button
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 1920
|
||||||
|
auto_sizing_base_screen_height = 1012
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 138
|
||||||
|
y = 167
|
||||||
|
width = 204
|
||||||
|
height = 20
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 911d9dda-4e65-4a47-94f0-3c95745686fe-1768859630052
|
||||||
|
[loading_requirement_container_meta:911d9dda-4e65-4a47-94f0-3c95745686fe-1768859630052] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = true
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,171 @@
|
||||||
|
type = fancymenu_layout
|
||||||
|
|
||||||
|
layout-meta {
|
||||||
|
identifier = progress_screen
|
||||||
|
render_custom_elements_behind_vanilla = false
|
||||||
|
last_edited_time = 1768860824587
|
||||||
|
is_enabled = true
|
||||||
|
randommode = false
|
||||||
|
randomgroup = 1
|
||||||
|
randomonlyfirsttime = false
|
||||||
|
layout_index = 0
|
||||||
|
[loading_requirement_container_meta:7e6169ae-34e5-4707-b6df-8ec82ff899c9-1768860809142] = [groups:][instances:]
|
||||||
|
}
|
||||||
|
|
||||||
|
menu_background {
|
||||||
|
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||||
|
slide = false
|
||||||
|
repeat_texture = false
|
||||||
|
parallax = false
|
||||||
|
parallax_intensity = 0.02
|
||||||
|
invert_parallax = false
|
||||||
|
restart_animated_on_menu_load = false
|
||||||
|
instance_identifier = 444a3d1c-06f5-44c8-b012-e66ecc66b8e1-1768860815697
|
||||||
|
background_type = image
|
||||||
|
}
|
||||||
|
|
||||||
|
customization {
|
||||||
|
action = backgroundoptions
|
||||||
|
keepaspectratio = false
|
||||||
|
}
|
||||||
|
|
||||||
|
scroll_list_customization {
|
||||||
|
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||||
|
render_scroll_list_header_shadow = true
|
||||||
|
render_scroll_list_footer_shadow = true
|
||||||
|
show_scroll_list_header_footer_preview_in_editor = false
|
||||||
|
repeat_scroll_list_header_texture = false
|
||||||
|
repeat_scroll_list_footer_texture = false
|
||||||
|
show_screen_background_overlay_on_custom_background = false
|
||||||
|
apply_vanilla_background_blur = false
|
||||||
|
}
|
||||||
|
|
||||||
|
layout_action_executable_blocks {
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 9f275fc5-c6d1-41ed-862d-95b96f976099-1768860809144
|
||||||
|
[executable_block:9f275fc5-c6d1-41ed-862d-95b96f976099-1768860809144][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = d7f1e32f-578c-4807-b9cb-28077e33dd52-1768860809144
|
||||||
|
[loading_requirement_container_meta:d7f1e32f-578c-4807-b9cb-28077e33dd52-1768860809144] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = stage
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = -10
|
||||||
|
y = 90
|
||||||
|
width = 500
|
||||||
|
height = 9
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 786d1596-bcc8-4905-928a-7464c9ed3d06-1768860809144
|
||||||
|
[loading_requirement_container_meta:786d1596-bcc8-4905-928a-7464c9ed3d06-1768860809144] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 6353408d-5478-4f5e-9da0-1f8036438180-1768860809144
|
||||||
|
[executable_block:6353408d-5478-4f5e-9da0-1f8036438180-1768860809144][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = ebb2de44-c36c-469a-8f0c-5add8ad80f65-1768860809144
|
||||||
|
[loading_requirement_container_meta:ebb2de44-c36c-469a-8f0c-5add8ad80f65-1768860809144] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = header
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = -10
|
||||||
|
y = 70
|
||||||
|
width = 500
|
||||||
|
height = 9
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 062ce4de-3268-4936-a60f-6b272330a82d-1768860809144
|
||||||
|
[loading_requirement_container_meta:062ce4de-3268-4936-a60f-6b272330a82d-1768860809144] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,108 @@
|
||||||
|
type = fancymenu_layout
|
||||||
|
|
||||||
|
layout-meta {
|
||||||
|
identifier = receiving_level_screen
|
||||||
|
render_custom_elements_behind_vanilla = false
|
||||||
|
last_edited_time = 1768860031333
|
||||||
|
is_enabled = true
|
||||||
|
randommode = false
|
||||||
|
randomgroup = 1
|
||||||
|
randomonlyfirsttime = false
|
||||||
|
layout_index = 0
|
||||||
|
[loading_requirement_container_meta:7c6cb120-91b2-4969-88d3-1efa961cdbe7-1768860015959] = [groups:][instances:]
|
||||||
|
}
|
||||||
|
|
||||||
|
menu_background {
|
||||||
|
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||||
|
slide = false
|
||||||
|
repeat_texture = false
|
||||||
|
parallax = false
|
||||||
|
parallax_intensity = 0.02
|
||||||
|
invert_parallax = false
|
||||||
|
restart_animated_on_menu_load = false
|
||||||
|
instance_identifier = 2b291129-8562-4dbf-863f-9cb5e6f406d0-1768860019829
|
||||||
|
background_type = image
|
||||||
|
}
|
||||||
|
|
||||||
|
customization {
|
||||||
|
action = backgroundoptions
|
||||||
|
keepaspectratio = false
|
||||||
|
}
|
||||||
|
|
||||||
|
scroll_list_customization {
|
||||||
|
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||||
|
render_scroll_list_header_shadow = true
|
||||||
|
render_scroll_list_footer_shadow = true
|
||||||
|
show_scroll_list_header_footer_preview_in_editor = false
|
||||||
|
repeat_scroll_list_header_texture = false
|
||||||
|
repeat_scroll_list_footer_texture = false
|
||||||
|
show_screen_background_overlay_on_custom_background = false
|
||||||
|
apply_vanilla_background_blur = false
|
||||||
|
}
|
||||||
|
|
||||||
|
layout_action_executable_blocks {
|
||||||
|
}
|
||||||
|
|
||||||
|
vanilla_button {
|
||||||
|
button_element_executable_block_identifier = 048282d5-2d8c-4586-87e1-402b9856df14-1768860015960
|
||||||
|
[executable_block:048282d5-2d8c-4586-87e1-402b9856df14-1768860015960][type:generic] = [executables:]
|
||||||
|
restartbackgroundanimations = true
|
||||||
|
nine_slice_custom_background = false
|
||||||
|
nine_slice_border_x = 5
|
||||||
|
nine_slice_border_y = 5
|
||||||
|
navigatable = true
|
||||||
|
widget_active_state_requirement_container_identifier = 1bfd727d-70a8-4fa6-b7f7-a16b69781a8b-1768860015960
|
||||||
|
[loading_requirement_container_meta:1bfd727d-70a8-4fa6-b7f7-a16b69781a8b-1768860015960] = [groups:][instances:]
|
||||||
|
is_template = false
|
||||||
|
template_apply_width = false
|
||||||
|
template_apply_height = false
|
||||||
|
template_apply_posx = false
|
||||||
|
template_apply_posy = false
|
||||||
|
template_apply_opacity = false
|
||||||
|
template_apply_visibility = false
|
||||||
|
template_apply_label = false
|
||||||
|
template_share_with = buttons
|
||||||
|
nine_slice_slider_handle = false
|
||||||
|
nine_slice_slider_handle_border_x = 5
|
||||||
|
nine_slice_slider_handle_border_y = 5
|
||||||
|
element_type = vanilla_button
|
||||||
|
instance_identifier = downloading_terrain
|
||||||
|
appearance_delay = no_delay
|
||||||
|
appearance_delay_seconds = 1.0
|
||||||
|
fade_in_v2 = no_fading
|
||||||
|
fade_in_speed = 1.0
|
||||||
|
fade_out = no_fading
|
||||||
|
fade_out_speed = 1.0
|
||||||
|
base_opacity = 1.0
|
||||||
|
auto_sizing = false
|
||||||
|
auto_sizing_base_screen_width = 0
|
||||||
|
auto_sizing_base_screen_height = 0
|
||||||
|
sticky_anchor = false
|
||||||
|
anchor_point = vanilla
|
||||||
|
x = 140
|
||||||
|
y = 76
|
||||||
|
width = 200
|
||||||
|
height = 9
|
||||||
|
stretch_x = false
|
||||||
|
stretch_y = false
|
||||||
|
stay_on_screen = true
|
||||||
|
element_loading_requirement_container_identifier = 0afb7d41-7f3d-45d3-96fc-a57b333803de-1768860015960
|
||||||
|
[loading_requirement_container_meta:0afb7d41-7f3d-45d3-96fc-a57b333803de-1768860015960] = [groups:][instances:]
|
||||||
|
enable_parallax = false
|
||||||
|
parallax_intensity_v2 = 0.5
|
||||||
|
invert_parallax = false
|
||||||
|
animated_offset_x = 0
|
||||||
|
animated_offset_y = 0
|
||||||
|
load_once_per_session = false
|
||||||
|
in_editor_color = #FFC800FF
|
||||||
|
layer_hidden_in_editor = false
|
||||||
|
rotation_degrees = 0.0
|
||||||
|
advanced_rotation_mode = false
|
||||||
|
vertical_tilt_degrees = 0.0
|
||||||
|
advanced_vertical_tilt_mode = false
|
||||||
|
horizontal_tilt_degrees = 0.0
|
||||||
|
advanced_horizontal_tilt_mode = false
|
||||||
|
is_hidden = false
|
||||||
|
automated_button_clicks = 0
|
||||||
|
}
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -7,6 +7,6 @@ settings {
|
||||||
inner_height = 300.0
|
inner_height = 300.0
|
||||||
snapping_side = top-right
|
snapping_side = top-right
|
||||||
expanded = true
|
expanded = true
|
||||||
visible = false
|
visible = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
config/yosbr/config/fancymenu/listener_instances.txt
Normal file
2
config/yosbr/config/fancymenu/listener_instances.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
type = listener_instances
|
||||||
|
|
||||||
|
|
@ -27,7 +27,7 @@ S:custom_window_icon_16 = '';
|
||||||
B:show_custom_window_icon = 'false';
|
B:show_custom_window_icon = 'false';
|
||||||
S:custom_window_icon_macos = '';
|
S:custom_window_icon_macos = '';
|
||||||
S:custom_window_icon_32 = '';
|
S:custom_window_icon_32 = '';
|
||||||
S:custom_window_title = '';
|
S:custom_window_title = 'Retards Server';
|
||||||
|
|
||||||
|
|
||||||
##[multiplayer_screen]
|
##[multiplayer_screen]
|
||||||
|
|
@ -67,7 +67,7 @@ F:ui_scale = '4.0';
|
||||||
B:play_ui_click_sounds = 'true';
|
B:play_ui_click_sounds = 'true';
|
||||||
B:enable_ui_text_shadow = 'false';
|
B:enable_ui_text_shadow = 'false';
|
||||||
I:context_menu_hover_open_speed = '1';
|
I:context_menu_hover_open_speed = '1';
|
||||||
S:ui_theme = 'dark';
|
S:ui_theme = 'nether';
|
||||||
|
|
||||||
|
|
||||||
##[debug_overlay]
|
##[debug_overlay]
|
||||||
|
|
|
||||||
|
|
@ -1,262 +0,0 @@
|
||||||
{
|
|
||||||
"identifier": "dark",
|
|
||||||
"display_name": "fancymenu.ui.themes.dark",
|
|
||||||
"menu_bar_bottom_line_color": {
|
|
||||||
"hex": "#5D6164FF"
|
|
||||||
},
|
|
||||||
"layout_editor_mouse_selection_rectangle_color": {
|
|
||||||
"hex": "#0394FCFF"
|
|
||||||
},
|
|
||||||
"layout_editor_grid_color_normal": {
|
|
||||||
"hex": "#BA79F164"
|
|
||||||
},
|
|
||||||
"layout_editor_grid_color_center": {
|
|
||||||
"hex": "#5B5EFF64"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_color_normal": {
|
|
||||||
"hex": "#0394FCFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_color_selected": {
|
|
||||||
"hex": "#03DBFCFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_rotation_controls_color": {
|
|
||||||
"hex": "#9E2BFFFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_vertical_tilting_controls_color": {
|
|
||||||
"hex": "#FFB52BFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_horizontal_tilting_controls_color": {
|
|
||||||
"hex": "#91FF2BFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_dragging_not_allowed_color": {
|
|
||||||
"hex": "#E83609C8"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_display_line_background_color": {
|
|
||||||
"hex": "#00000080"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_display_line_text_color": {
|
|
||||||
"hex": "#FFFFFFFF"
|
|
||||||
},
|
|
||||||
"layout_editor_anchor_point_overlay_color_base": {
|
|
||||||
"hex": "#25B479FF"
|
|
||||||
},
|
|
||||||
"layout_editor_anchor_point_overlay_color_border": {
|
|
||||||
"hex": "#114F34FF"
|
|
||||||
},
|
|
||||||
"layout_editor_close_icon_color": {
|
|
||||||
"hex": "#DA3C1EFF"
|
|
||||||
},
|
|
||||||
"scroll_grabber_color_normal": {
|
|
||||||
"hex": "#595B5D64"
|
|
||||||
},
|
|
||||||
"scroll_grabber_color_hover": {
|
|
||||||
"hex": "#66686864"
|
|
||||||
},
|
|
||||||
"screen_background_color": {
|
|
||||||
"hex": "#3C3F41FF"
|
|
||||||
},
|
|
||||||
"screen_background_color_darker": {
|
|
||||||
"hex": "#262626FF"
|
|
||||||
},
|
|
||||||
"element_border_color_normal": {
|
|
||||||
"hex": "#5D6164FF"
|
|
||||||
},
|
|
||||||
"element_border_color_hover": {
|
|
||||||
"hex": "#5D6164FF"
|
|
||||||
},
|
|
||||||
"element_background_color_normal": {
|
|
||||||
"hex": "#474747FF"
|
|
||||||
},
|
|
||||||
"element_background_color_hover": {
|
|
||||||
"hex": "#539CD4FF"
|
|
||||||
},
|
|
||||||
"slider_handle_color_normal": {
|
|
||||||
"hex": "#4784B4FF"
|
|
||||||
},
|
|
||||||
"slider_handle_color_hover": {
|
|
||||||
"hex": "#539CD4FF"
|
|
||||||
},
|
|
||||||
"area_background_color": {
|
|
||||||
"hex": "#2B2B2BFF"
|
|
||||||
},
|
|
||||||
"edit_box_background_color": {
|
|
||||||
"hex": "#2B2B2BFF"
|
|
||||||
},
|
|
||||||
"edit_box_border_color_normal": {
|
|
||||||
"hex": "#5D6164FF"
|
|
||||||
},
|
|
||||||
"edit_box_border_color_focused": {
|
|
||||||
"hex": "#5D6164FF"
|
|
||||||
},
|
|
||||||
"list_entry_color_selected_hovered": {
|
|
||||||
"hex": "#323232FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_action": {
|
|
||||||
"hex": "#3A3F44FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_action_hover": {
|
|
||||||
"hex": "#44494EFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_if": {
|
|
||||||
"hex": "#263F55FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_if_hover": {
|
|
||||||
"hex": "#2D516EFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_else_if": {
|
|
||||||
"hex": "#392D4FFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_else_if_hover": {
|
|
||||||
"hex": "#463A5FFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_else": {
|
|
||||||
"hex": "#4E3721FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_else_hover": {
|
|
||||||
"hex": "#5F462DFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_while": {
|
|
||||||
"hex": "#234A42FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_while_hover": {
|
|
||||||
"hex": "#2D5C52FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_folder": {
|
|
||||||
"hex": "#50303CFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_folder_hover": {
|
|
||||||
"hex": "#613E4DFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_generic_block": {
|
|
||||||
"hex": "#3A3B3EFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_generic_block_hover": {
|
|
||||||
"hex": "#47484CFF"
|
|
||||||
},
|
|
||||||
"actions_chain_indicator_color": {
|
|
||||||
"hex": "#587096B4"
|
|
||||||
},
|
|
||||||
"actions_chain_indicator_hovered_color": {
|
|
||||||
"hex": "#64B5F6D2"
|
|
||||||
},
|
|
||||||
"actions_chain_indicator_selected_color": {
|
|
||||||
"hex": "#FFC147DC"
|
|
||||||
},
|
|
||||||
"actions_minimap_background_color": {
|
|
||||||
"hex": "#181B20C8"
|
|
||||||
},
|
|
||||||
"actions_minimap_border_color": {
|
|
||||||
"hex": "#5E636CDC"
|
|
||||||
},
|
|
||||||
"actions_minimap_viewport_color": {
|
|
||||||
"hex": "#FFFFFF23"
|
|
||||||
},
|
|
||||||
"actions_minimap_viewport_border_color": {
|
|
||||||
"hex": "#D2DEFF64"
|
|
||||||
},
|
|
||||||
"actions_minimap_tooltip_border_color": {
|
|
||||||
"hex": "#78AADCDC"
|
|
||||||
},
|
|
||||||
"text_editor_sidebar_color": {
|
|
||||||
"hex": "#313335FF"
|
|
||||||
},
|
|
||||||
"text_editor_line_number_text_color_normal": {
|
|
||||||
"hex": "#5B5C5EFF"
|
|
||||||
},
|
|
||||||
"text_editor_line_number_text_color_selected": {
|
|
||||||
"hex": "#899396FF"
|
|
||||||
},
|
|
||||||
"listing_dot_color_1": {
|
|
||||||
"hex": "#3E86A0FF"
|
|
||||||
},
|
|
||||||
"listing_dot_color_2": {
|
|
||||||
"hex": "#AD6C79FF"
|
|
||||||
},
|
|
||||||
"listing_dot_color_3": {
|
|
||||||
"hex": "#AA823FFF"
|
|
||||||
},
|
|
||||||
"suggestions_background_color": {
|
|
||||||
"hex": "#474747FF"
|
|
||||||
},
|
|
||||||
"suggestions_text_color_normal": {
|
|
||||||
"hex": "#CEDDEDFF"
|
|
||||||
},
|
|
||||||
"suggestions_text_color_selected": {
|
|
||||||
"hex": "#64A5ECFF"
|
|
||||||
},
|
|
||||||
"ui_texture_color": {
|
|
||||||
"hex": "#FFFFFFFF"
|
|
||||||
},
|
|
||||||
"generic_text_base_color": {
|
|
||||||
"hex": "#FFFFFFFF"
|
|
||||||
},
|
|
||||||
"element_label_color_normal": {
|
|
||||||
"hex": "#CEDDEDFF"
|
|
||||||
},
|
|
||||||
"element_label_color_inactive": {
|
|
||||||
"hex": "#717577FF"
|
|
||||||
},
|
|
||||||
"edit_box_text_color_normal": {
|
|
||||||
"hex": "#CEDDEDFF"
|
|
||||||
},
|
|
||||||
"edit_box_text_color_uneditable": {
|
|
||||||
"hex": "#717577FF"
|
|
||||||
},
|
|
||||||
"edit_box_suggestion_text_color": {
|
|
||||||
"hex": "#808080FF"
|
|
||||||
},
|
|
||||||
"description_area_text_color": {
|
|
||||||
"hex": "#CEDDEDFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_color": {
|
|
||||||
"hex": "#9EAAB8FF"
|
|
||||||
},
|
|
||||||
"success_text_color": {
|
|
||||||
"hex": "#31CE05FF"
|
|
||||||
},
|
|
||||||
"error_text_color": {
|
|
||||||
"hex": "#ED4545FF"
|
|
||||||
},
|
|
||||||
"warning_text_color": {
|
|
||||||
"hex": "#E59B12FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_1": {
|
|
||||||
"hex": "#EB7F7FFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_2": {
|
|
||||||
"hex": "#EBC97FFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_3": {
|
|
||||||
"hex": "#BEEB7FFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_4": {
|
|
||||||
"hex": "#7FEBE6FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_5": {
|
|
||||||
"hex": "#7F9EEBFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_6": {
|
|
||||||
"hex": "#967FEBFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_7": {
|
|
||||||
"hex": "#D47FEBFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_8": {
|
|
||||||
"hex": "#F53636FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_9": {
|
|
||||||
"hex": "#F59236FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_10": {
|
|
||||||
"hex": "#F5E536FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_11": {
|
|
||||||
"hex": "#69F536FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_12": {
|
|
||||||
"hex": "#3689F5FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_brackets_color": {
|
|
||||||
"hex": "#FCDF03FF"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,262 +0,0 @@
|
||||||
{
|
|
||||||
"identifier": "light",
|
|
||||||
"display_name": "fancymenu.ui.themes.light",
|
|
||||||
"menu_bar_bottom_line_color": {
|
|
||||||
"hex": "#777777FF"
|
|
||||||
},
|
|
||||||
"layout_editor_mouse_selection_rectangle_color": {
|
|
||||||
"hex": "#0394FCFF"
|
|
||||||
},
|
|
||||||
"layout_editor_grid_color_normal": {
|
|
||||||
"hex": "#BA79F164"
|
|
||||||
},
|
|
||||||
"layout_editor_grid_color_center": {
|
|
||||||
"hex": "#5B5EFF64"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_color_normal": {
|
|
||||||
"hex": "#0394FCFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_color_selected": {
|
|
||||||
"hex": "#03DBFCFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_rotation_controls_color": {
|
|
||||||
"hex": "#9E2BFFFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_vertical_tilting_controls_color": {
|
|
||||||
"hex": "#FFB52BFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_horizontal_tilting_controls_color": {
|
|
||||||
"hex": "#91FF2BFF"
|
|
||||||
},
|
|
||||||
"layout_editor_element_dragging_not_allowed_color": {
|
|
||||||
"hex": "#E83609C8"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_display_line_background_color": {
|
|
||||||
"hex": "#00000080"
|
|
||||||
},
|
|
||||||
"layout_editor_element_border_display_line_text_color": {
|
|
||||||
"hex": "#FFFFFFFF"
|
|
||||||
},
|
|
||||||
"layout_editor_anchor_point_overlay_color_base": {
|
|
||||||
"hex": "#25B479FF"
|
|
||||||
},
|
|
||||||
"layout_editor_anchor_point_overlay_color_border": {
|
|
||||||
"hex": "#114F34FF"
|
|
||||||
},
|
|
||||||
"layout_editor_close_icon_color": {
|
|
||||||
"hex": "#932813FF"
|
|
||||||
},
|
|
||||||
"scroll_grabber_color_normal": {
|
|
||||||
"hex": "#595B5D64"
|
|
||||||
},
|
|
||||||
"scroll_grabber_color_hover": {
|
|
||||||
"hex": "#66686864"
|
|
||||||
},
|
|
||||||
"screen_background_color": {
|
|
||||||
"hex": "#B2B2B2FF"
|
|
||||||
},
|
|
||||||
"screen_background_color_darker": {
|
|
||||||
"hex": "#ADADADFF"
|
|
||||||
},
|
|
||||||
"element_border_color_normal": {
|
|
||||||
"hex": "#777777FF"
|
|
||||||
},
|
|
||||||
"element_border_color_hover": {
|
|
||||||
"hex": "#777777FF"
|
|
||||||
},
|
|
||||||
"element_background_color_normal": {
|
|
||||||
"hex": "#CBCBCBFF"
|
|
||||||
},
|
|
||||||
"element_background_color_hover": {
|
|
||||||
"hex": "#AFAFAFFF"
|
|
||||||
},
|
|
||||||
"slider_handle_color_normal": {
|
|
||||||
"hex": "#858484FF"
|
|
||||||
},
|
|
||||||
"slider_handle_color_hover": {
|
|
||||||
"hex": "#A2A2A2FF"
|
|
||||||
},
|
|
||||||
"area_background_color": {
|
|
||||||
"hex": "#CBCBCBFF"
|
|
||||||
},
|
|
||||||
"edit_box_background_color": {
|
|
||||||
"hex": "#CBCBCBFF"
|
|
||||||
},
|
|
||||||
"edit_box_border_color_normal": {
|
|
||||||
"hex": "#383838FF"
|
|
||||||
},
|
|
||||||
"edit_box_border_color_focused": {
|
|
||||||
"hex": "#444444FF"
|
|
||||||
},
|
|
||||||
"list_entry_color_selected_hovered": {
|
|
||||||
"hex": "#AFAFAFFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_action": {
|
|
||||||
"hex": "#E0E0E0FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_action_hover": {
|
|
||||||
"hex": "#CECECEFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_if": {
|
|
||||||
"hex": "#C9DBEFFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_if_hover": {
|
|
||||||
"hex": "#B8CEE8FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_else_if": {
|
|
||||||
"hex": "#E9D7F0FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_else_if_hover": {
|
|
||||||
"hex": "#D8C6E3FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_else": {
|
|
||||||
"hex": "#F3E1C7FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_else_hover": {
|
|
||||||
"hex": "#E5D1B6FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_while": {
|
|
||||||
"hex": "#CCEBE3FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_while_hover": {
|
|
||||||
"hex": "#BCDED4FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_folder": {
|
|
||||||
"hex": "#F2D5DBFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_folder_hover": {
|
|
||||||
"hex": "#E6C7CEFF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_generic_block": {
|
|
||||||
"hex": "#E5E5E5FF"
|
|
||||||
},
|
|
||||||
"actions_entry_background_color_generic_block_hover": {
|
|
||||||
"hex": "#D2D2D2FF"
|
|
||||||
},
|
|
||||||
"actions_chain_indicator_color": {
|
|
||||||
"hex": "#8CAAD296"
|
|
||||||
},
|
|
||||||
"actions_chain_indicator_hovered_color": {
|
|
||||||
"hex": "#6895D7BE"
|
|
||||||
},
|
|
||||||
"actions_chain_indicator_selected_color": {
|
|
||||||
"hex": "#DCA236D2"
|
|
||||||
},
|
|
||||||
"actions_minimap_background_color": {
|
|
||||||
"hex": "#ECECECC8"
|
|
||||||
},
|
|
||||||
"actions_minimap_border_color": {
|
|
||||||
"hex": "#ACACACDC"
|
|
||||||
},
|
|
||||||
"actions_minimap_viewport_color": {
|
|
||||||
"hex": "#5050503C"
|
|
||||||
},
|
|
||||||
"actions_minimap_viewport_border_color": {
|
|
||||||
"hex": "#D2DEFF64"
|
|
||||||
},
|
|
||||||
"actions_minimap_tooltip_border_color": {
|
|
||||||
"hex": "#78AADCDC"
|
|
||||||
},
|
|
||||||
"text_editor_sidebar_color": {
|
|
||||||
"hex": "#A4A4A4FF"
|
|
||||||
},
|
|
||||||
"text_editor_line_number_text_color_normal": {
|
|
||||||
"hex": "#696969FF"
|
|
||||||
},
|
|
||||||
"text_editor_line_number_text_color_selected": {
|
|
||||||
"hex": "#464646FF"
|
|
||||||
},
|
|
||||||
"listing_dot_color_1": {
|
|
||||||
"hex": "#438DD0FF"
|
|
||||||
},
|
|
||||||
"listing_dot_color_2": {
|
|
||||||
"hex": "#AB3950FF"
|
|
||||||
},
|
|
||||||
"listing_dot_color_3": {
|
|
||||||
"hex": "#B2740CFF"
|
|
||||||
},
|
|
||||||
"suggestions_background_color": {
|
|
||||||
"hex": "#A2A2A2FF"
|
|
||||||
},
|
|
||||||
"suggestions_text_color_normal": {
|
|
||||||
"hex": "#2D2D2DFF"
|
|
||||||
},
|
|
||||||
"suggestions_text_color_selected": {
|
|
||||||
"hex": "#205EA2FF"
|
|
||||||
},
|
|
||||||
"ui_texture_color": {
|
|
||||||
"hex": "#2D2D2DFF"
|
|
||||||
},
|
|
||||||
"generic_text_base_color": {
|
|
||||||
"hex": "#252525FF"
|
|
||||||
},
|
|
||||||
"element_label_color_normal": {
|
|
||||||
"hex": "#2D2D2DFF"
|
|
||||||
},
|
|
||||||
"element_label_color_inactive": {
|
|
||||||
"hex": "#8A8989FF"
|
|
||||||
},
|
|
||||||
"edit_box_text_color_normal": {
|
|
||||||
"hex": "#2D2D2DFF"
|
|
||||||
},
|
|
||||||
"edit_box_text_color_uneditable": {
|
|
||||||
"hex": "#8A8989FF"
|
|
||||||
},
|
|
||||||
"edit_box_suggestion_text_color": {
|
|
||||||
"hex": "#8A8989FF"
|
|
||||||
},
|
|
||||||
"description_area_text_color": {
|
|
||||||
"hex": "#2D2D2DFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_color": {
|
|
||||||
"hex": "#484E53FF"
|
|
||||||
},
|
|
||||||
"success_text_color": {
|
|
||||||
"hex": "#197E02FF"
|
|
||||||
},
|
|
||||||
"error_text_color": {
|
|
||||||
"hex": "#A41B1BFF"
|
|
||||||
},
|
|
||||||
"warning_text_color": {
|
|
||||||
"hex": "#9B6105FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_1": {
|
|
||||||
"hex": "#A10F0FFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_2": {
|
|
||||||
"hex": "#B27D09FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_3": {
|
|
||||||
"hex": "#66A80AFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_4": {
|
|
||||||
"hex": "#089891FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_5": {
|
|
||||||
"hex": "#072E8DFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_6": {
|
|
||||||
"hex": "#26069DFF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_7": {
|
|
||||||
"hex": "#6A0685FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_8": {
|
|
||||||
"hex": "#730303FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_9": {
|
|
||||||
"hex": "#854306FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_10": {
|
|
||||||
"hex": "#918504FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_11": {
|
|
||||||
"hex": "#267A07FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_nested_text_color_12": {
|
|
||||||
"hex": "#363CF5FF"
|
|
||||||
},
|
|
||||||
"text_editor_text_formatting_brackets_color": {
|
|
||||||
"hex": "#FF3A0064"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,38 +0,0 @@
|
||||||
{
|
|
||||||
"biomes": {
|
|
||||||
"temperature_multiplier": 1.0,
|
|
||||||
"temperature_scale": 0.25,
|
|
||||||
"vegetation_multiplier": 1.0,
|
|
||||||
"vegetation_scale": 0.25
|
|
||||||
},
|
|
||||||
"continents": {
|
|
||||||
"continents_scale": 0.13,
|
|
||||||
"erosion_scale": 0.5,
|
|
||||||
"flat_terrain_skew": 0.1,
|
|
||||||
"jungle_pillars": true,
|
|
||||||
"ocean_offset": -0.8,
|
|
||||||
"ridge_scale": 0.25,
|
|
||||||
"river_lanterns": true,
|
|
||||||
"rolling_hills": true,
|
|
||||||
"underground_rivers": true
|
|
||||||
},
|
|
||||||
"general": {
|
|
||||||
"mod_enabled": true,
|
|
||||||
"snow_start_offset": 128
|
|
||||||
},
|
|
||||||
"global_terrain": {
|
|
||||||
"increased_height": false,
|
|
||||||
"lava_tunnels": true,
|
|
||||||
"vertical_scale": 1.5
|
|
||||||
},
|
|
||||||
"islands": {
|
|
||||||
"enabled": true,
|
|
||||||
"noise_scale": 0.11
|
|
||||||
},
|
|
||||||
"oceans": {
|
|
||||||
"deep_ocean_depth": -0.45,
|
|
||||||
"monument_offset": -30,
|
|
||||||
"ocean_depth": -0.15,
|
|
||||||
"remove_frozen_ocean_ice": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
1
config/yosbr/config/xaero/minimap/client.cfg
Normal file
1
config/yosbr/config/xaero/minimap/client.cfg
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
update_notifications = false
|
||||||
815
index.toml
815
index.toml
File diff suppressed because it is too large
Load diff
34
kubejs/config/settings.json
Normal file
34
kubejs/config/settings.json
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"dimensions": [
|
||||||
|
{
|
||||||
|
"id": "retards:creative",
|
||||||
|
"gamemode": "creative",
|
||||||
|
"portal": {
|
||||||
|
"material": "minecraft:glowstone",
|
||||||
|
"fluid": "minecraft:water",
|
||||||
|
"color": "#1E66F5"
|
||||||
|
},
|
||||||
|
"worldgen": {
|
||||||
|
"minecraft:bedrock": 1,
|
||||||
|
"minecraft:stone": 40,
|
||||||
|
"minecraft:dirt": 8,
|
||||||
|
"minecraft:grass_block": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "retards:adventure",
|
||||||
|
"gamemode": "adventure",
|
||||||
|
"portal": {
|
||||||
|
"material": "minecraft:bedrock",
|
||||||
|
"fluid": "minecraft:water",
|
||||||
|
"color": "#1E66F5"
|
||||||
|
},
|
||||||
|
"worldgen": {
|
||||||
|
"minecraft:bedrock": 1,
|
||||||
|
"minecraft:stone": 40,
|
||||||
|
"minecraft:dirt": 8,
|
||||||
|
"minecraft:grass_block": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
92
kubejs/server_scripts/dimensions.js
Normal file
92
kubejs/server_scripts/dimensions.js
Normal file
|
|
@ -0,0 +1,92 @@
|
||||||
|
// Creates and configures custom dimensions
|
||||||
|
|
||||||
|
const raw = JsonIO.readJson("kubejs/config/settings.json");
|
||||||
|
const config = raw ? JSON.parse(raw.toString()) : {};
|
||||||
|
|
||||||
|
function hexToRgb(hex) {
|
||||||
|
const h = hex.replace("#", "");
|
||||||
|
return {
|
||||||
|
r: parseInt(h.substring(0, 2), 16),
|
||||||
|
g: parseInt(h.substring(2, 4), 16),
|
||||||
|
b: parseInt(h.substring(4, 6), 16),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
var portalColor;
|
||||||
|
|
||||||
|
ServerEvents.highPriorityData((event) => {
|
||||||
|
if (config.dimensions) {
|
||||||
|
config.dimensions.forEach((dimension) => {
|
||||||
|
const [modId, dimId] = dimension.id.split(":");
|
||||||
|
|
||||||
|
/////////////////
|
||||||
|
/// DIMENSION ///
|
||||||
|
/////////////////
|
||||||
|
const dimJson = { type: "minecraft:overworld" };
|
||||||
|
if (dimension.worldgen)
|
||||||
|
dimJson["generator"] = {
|
||||||
|
type: "minecraft:flat",
|
||||||
|
settings: {
|
||||||
|
biome: "minecraft:plains",
|
||||||
|
lakes: false,
|
||||||
|
features: false,
|
||||||
|
structures: {},
|
||||||
|
layers: Object.entries(dimension.worldgen).map(
|
||||||
|
([block, count]) => ({
|
||||||
|
block: block,
|
||||||
|
height: count,
|
||||||
|
}),
|
||||||
|
),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
event.addJson(`${modId}:dimension/${dimId}.json`, dimJson);
|
||||||
|
|
||||||
|
//////////////
|
||||||
|
/// PORTAL ///
|
||||||
|
//////////////
|
||||||
|
const portal = dimension.portal;
|
||||||
|
if (portal) {
|
||||||
|
portalColor = hexToRgb(portal.color);
|
||||||
|
event.addJson(`${modId}:portals/${dimId}.json`, {
|
||||||
|
block: portal.material,
|
||||||
|
dim: dimension.id,
|
||||||
|
r: portalColor.r,
|
||||||
|
g: portalColor.g,
|
||||||
|
b: portalColor.b,
|
||||||
|
ignitionType: "FLUID",
|
||||||
|
ignitionSource: portal.fluid,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
//////////////
|
||||||
|
/// DIMINV ///
|
||||||
|
//////////////
|
||||||
|
PlayerEvents.loggedIn((event) => {
|
||||||
|
if (config.dimensions) {
|
||||||
|
config.dimensions.forEach((dimension) => {
|
||||||
|
const [modId, dimId] = dimension.id.split(":");
|
||||||
|
const data = event.server.persistentData;
|
||||||
|
if (!data.getBoolean(`${dimId}Initialized`)) {
|
||||||
|
data.putBoolean(`${dimId}Initialized`, true);
|
||||||
|
event.server.scheduleInTicks(20, () => {
|
||||||
|
event.server.runCommandSilent(`diminv pool ${dimId} create`);
|
||||||
|
event.server.runCommandSilent(
|
||||||
|
`diminv pool ${dimId} dimension ${dimension.id} assign`,
|
||||||
|
);
|
||||||
|
event.server.runCommandSilent(
|
||||||
|
`diminv pool ${dimId} gameMode ${dimension.gamemode}`,
|
||||||
|
);
|
||||||
|
event.server.runCommandSilent(
|
||||||
|
`diminv pool ${dimId} progressAdvancements false`,
|
||||||
|
);
|
||||||
|
event.server.runCommandSilent(
|
||||||
|
`diminv pool ${dimId} incrementStatistics false`,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
24
kubejs/server_scripts/keep.js
Normal file
24
kubejs/server_scripts/keep.js
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
// Makes Tickets of Eternal Keeping not consumed on death.
|
||||||
|
|
||||||
|
const tickets = {};
|
||||||
|
|
||||||
|
EntityEvents.death((event) => {
|
||||||
|
const player = event.player;
|
||||||
|
if (event.entity.isPlayer()) {
|
||||||
|
tickets[player.uuid] = null;
|
||||||
|
|
||||||
|
player.inventory.allItems.forEach((item) => {
|
||||||
|
if (item.nbt && item.nbt.EternalKeep) tickets[player.uuid] = item.copy();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
PlayerEvents.respawned((event) => {
|
||||||
|
const player = event.player;
|
||||||
|
|
||||||
|
const ticket = tickets[player.uuid];
|
||||||
|
|
||||||
|
if (ticket != null) player.give(Item.of(ticket, 1));
|
||||||
|
|
||||||
|
tickets[player.uuid] = null;
|
||||||
|
});
|
||||||
71
kubejs/server_scripts/rsapi-commands.js
Normal file
71
kubejs/server_scripts/rsapi-commands.js
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
ServerEvents.commandRegistry((event) => {
|
||||||
|
const { commands: Commands, arguments: Arguments } = event;
|
||||||
|
|
||||||
|
// /rsapi [<player>]
|
||||||
|
function playerInventory(player) {
|
||||||
|
const result = [];
|
||||||
|
|
||||||
|
function pushItem(pos, item) {
|
||||||
|
if (item.isEmpty()) return;
|
||||||
|
let nbtData = {};
|
||||||
|
try {
|
||||||
|
if (item.nbt) {
|
||||||
|
nbtData = JSON.parse(item.nbt.toString());
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
nbtData = {};
|
||||||
|
}
|
||||||
|
result.push([pos, item.id, item.count, nbtData]);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Main inventory (27 slots)
|
||||||
|
player.inventory.items.forEach((item, i) => {
|
||||||
|
pushItem(["inventory", i], item);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Hotbar (9 slots)
|
||||||
|
// player.inventory.hotbar.forEach((item, i) => {
|
||||||
|
// pushItem(["hotbar", i], item);
|
||||||
|
// });
|
||||||
|
|
||||||
|
console.log(result);
|
||||||
|
return 1;
|
||||||
|
|
||||||
|
// Armor
|
||||||
|
// pushItem(["armor", "head"], player.headArmorItem);
|
||||||
|
// pushItem(["armor", "chest"], player.chestArmorItem);
|
||||||
|
// pushItem(["armor", "legs"], player.legsArmorItem);
|
||||||
|
// pushItem(["armor", "feet"], player.feetArmorItem);
|
||||||
|
|
||||||
|
// Offhand
|
||||||
|
// pushItem(["offhand", 0], player.offHandItem);
|
||||||
|
|
||||||
|
// Trinkets (if present)
|
||||||
|
if (player.trinkets) {
|
||||||
|
player.trinkets.groups.forEach((group) => {
|
||||||
|
group.slots.forEach((slot) => {
|
||||||
|
slot.items.forEach((item, index) => {
|
||||||
|
pushItem(["trinkets", group.id, slot.id, index], item);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log(JSON.stringify(result));
|
||||||
|
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
// /rsapi
|
||||||
|
event.register(
|
||||||
|
Commands.literal("rsapi")
|
||||||
|
.requires((src) => src.hasPermission(2))
|
||||||
|
.executes((ctx) => playerInventory(ctx.source.player))
|
||||||
|
.then(
|
||||||
|
// /rsapi [<player>]
|
||||||
|
Commands.argument("target", Arguments.PLAYER.create(event)).executes(
|
||||||
|
(ctx) => playerInventory(Arguments.PLAYER.getResult(ctx, "target")),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
});
|
||||||
78
kubejs/server_scripts/rsapi-events.js
Normal file
78
kubejs/server_scripts/rsapi-events.js
Normal file
|
|
@ -0,0 +1,78 @@
|
||||||
|
var _hooks = {};
|
||||||
|
|
||||||
|
function rsapi(event, id, data) {
|
||||||
|
console.log(`rsapi:${id}:${JSON.stringify(data)}`);
|
||||||
|
if (_hooks[id]) _hooks[id](event, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
const RSEvent = {
|
||||||
|
on: (id, func) => {
|
||||||
|
_hooks[id] = func;
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
function getData(event) {
|
||||||
|
return {
|
||||||
|
username: event.player ? String(event.player.username) : null,
|
||||||
|
message: event.message ? String(event.message) : null,
|
||||||
|
input: event.input ? String(event.input) : null,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
///////////////////
|
||||||
|
/// === API === ///
|
||||||
|
///////////////////
|
||||||
|
|
||||||
|
// rsapi:event.playerJoined:"Player"
|
||||||
|
PlayerEvents.loggedIn((event) => {
|
||||||
|
const { username } = getData(event);
|
||||||
|
rsapi(event, "event.playerJoined", username);
|
||||||
|
});
|
||||||
|
|
||||||
|
// rsapi:event.playerLeft:"Player"
|
||||||
|
PlayerEvents.loggedOut((event) => {
|
||||||
|
const { username } = getData(event);
|
||||||
|
rsapi(event, "event.playerLeft", username);
|
||||||
|
});
|
||||||
|
|
||||||
|
// rsapi:event.playerChat:["Player","Message"]
|
||||||
|
PlayerEvents.chat((event) => {
|
||||||
|
const { username, message } = getData(event);
|
||||||
|
rsapi(event, "event.playerChat", [username, message]);
|
||||||
|
});
|
||||||
|
|
||||||
|
// rsapi:event.serverChat:"Message"
|
||||||
|
ServerEvents.command("say", (event) => {
|
||||||
|
const { input } = getData(event);
|
||||||
|
rsapi(
|
||||||
|
event,
|
||||||
|
"event.serverChat",
|
||||||
|
input.startsWith("say ") ? input.slice(4) : input,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
// rsapi:event.playerDied:"Player"
|
||||||
|
EntityEvents.death("player", (event) => {
|
||||||
|
const { username } = getData(event);
|
||||||
|
rsapi(event, "event.playerDied", username);
|
||||||
|
});
|
||||||
|
|
||||||
|
/////////////////////
|
||||||
|
/// === HOOKS === ///
|
||||||
|
/////////////////////
|
||||||
|
|
||||||
|
RSEvent.on("event.playerJoined", (event, username) => {
|
||||||
|
function title(player, message) {
|
||||||
|
event.server.runCommandSilent("title @a times 20 200 20");
|
||||||
|
event.server.runCommandSilent(
|
||||||
|
"title " + player + ' title ["' + message + '"]',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (username === "Sbebas_s") title(username, "MCFLURRY!!!!");
|
||||||
|
else if (username === "Mark917") title(username, "CUCARACHA");
|
||||||
|
else if (username === "Anthony_7") title(username, "onion rings");
|
||||||
|
else if (username === "Tren_boy") title(username, "Kebab");
|
||||||
|
else if (username === "Cheruz") title(username, "Basta\ngiocare\nnegro");
|
||||||
|
else title(username, "Welcome");
|
||||||
|
});
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
name = "AmbientSounds"
|
name = "AmbientSounds"
|
||||||
filename = "AmbientSounds_FABRIC_v6.3.1_mc1.20.1.jar"
|
filename = "AmbientSounds_FABRIC_v6.3.4_mc1.20.1.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/fM515JnW/versions/izo1gsEI/AmbientSounds_FABRIC_v6.3.1_mc1.20.1.jar"
|
url = "https://cdn.modrinth.com/data/fM515JnW/versions/Y8F6BpQg/AmbientSounds_FABRIC_v6.3.4_mc1.20.1.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "e428b51dc0a5b2fc4d0700c004e88c3be77fba56be382f179b857078f939c37523bb9d72de7e719e4615aed63999ae002bca4acd8b592b9e1d8bf44b04d26319"
|
hash = "3d047c3b8fa124089459a93951c9bca07da58bf07f2b63ed80e3abf69b6fe8d62bd6c991bf9beaa5deabbaf84ab40349c68a9e090d851c5e4a0356aefed09ad1"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "fM515JnW"
|
mod-id = "fM515JnW"
|
||||||
version = "izo1gsEI"
|
version = "Y8F6BpQg"
|
||||||
|
|
|
||||||
13
mods/anti-xray.pw.toml
Normal file
13
mods/anti-xray.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "AntiXray"
|
||||||
|
filename = "antixray-fabric-1.4.6+1.20.1.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/sml2FMaA/versions/6vxHsVZq/antixray-fabric-1.4.6%2B1.20.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "ec46ca0c5c4c10caac1a12983cb675e133f092f8a1bf61567b23c955adc78c98a15921c214f0533718a93217fea796641741d3b476f6115249f9031d59e3aba4"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "sml2FMaA"
|
||||||
|
version = "6vxHsVZq"
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
name = "AppleSkin"
|
name = "AppleSkin"
|
||||||
filename = "appleskin-fabric-mc1.20.1-2.5.1.jar"
|
filename = "appleskin-fabric-mc1.20.1-2.5.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar"
|
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/N5XeV21r/appleskin-fabric-mc1.20.1-2.5.2.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "1544c3705133694a886233bdf75b0d03c9ab489421c1f9f30e51d8dd9f4dcab5826edbef4b7d477b81ac995253c6258844579a54243422b73446f6fb8653b979"
|
hash = "712ca0f86050ab3c6dbdbe62c5d9fabe77837d70529d1cd686f915a5f09d3a4f71ad4d3866984fbdded63ae2eb1c1ceedfb3386253510ee3a54857f77677e4f4"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "EsAfCjCV"
|
mod-id = "EsAfCjCV"
|
||||||
version = "xcauwnEB"
|
version = "N5XeV21r"
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Athena"
|
|
||||||
filename = "athena-fabric-1.20.1-3.1.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/mXJWSwbJ/athena-fabric-1.20.1-3.1.2.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "e55d49348a9d944bbd19390c64a4f42a1375eaaf0cbd4d69b4f523e441d9d23ce9498c912db724260cde32a43b776832cb867161e0989995d974de7e19e12389"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "b1ZV3DIJ"
|
|
||||||
version = "mXJWSwbJ"
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Balm"
|
name = "Balm"
|
||||||
filename = "balm-fabric-1.20.1-7.3.37.jar"
|
filename = "balm-fabric-1.20.1-7.3.38.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/qCk04klC/balm-fabric-1.20.1-7.3.37.jar"
|
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/TSihd8MJ/balm-fabric-1.20.1-7.3.38.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "2fddc3053091ec9e9939f873f01a06752698adf56b0405df17c13e1f6359daa009dc8e194bb9591b172cc013900b9891b52993b779efb338b5d977b4099ae2da"
|
hash = "fc3212781606186b881a956846d262fbe7fc068668b601749aa965b341cb20fb28e28da7591a258e4fa184d3931ef4c5e9bf7c298c8450ccd367d0be0510e8fa"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "MBAkmtvl"
|
mod-id = "MBAkmtvl"
|
||||||
version = "qCk04klC"
|
version = "TSihd8MJ"
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "BCLib"
|
|
||||||
filename = "bclib-3.0.14.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "bc35cc37a221fbc6f7fca293e72aad0877d8c9d07067ff0b4c8f51dcddbb82ac7cbbb86d1550eef7690bcd1ecf09625f0389f39ae9a252eec5d8511ba7deec4a"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "BgNRHReB"
|
|
||||||
version = "TPC86Pyz"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "BetterEnd"
|
|
||||||
filename = "better-end-4.0.11.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "5faae5cb3d8759837ec341c605dd9c8b6b32a908e7e1f1248b3b2567c5f9969079df33694cdfb6c743a732bfc9d5824843a93edec07f09e68f8b408e355d15e7"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "gc8OEnCC"
|
|
||||||
version = "7QwyTILr"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "BetterNether"
|
|
||||||
filename = "better-nether-9.0.10.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/IG7kgtJH/better-nether-9.0.10.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "0ef96b8409904c0ce1b9a875260f252615d7b46704082cfd10ffee88d2d506984ad0c31a91e5cb3392f454bc646b7676c392ac94d78474f156aa519f9501f3d0"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "MpzVLzy5"
|
|
||||||
version = "IG7kgtJH"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create: Big Contraptions"
|
|
||||||
filename = "bigcontraptions-1.0.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/jv0UKGOX/versions/IineM2mL/bigcontraptions-1.0.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "c5f11a54c38ae579a5e387d23a83d2d1481cee9c2f75b4f293790ccd3123755778ea70a7b413540b3e6183afd639dc91201b9be5e4ad2424b8783a53b2ff216b"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "jv0UKGOX"
|
|
||||||
version = "IineM2mL"
|
|
||||||
13
mods/bluemap.pw.toml
Normal file
13
mods/bluemap.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "BlueMap"
|
||||||
|
filename = "BlueMap-5.3-fabric-1.20.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/swbUV1cr/versions/lHRktt6S/BlueMap-5.3-fabric-1.20.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "d3a3173cd3f6d19f5a868562d25a902a3f8936246d8a21613fe57b14497c81b989f094fa899eb6f879ffd8d0768ed354e6d8e6e6c750b4254edef8e9a2b727bc"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "swbUV1cr"
|
||||||
|
version = "lHRktt6S"
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Botarium"
|
|
||||||
filename = "botarium-fabric-1.20.1-2.3.4.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/f3ATcSfq/botarium-fabric-1.20.1-2.3.4.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "03589a8d05c17dbb4271c212d0eb00c53d9d5c0705f63c7816ff9e099245db71f94e7c544e323beaeac28d30bd3807eeccb1352792cb6d778ff6ecf68f4635c7"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "2u6LRnMa"
|
|
||||||
version = "f3ATcSfq"
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Chat Heads"
|
name = "Chat Heads"
|
||||||
filename = "chat_heads-0.14.2-fabric-1.20.jar"
|
filename = "chat_heads-0.15.0-fabric-1.20.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/LqyYQRzJ/chat_heads-0.14.2-fabric-1.20.jar"
|
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/Nfb15p2T/chat_heads-0.15.0-fabric-1.20.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "cb1bd3c679732b6fce4a185bae2b5fd7eac99651f2b12b6531c4ac9006de611dca9db5930a21385b91eb4b51407c656f2bd90750377b654825addb03b497414c"
|
hash = "6609950f77ff6cc450ab93449d40671899c91d49c17abca4111e730c6b7b0a2b8a6eb2c4851a48dfd011e575e3d0042ab0345494fde40b81c01d87626262b496"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Wb5oqrBJ"
|
mod-id = "Wb5oqrBJ"
|
||||||
version = "LqyYQRzJ"
|
version = "Nfb15p2T"
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Chipped"
|
|
||||||
filename = "chipped-fabric-1.20.1-3.0.7.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/BAscRYKm/versions/pwyEaKDs/chipped-fabric-1.20.1-3.0.7.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "5e12cc2ac7aec827a06fb9358fa53a25040428ae0f192a96305b129b084073154a6ae862d6875f6a02fe89a7a11d253049ce90b292f4c4ab2c72a9c94b93c9b0"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "BAscRYKm"
|
|
||||||
version = "pwyEaKDs"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create: Copycats+"
|
|
||||||
filename = "copycats-2.2.2+mc.1.20.1-fabric.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/UT2M39wf/versions/WYmjbo0H/copycats-2.2.2%2Bmc.1.20.1-fabric.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "21c4409d5f453a29d161b34ebed3b6253953529fbfcac4651fd4476059a99f6d2244486345b69a46dc9b3a1ebdfd39cd0ef0c1b8b814a95b3cf7c8465471eee1"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "UT2M39wf"
|
|
||||||
version = "WYmjbo0H"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "CorgiLib"
|
|
||||||
filename = "Corgilib-Fabric-1.20.1-4.0.3.4.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/Fk0j3oUu/Corgilib-Fabric-1.20.1-4.0.3.4.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "87b8e51d25cd979263b4c5097d4737dd329addc8a8e3db6d57ed58e16bda90e97b9d95b6a593cafe8dc9d150b3bc92014f43add8959bf4b604c3e4341d7ce972"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "ziOp6EO8"
|
|
||||||
version = "Fk0j3oUu"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "CraftTweaker"
|
|
||||||
filename = "CraftTweaker-fabric-1.20.1-14.0.59.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/eMDmObNh/CraftTweaker-fabric-1.20.1-14.0.59.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "0e97c6c7022878a0939368589ce4cd03fcac628de19bfdc595f11abe8f1c423a4cd5e92ccd9eafa3f20c87caab2ad329513c24073b8b7fd3c104a7d3a49cd0bb"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "Xg35A4rS"
|
|
||||||
version = "eMDmObNh"
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Crash Assistant"
|
name = "Crash Assistant"
|
||||||
filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.28.jar"
|
filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.30.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/IuxHAW1f/CrashAssistant-fabric-1.19-1.21.4-1.10.28.jar"
|
url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/pQTUTw5G/CrashAssistant-fabric-1.19-1.21.4-1.10.30.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "f07c99a759573f1536e95d6f88a8c64923474e3566703365022e0839fea9163bce6870ae7420932ab67aeee2d8b785abbb16ba2bc3d7e58dc86865f997e5d85e"
|
hash = "54ea73cf061bfa537b0826cbd0d2a025a8e0d00d44f5509fabca26bc31d0479fc9795618b6006ee1af4b57dfd5fb223bd5676b5cb9c0c369d1bad54efea0e888"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "ix1qq8Ux"
|
mod-id = "ix1qq8Ux"
|
||||||
version = "IuxHAW1f"
|
version = "pQTUTw5G"
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create: Better Villagers"
|
|
||||||
filename = "create-better-villagers-1.2.9-Fabric-1.20.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/kS90mr4y/versions/OMYQMsxi/create-better-villagers-1.2.9-Fabric-1.20.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "b9364c1d820935983d4a07759268f5c12c370f25d515ea788397e0ab3563a179442f00d63b94e90e79a6392d0dd9e0a335797461dd19795d450e3c7bf8948467"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "kS90mr4y"
|
|
||||||
version = "OMYQMsxi"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create Big Cannons"
|
|
||||||
filename = "createbigcannons-5.8.2-mc.1.20.1-fabric.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/GWp4jCJj/versions/bIFKELd8/createbigcannons-5.8.2-mc.1.20.1-fabric.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "f4bcc2293dbe1003b79888e616f8900796354733eb37511fc0d4edfd63077f57c82dd592f236ecb384fca182aadb30e757f5b6f949b20efa31cb43fd0dac7903"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "GWp4jCJj"
|
|
||||||
version = "bIFKELd8"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create: Broken Bad ReBroken"
|
|
||||||
filename = "createbb1.20.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/uIfluo9C/versions/5Ibh9a9W/createbb1.20.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "ae80bbc4a7a72e0e268f83a2b19819ce15a348c238ef0af046b34eb3f52efbeba5bc1a775b184f7a9b788ee403cb8254a76a49431d8ea905c1169ab46f41f7cf"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "uIfluo9C"
|
|
||||||
version = "5Ibh9a9W"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create Contraption Terminals"
|
|
||||||
filename = "createcontraptionterminals-fabric-1.20-1.1.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/gOPAFzp0/versions/TymTJZew/createcontraptionterminals-fabric-1.20-1.1.0.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "10d9b00a2165c12b5d552e1dfcdb744a3ee74434dadd9bf698aee1e8545856110cf89b859e56d89b270a56a21afe9394279bb018ccde492cd6f78628c3b05605"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "gOPAFzp0"
|
|
||||||
version = "TymTJZew"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create: Data and Plots"
|
|
||||||
filename = "create-dataplots-1.20.1-19b.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/vf089MQY/versions/MzlgYkaI/create-dataplots-1.20.1-19b.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "f3886ecf470e0f34c7cf3d0ea286735958c93785cbfda8742990bbd0541e341de7464d0b010f90e61c8fb649e178dbd4f5be2b7d4877e76a6dd8f18b2fc41c50"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "vf089MQY"
|
|
||||||
version = "MzlgYkaI"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create Deco Additions"
|
|
||||||
filename = "create-deco-additions-1.3.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/HrsF061q/versions/GWWkSXtF/create-deco-additions-1.3.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "ac7b1544d0ea796036ad328a7208a5b6ebb8dde3415bde78886b5d54c8d390e56913c89d075f310716188f732caea6612b88e4cde40234ebf490d9b9715043a7"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "HrsF061q"
|
|
||||||
version = "GWWkSXtF"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create Deco"
|
|
||||||
filename = "createdeco-2.0.2-1.20.1-fabric.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/sMvUb4Rb/versions/GsxgfeNu/createdeco-2.0.2-1.20.1-fabric.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "f7ce4b520b7eb47fb9d1a8f510465b96673dee2d6f91ff0720713ee62143d095b399a980666538ebfb8b401fb5e93baf50a2cb2be6a4f2adfde2024f198a35c9"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "sMvUb4Rb"
|
|
||||||
version = "GsxgfeNu"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create: Enchantable Machinery"
|
|
||||||
filename = "createenchantablemachinery-2.9.11-mc1.20.1-fabric.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/eqrvp4NK/versions/PhOLS9Et/createenchantablemachinery-2.9.11-mc1.20.1-fabric.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "08fcbe3f7eafdbe5216bf71ebccace24b0270e888dc85490f8f2e91396a818fc73deb4da48a08ebd47f4efccb2b1dfcb0e357ae7d5ea45d52f62322b603110dc"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "eqrvp4NK"
|
|
||||||
version = "PhOLS9Et"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Create: Enchantment Industry - Fabric"
|
|
||||||
filename = "create_enchantment_industry-1.2.16.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/AEZO385x/versions/SI0RzkGk/create_enchantment_industry-1.2.16.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "c9b9c8d03c763aa6e378d20534e8ae25861e6895b8f2f301108ae7271a6bfaceae306f1b45fbf79db5aa05a0164efc57db5dba37be54cc82dc3a652d6f6d5c3d"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "AEZO385x"
|
|
||||||
version = "SI0RzkGk"
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Create Fabric"
|
name = "Create Fabric"
|
||||||
filename = "create-fabric-0.5.1-j-build.1631+mc1.20.1.jar"
|
filename = "create-fabric-6.0.8.1+build.1744-mc1.20.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/7Ub71nPb/create-fabric-0.5.1-j-build.1631%2Bmc1.20.1.jar"
|
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/HAqwA6X1/create-fabric-6.0.8.1%2Bbuild.1744-mc1.20.1.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "73ff936492c857ae411c10cae0194d64a56b98a1a7a9478ca13fe2a6e3ee155e327cf4590a3888aaa671561b4cf74de97f2f44224d7981b03a546e36236c3de2"
|
hash = "6edaddb93bc87bf8204376d3ceddd3e3dfec1d716556a5925802f2ade59ce5a660ded50088fa94188842ff83fc29445363dfa5d423e425b1574092833b6fa896"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Xbc0uyRg"
|
mod-id = "Xbc0uyRg"
|
||||||
version = "7Ub71nPb"
|
version = "HAqwA6X1"
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue