diff --git a/config/bclib/biomes.json b/config/bclib/biomes.json new file mode 100644 index 0000000..58a0b0e --- /dev/null +++ b/config/bclib/biomes.json @@ -0,0 +1,151 @@ +{ + "force_include": { + "end_land_biomes": [], + "end_void_biomes": [], + "nether_biomes": [] + }, + "betternether": { + "gravel_desert": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "nether_jungle": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "wart_forest_edge": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "wart_forest": { + "generation_chance [default: 1.0]": 1.0, + "edge_size [default: 9]": 9, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "nether_grasslands": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "nether_mushroom_forest_edge": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "nether_mushroom_forest": { + "generation_chance [default: 1.0]": 1.0, + "edge_size [default: 6]": 6, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "bone_reef": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "sulfuric_bone_reef": { + "generation_chance [default: 0.3]": 0.3, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "poor_nether_grasslands": { + "generation_chance [default: 0.3]": 0.3, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "nether_swampland": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "nether_swampland_terraces": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "magma_land": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "soul_plain": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "crimson_glowing_woods": { + "generation_chance [default: 0.3]": 0.3, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "old_warped_woods": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "crimson_pinewood": { + "generation_chance [default: 0.3]": 0.3, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "old_fungiwoods": { + "generation_chance [default: 0.3]": 0.3, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "flooded_deltas": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "upside_down_forest": { + "generation_chance [default: 0.25]": 0.25, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "upside_down_forest_cleared": { + "generation_chance [default: 0.5]": 0.5, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + }, + "old_swampland": { + "generation_chance [default: 1.0]": 1.0, + "fog_density [default: 1.0]": 1.0, + "vertical [default: false]": false, + "terrain_height [default: 0.1]": 0.1 + } + }, + "minecraft": { + "end_midlands": { + "generation_chance [default: 0.5]": 0.5 + }, + "end_highlands": { + "generation_chance [default: 0.5]": 0.5 + } + } +} \ No newline at end of file diff --git a/config/bclib/client.json b/config/bclib/client.json new file mode 100644 index 0000000..345db53 --- /dev/null +++ b/config/bclib/client.json @@ -0,0 +1,17 @@ +{ + "ui": { + "suppressExperimentalDialogOnLoad [default: false]": true + }, + "auto_sync": { + "enabled [default: true]": false, + "acceptConfigs [default: true]": true, + "acceptFiles [default: true]": true, + "acceptMods [default: false]": false, + "displayModInfo [default: true]": true, + "debugHashes [default: false]": false + }, + "rendering": { + "customFogRendering [default: true]": true, + "netherThickFog [default: true]": true + } +} \ No newline at end of file diff --git a/config/bclib/generator.json b/config/bclib/generator.json new file mode 100644 index 0000000..65a7c9c --- /dev/null +++ b/config/bclib/generator.json @@ -0,0 +1,26 @@ +{ + "options": { + "useOldBiomeGenerator [default: false]": false, + "customNetherBiomeSource [default: true]": true, + "customEndBiomeSource [default: true]": true, + "addNetherBiomesByCategory [default: false]": false, + "addEndBiomesByCategory [default: false]": false, + "verticalBiomesInTallNether [default: true]": true, + "biomeSource": { + "fixEndBiomeSource [default: true]": true, + "fixNetherBiomeSource [default: true]": true + } + }, + "nether": { + "biomeMap": { + "biomeSize [default: 256]": 256, + "biomeVerticalSize(onlyInTallNether) [default: 86]": 86 + } + }, + "end": { + "biomeMap": { + "biomeSizeLand [default: 256]": 256, + "biomeSizeVoid [default: 256]": 256 + } + } +} \ No newline at end of file diff --git a/config/bclib/main.json b/config/bclib/main.json new file mode 100644 index 0000000..6faedda --- /dev/null +++ b/config/bclib/main.json @@ -0,0 +1,6 @@ +{ + "patches": { + "applyPatches [default: true]": true, + "repairBiomesOnLoad [default: true]": true + } +} \ No newline at end of file diff --git a/config/bclib/recipes.json b/config/bclib/recipes.json new file mode 100644 index 0000000..0789dbd --- /dev/null +++ b/config/bclib/recipes.json @@ -0,0 +1,222 @@ +{ + "grid": { + "stalagnate_planks [default: true]": true, + "stalagnate_stairs [default: true]": true, + "stalagnate_slab [default: true]": true, + "stalagnate_fence [default: true]": true, + "stalagnate_gate [default: true]": true, + "stalagnate_button [default: true]": true, + "stalagnate_pressure_plate [default: true]": true, + "stalagnate_trapdoor [default: true]": true, + "stalagnate_door [default: true]": true, + "stalagnate_crafting_table [default: true]": true, + "stalagnate_ladder [default: true]": true, + "stalagnate_sign [default: true]": true, + "stalagnate_chest [default: true]": true, + "stalagnate_barrel [default: true]": true, + "stalagnate_bookshelf [default: true]": true, + "stalagnate_bark [default: true]": true, + "stalagnate_log [default: true]": true, + "stalagnate_stripped_bark [default: true]": true, + "stalagnate_stripped_log [default: true]": true, + "stalagnate_composter [default: true]": true, + "stalagnate_taburet [default: true]": true, + "stalagnate_chair [default: true]": true, + "stalagnate_bar_stool [default: true]": true, + "stalagnate_roof [default: true]": true, + "stalagnate_roof_stairs [default: true]": true, + "stalagnate_roof_slab [default: true]": true, + "willow_planks [default: true]": true, + "willow_stairs [default: true]": true, + "willow_slab [default: true]": true, + "willow_fence [default: true]": true, + "willow_gate [default: true]": true, + "willow_button [default: true]": true, + "willow_pressure_plate [default: true]": true, + "willow_trapdoor [default: true]": true, + "willow_door [default: true]": true, + "willow_crafting_table [default: true]": true, + "willow_ladder [default: true]": true, + "willow_sign [default: true]": true, + "willow_chest [default: true]": true, + "willow_barrel [default: true]": true, + "willow_bookshelf [default: true]": true, + "willow_bark [default: true]": true, + "willow_log [default: true]": true, + "willow_stripped_bark [default: true]": true, + "willow_stripped_log [default: true]": true, + "willow_composter [default: true]": true, + "willow_taburet [default: true]": true, + "willow_chair [default: true]": true, + "willow_bar_stool [default: true]": true, + "willow_roof [default: true]": true, + "willow_roof_stairs [default: true]": true, + "willow_roof_slab [default: true]": true, + "rubeus_planks [default: true]": true, + "rubeus_stairs [default: true]": true, + "rubeus_slab [default: true]": true, + "rubeus_fence [default: true]": true, + "rubeus_gate [default: true]": true, + "rubeus_button [default: true]": true, + "rubeus_pressure_plate [default: true]": true, + "rubeus_trapdoor [default: true]": true, + "rubeus_door [default: true]": true, + "rubeus_crafting_table [default: true]": true, + "rubeus_ladder [default: true]": true, + "rubeus_sign [default: true]": true, + "rubeus_chest [default: true]": true, + "rubeus_barrel [default: true]": true, + "rubeus_bookshelf [default: true]": true, + "rubeus_bark [default: true]": true, + "rubeus_log [default: true]": true, + "rubeus_stripped_bark [default: true]": true, + "rubeus_stripped_log [default: true]": true, + "rubeus_composter [default: true]": true, + "rubeus_taburet [default: true]": true, + "rubeus_chair [default: true]": true, + "rubeus_bar_stool [default: true]": true, + "nether_reed_planks [default: true]": true, + "nether_reed_stairs [default: true]": true, + "nether_reed_slab [default: true]": true, + "nether_reed_fence [default: true]": true, + "nether_reed_gate [default: true]": true, + "nether_reed_button [default: true]": true, + "nether_reed_plate [default: true]": true, + "nether_reed_trapdoor [default: true]": true, + "nether_reed_door [default: true]": true, + "nether_reed_crafting_table [default: true]": true, + "nether_reed_ladder [default: true]": true, + "nether_reed_sign [default: true]": true, + "nether_reed_chest [default: true]": true, + "nether_reed_barrel [default: true]": true, + "nether_reed_taburet [default: true]": true, + "nether_reed_chair [default: true]": true, + "nether_reed_bar_stool [default: true]": true, + "nether_reed_roof [default: true]": true, + "nether_reed_roof_stairs [default: true]": true, + "nether_reed_roof_slab [default: true]": true, + "wart_planks [default: true]": true, + "wart_stairs [default: true]": true, + "wart_slab [default: true]": true, + "wart_fence [default: true]": true, + "wart_gate [default: true]": true, + "wart_button [default: true]": true, + "wart_pressure_plate [default: true]": true, + "wart_trapdoor [default: true]": true, + "wart_door [default: true]": true, + "wart_crafting_table [default: true]": true, + "wart_ladder [default: true]": true, + "wart_sign [default: true]": true, + "wart_chest [default: true]": true, + "wart_barrel [default: true]": true, + "wart_bookshelf [default: true]": true, + "wart_bark [default: true]": true, + "wart_log [default: true]": true, + "wart_stripped_bark [default: true]": true, + "wart_stripped_log [default: true]": true, + "wart_composter [default: true]": true, + "wart_taburet [default: true]": true, + "wart_chair [default: true]": true, + "wart_bar_stool [default: true]": true, + "wart_roof [default: true]": true, + "wart_roof_stairs [default: true]": true, + "wart_roof_slab [default: true]": true, + "mushroom_fir_planks [default: true]": true, + "mushroom_fir_stairs [default: true]": true, + "mushroom_fir_slab [default: true]": true, + "mushroom_fir_fence [default: true]": true, + "mushroom_fir_gate [default: true]": true, + "mushroom_fir_button [default: true]": true, + "mushroom_fir_pressure_plate [default: true]": true, + "mushroom_fir_trapdoor [default: true]": true, + "mushroom_fir_door [default: true]": true, + "mushroom_fir_crafting_table [default: true]": true, + "mushroom_fir_ladder [default: true]": true, + "mushroom_fir_sign [default: true]": true, + "mushroom_fir_chest [default: true]": true, + "mushroom_fir_barrel [default: true]": true, + "mushroom_fir_bookshelf [default: true]": true, + "mushroom_fir_bark [default: true]": true, + "mushroom_fir_log [default: true]": true, + "mushroom_fir_stripped_bark [default: true]": true, + "mushroom_fir_stripped_log [default: true]": true, + "mushroom_fir_composter [default: true]": true, + "mushroom_fir_taburet [default: true]": true, + "mushroom_fir_chair [default: true]": true, + "mushroom_fir_bar_stool [default: true]": true, + "nether_mushroom_planks [default: true]": true, + "nether_mushroom_stairs [default: true]": true, + "nether_mushroom_slab [default: true]": true, + "nether_mushroom_fence [default: true]": true, + "nether_mushroom_gate [default: true]": true, + "nether_mushroom_button [default: true]": true, + "nether_mushroom_plate [default: true]": true, + "nether_mushroom_trapdoor [default: true]": true, + "nether_mushroom_door [default: true]": true, + "nether_mushroom_crafting_table [default: true]": true, + "nether_mushroom_ladder [default: true]": true, + "nether_mushroom_sign [default: true]": true, + "nether_mushroom_chest [default: true]": true, + "nether_mushroom_barrel [default: true]": true, + "nether_mushroom_taburet [default: true]": true, + "nether_mushroom_chair [default: true]": true, + "nether_mushroom_bar_stool [default: true]": true, + "anchor_tree_planks [default: true]": true, + "anchor_tree_stairs [default: true]": true, + "anchor_tree_slab [default: true]": true, + "anchor_tree_fence [default: true]": true, + "anchor_tree_gate [default: true]": true, + "anchor_tree_button [default: true]": true, + "anchor_tree_pressure_plate [default: true]": true, + "anchor_tree_trapdoor [default: true]": true, + "anchor_tree_door [default: true]": true, + "anchor_tree_crafting_table [default: true]": true, + "anchor_tree_ladder [default: true]": true, + "anchor_tree_sign [default: true]": true, + "anchor_tree_chest [default: true]": true, + "anchor_tree_barrel [default: true]": true, + "anchor_tree_bookshelf [default: true]": true, + "anchor_tree_bark [default: true]": true, + "anchor_tree_log [default: true]": true, + "anchor_tree_stripped_bark [default: true]": true, + "anchor_tree_stripped_log [default: true]": true, + "anchor_tree_composter [default: true]": true, + "anchor_tree_taburet [default: true]": true, + "anchor_tree_chair [default: true]": true, + "anchor_tree_bar_stool [default: true]": true, + "nether_sakura_planks [default: true]": true, + "nether_sakura_stairs [default: true]": true, + "nether_sakura_slab [default: true]": true, + "nether_sakura_fence [default: true]": true, + "nether_sakura_gate [default: true]": true, + "nether_sakura_button [default: true]": true, + "nether_sakura_pressure_plate [default: true]": true, + "nether_sakura_trapdoor [default: true]": true, + "nether_sakura_door [default: true]": true, + "nether_sakura_crafting_table [default: true]": true, + "nether_sakura_ladder [default: true]": true, + "nether_sakura_sign [default: true]": true, + "nether_sakura_chest [default: true]": true, + "nether_sakura_barrel [default: true]": true, + "nether_sakura_bookshelf [default: true]": true, + "nether_sakura_bark [default: true]": true, + "nether_sakura_log [default: true]": true, + "nether_sakura_stripped_bark [default: true]": true, + "nether_sakura_stripped_log [default: true]": true, + "nether_sakura_composter [default: true]": true, + "nether_sakura_taburet [default: true]": true, + "nether_sakura_chair [default: true]": true, + "nether_sakura_bar_stool [default: true]": true, + "tag_smith_table [default: true]": true, + "tag_cauldron [default: true]": true, + "tag_hopper [default: true]": true, + "tag_piston [default: true]": true, + "tag_rail [default: true]": true, + "tag_stonecutter [default: true]": true, + "tag_bucket [default: true]": true, + "tag_compass [default: true]": true, + "tag_minecart [default: true]": true, + "tag_shield [default: true]": true, + "tag_shulker_box [default: true]": true + } +} \ No newline at end of file diff --git a/config/bclib/server.json b/config/bclib/server.json new file mode 100644 index 0000000..d61c035 --- /dev/null +++ b/config/bclib/server.json @@ -0,0 +1,12 @@ +{ + "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": [] + } +} \ No newline at end of file diff --git a/config/fancymenu/config.txt b/config/fancymenu/config.txt new file mode 100644 index 0000000..c6bffe0 --- /dev/null +++ b/config/fancymenu/config.txt @@ -0,0 +1,67 @@ +##[general] + +[If menu background sounds added by FancyMenu should be played when a world is loaded.] +B:playbackgroundsoundsinworld = 'false'; +B:forcefullscreen = 'false'; +[If menu background sounds added by FancyMenu should be played or not.] +B:playbackgroundsounds = 'true'; +[A minecraft restart is required after changing this value.] +B:enablehotkeys = 'true'; +B:playmenumusic = 'true'; +B:showdebugwarnings = 'true'; +[Sets the default GUI scale on first launch. Useful for modpacks. Cache data is saved in '/mods/fancymenu/'.] +I:defaultguiscale = '-1'; + + +##[customization] + +B:advancedmode = 'false'; +B:showcustomizationbuttons = 'false'; + + +##[loading] + +B:allowgameintroskip = 'true'; +S:loadinganimationcolor = '#ffffffff'; +B:showanimationloadingstatus = 'true'; +S:gameintroanimation = ''; +B:preloadanimations = 'false'; +S:customgameintroskiptext = ''; + + +##[minecraftwindow] + +[A minecraft restart is required after changing this value.] +S:customwindowtitle = 'Minecraft* 1.18.2 (Not Microsoft Edition)'; +[A minecraft restart is required after changing this value.] +B:customwindowicon = 'false'; + + +##[world_loading_screen] + +B:showloadingscreenanimation = 'true'; +B:showloadingscreenpercent = 'true'; + + +##[multiplayer_screen] + +B:show_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_world_icons = 'true'; + + +##[layouteditor] + +I:gridsize = '10'; +B:editordeleteconfirmation = 'true'; +B:showgrid = 'false'; +[If the warning when trying to move an vanilla button without an orientation should be displayed or not.] +B:showvanillamovewarning = 'true'; + + +##[ui] + +F:uiscale = '1.0'; \ No newline at end of file diff --git a/config/fancymenu/customizablemenus.txt b/config/fancymenu/customizablemenus.txt new file mode 100644 index 0000000..ff795aa --- /dev/null +++ b/config/fancymenu/customizablemenus.txt @@ -0,0 +1,17 @@ +type = customizablemenus + +net.minecraft.class_442 { +} + +io.github.apace100.origins.screen.ChooseOriginScreen { +} + +net.minecraft.class_433 { +} + +net.minecraft.class_481 { +} + +net.minecraft.class_418 { +} + diff --git a/config/fancymenu/customization/Nazrinned Up (Game Over).txt b/config/fancymenu/customization/Nazrinned Up (Game Over).txt new file mode 100644 index 0000000..7290f97 --- /dev/null +++ b/config/fancymenu/customization/Nazrinned Up (Game Over).txt @@ -0,0 +1,42 @@ +type = menu + +customization-meta { + identifier = net.minecraft.class_418 + randomgroup = 1 + renderorder = foreground + randommode = false + randomonlyfirsttime = false +} + +customization { + keepaspectratio = false + action = backgroundoptions +} + +customization { + identifier = %id=button_compatibility_id:mc_deathscreen_respawn_button% + orientation = mid-centered + x = -100 + action = movebutton + y = 15 +} + +customization { + identifier = %id=button_compatibility_id:mc_deathscreen_titlemenu_button% + orientation = mid-centered + x = -100 + action = movebutton + y = 39 +} + +customization { + path = fancymenu_data/resources/gitgud.png + orientation = mid-centered + x = -87 + width = 174 + action = addtexture + actionid = 6fc67f7c-3b24-48db-a49f-1d5ae8ef05721658532930050 + y = -109 + height = 110 +} + diff --git a/config/fancymenu/customization/Nazrinned Up (Inventory).txt b/config/fancymenu/customization/Nazrinned Up (Inventory).txt new file mode 100644 index 0000000..34fd5b2 --- /dev/null +++ b/config/fancymenu/customization/Nazrinned Up (Inventory).txt @@ -0,0 +1,26 @@ +type = menu + +customization-meta { + identifier = net.minecraft.class_481 + randomgroup = 1 + renderorder = foreground + randommode = false + randomonlyfirsttime = false +} + +customization { + keepaspectratio = false + action = backgroundoptions +} + +customization { + path = resources/nyn-nazrin1.gif + orientation = top-left + x = 144 + width = 62 + action = addtexture + actionid = c4f1d019-3a00-4d59-8c73-09f9206b53de1658532163193 + y = 120 + height = 100 +} + diff --git a/config/fancymenu/customization/Nazrinned Up (Origin Select).txt b/config/fancymenu/customization/Nazrinned Up (Origin Select).txt new file mode 100644 index 0000000..199185f --- /dev/null +++ b/config/fancymenu/customization/Nazrinned Up (Origin Select).txt @@ -0,0 +1,47 @@ +type = menu + +customization-meta { + identifier = io.github.apace100.origins.screen.ChooseOriginScreen + randomgroup = 1 + renderorder = foreground + randommode = false + randomonlyfirsttime = false +} + +customization { + keepaspectratio = false + action = backgroundoptions +} + +customization { + identifier = %id=450596% + orientation = mid-centered + x = -75 + action = movebutton + y = 106 +} + +customization { + identifier = %id=450596% + width = 146 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=450596% + action = setbuttonlabel + value = Activate Morbius Mondays +} + +customization { + path = fancymenu_data/resources/caption.gif + orientation = top-left + x = 37 + width = 160 + action = addtexture + actionid = 229829fc-4b47-4363-8627-31898f74697e1658530937052 + y = 88 + height = 191 +} + diff --git a/config/fancymenu/customization/Nazrinned Up (Pause Menu).txt b/config/fancymenu/customization/Nazrinned Up (Pause Menu).txt new file mode 100644 index 0000000..8bb6b06 --- /dev/null +++ b/config/fancymenu/customization/Nazrinned Up (Pause Menu).txt @@ -0,0 +1,116 @@ +type = menu + +customization-meta { + identifier = net.minecraft.class_433 + randomgroup = 1 + renderorder = background + randommode = false + randomonlyfirsttime = false +} + +customization { + keepaspectratio = false + action = backgroundoptions +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_return_to_game_button% + orientation = mid-centered + x = -102 + action = movebutton + y = -28 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_feedback_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_disconnect_button% + orientation = mid-centered + x = -102 + action = movebutton + y = 20 +} + +customization { + identifier = %id=504306% + orientation = bottom-right + x = -75 + action = movebutton + y = -25 +} + +customization { + identifier = %id=504306% + width = 70 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=374306% + orientation = bottom-left + x = 84 + action = movebutton + y = -25 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button% + orientation = mid-centered + x = -102 + action = movebutton + y = -4 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_options_button% + orientation = mid-centered + x = 4 + action = movebutton + y = -4 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_stats_button% + orientation = bottom-right + x = -75 + action = movebutton + y = -49 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_stats_button% + width = 70 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_lan_button% + orientation = bottom-left + x = 5 + action = movebutton + y = -25 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_lan_button% + width = 73 + action = resizebutton + height = 20 +} + +customization { + path = resources/nyn-ultwoomy.gif + orientation = bottom-right + x = -145 + width = 63 + action = addtexture + actionid = b8b609e3-3e6f-48e5-a30a-184ef5bede4e1658532283542 + y = -105 + height = 100 +} + diff --git a/config/fancymenu/customization/Nazrinned Up.txt b/config/fancymenu/customization/Nazrinned Up.txt new file mode 100644 index 0000000..d1b1eca --- /dev/null +++ b/config/fancymenu/customization/Nazrinned Up.txt @@ -0,0 +1,646 @@ +type = menu + +customization-meta { + identifier = net.minecraft.class_442 + randomgroup = 1 + renderorder = background + randommode = false + randomonlyfirsttime = false +} + +customization { + path = resources/background2.png + action = texturizebackground +} + +customization { + keepaspectratio = false + action = backgroundoptions +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% + orientation = bottom-right + x = -208 + action = movebutton + y = -10 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% + action = setbuttonlabel + value = +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% + orientation = mid-centered + x = 2 + action = movebutton + y = 25 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% + width = 98 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% + action = setbuttondescription + description = press that big ol button up there if you wanna join oomfie server >:( +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% + orientation = bottom-right + x = -53 + action = movebutton + y = -58 +} + +customization { + identifier = %id=376322% + action = hidebutton +} + +customization { + identifier = %id=376322% + orientation = bottom-right + x = -28 + action = movebutton + y = -58 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_options_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_options_button% + orientation = mid-centered + x = -100 + action = movebutton + y = 48 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% + orientation = mid-centered + x = 2 + action = movebutton + y = 48 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_language_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_language_button% + orientation = bottom-right + x = -78 + action = movebutton + y = -58 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + orientation = mid-centered + x = -99 + action = movebutton + y = 25 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + width = 98 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_realms_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:modmenu_titlescreen_mods_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:modmenu_titlescreen_mods_button% + orientation = bottom-right + x = -78 + action = movebutton + y = -34 +} + +customization { + identifier = %id=button_compatibility_id:modmenu_titlescreen_mods_button% + width = 70 + action = resizebutton + height = 20 +} + +customization { + orientation = top-left + hidden = true + x = 2 + width = 230 + action = deep_customization_element:title_screen_branding + actionid = 08b8631b-ca54-4df1-a071-568605dfb5701658515673159 + y = 323 + height = 10 +} + +customization { + orientation = top-left + hidden = true + x = 444 + width = 13 + action = deep_customization_element:title_screen_realms_notification + actionid = a45d0a17-5cc9-4b65-9ffb-247414fd1b8e1658515673181 + y = 183 + height = 13 +} + +customization { + orientation = top-left + hidden = true + x = 204 + width = 274 + action = deep_customization_element:title_screen_logo + actionid = e34f84e9-1a38-46da-ab10-2a073cb411ae1658515673181 + y = 30 + height = 52 +} + +customization { + orientation = top-centered + splash_color = #ffff00 + hidden = true + x = 106 + width = 60 + splash_rotation = -20 + action = deep_customization_element:title_screen_splash + actionid = a54a4b1e-ebcc-47dc-93ed-46ef3a9b4a061658515673182 + y = 77 + height = 30 +} + +customization { + path = resources/nyn-ultwoomy.gif + orientation = mid-centered + x = 195 + width = 63 + action = addtexture + actionid = b9f5a058-2ac9-4c40-ad72-921e5bdf94801658517678568 + y = 58 + height = 100 +} + +customization { + path = resources/nazrin-rat1.gif + orientation = mid-centered + x = -208 + width = 100 + action = addtexture + actionid = da4956ec-a2f1-43a3-8371-2ea0d6d2335b1658516046663 + y = -77 + height = 100 +} + +customization { + path = resources/nazrin-rat.gif + orientation = mid-centered + x = -325 + width = 133 + action = addtexture + actionid = d3da1850-8eec-4771-8c38-d752f6e543251658515999889 + y = 2 + height = 100 +} + +customization { + path = resources/kings-dark-tidings-saga-by-kel-kade-no-more-hero.gif + orientation = mid-centered + x = 148 + width = 178 + action = addtexture + actionid = f98c887e-ef2b-4bb0-ac74-6cbe694ddbc41658516014512 + y = -108 + height = 100 +} + +customization { + path = resources/nyn-nazrin1.gif + orientation = mid-centered + x = -176 + width = 80 + action = addtexture + actionid = be60c283-84c4-48a4-a968-2b84419639aa1658516094238 + y = 47 + height = 100 +} + +customization { + orientation = mid-centered + restartbackgroundanimations = true + buttonaction = joinserver + description = (joins the oomfie server what do you expect) + label = IT'S MORBIN TIME + clicksound = resources/inception.wav + loopbackgroundanimations = true + x = -100 + width = 200 + actionid = ba4e3950-1e76-4e7e-a94b-c1ede8cdd62b1658516195718 + action = addbutton + y = -16 + value = 47.25.36.32:12742 + height = 20 +} + +customization { + orientation = bottom-left + shadow = false + x = 1 + actionid = c1df2c20-1721-4b7c-8950-65c45e59bbce1658516818038 + action = addtext + y = -9 + scale = 1.0 + alignment = left + value = Minecraft %mcversion% (Nazrinned) +} + +customization { + path = resources/touhou-nazrin.gif + orientation = mid-centered + x = 112 + width = 76 + action = addtexture + actionid = ae9a899f-dc1a-4fbc-902a-a6abe069c3761658516896865 + y = 2 + height = 100 +} + +customization { + orientation = bottom-centered + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = openlink + x = -53 + width = 106 + actionid = 4e7f56b4-72ea-4b19-b37f-01a0325ccc7c1658516958889 + action = addbutton + y = -32 + label = Nazrin Button + value = https://tenor.com/search/nazrin-gifs + height = 20 +} + +customization { + path = resources/nazrin-touhou.gif + orientation = mid-centered + x = -337 + width = 111 + action = addtexture + actionid = 97370680-f10a-4be5-94b6-67a08a7837441658517705644 + y = -148 + height = 100 +} + +customization { + orientation = bottom-right + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = mimicbutton + x = -78 + width = 70 + actionid = a4f1ecf3-5043-4ee3-918b-9a70a941d6331658518411727 + action = addbutton + y = -37 + label = Mods + value = net.minecraft.class_442:button_compatibility_id:modmenu_titlescreen_mods_button + height = 20 +} + +customization { + path = resources/minecraft.png + orientation = top-centered + x = -137 + width = 274 + action = addtexture + actionid = 4bcf7069-148f-4bde-ad67-ace9e554c19e1658519429123 + y = 30 + height = 45 +} + +customization { + path = resources/edition.png + orientation = top-centered + x = -52 + width = 128 + action = addtexture + actionid = 577db510-24f3-4226-b3d0-38172682badb1658519576349 + y = 68 + height = 16 +} + +customization { + orientation = bottom-right + shadow = false + x = -220 + actionid = 7f0722fc-4072-4a01-9277-cebccd8ab6301658519794088 + action = addtext + y = -9 + scale = 1.0 + alignment = left + value = Morbius Mode Active (Copyright Jared Leto) +} + +customization { + orientation = top-centered + basecolor = #ffff00 + shadow = true + splashfilepath = resources/splashes.txt + rotation = -20.0 + scale = 1.0 + refresh = false + bouncing = true + vanilla-like = false + x = 70 + actionid = 8633da39-b193-4fdf-8a5b-a5eed0af176a1658520176392 + action = addsplash + y = 65 +} + +customization { + orientation = mid-centered + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = mimicbutton + x = -100 + width = 98 + actionid = eca34c0b-bb6f-4117-9537-ead8e4c1dc511658520237773 + action = addbutton + y = 30 + label = Singleplayer + value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_singleplayer_button + height = 20 +} + +customization { + orientation = mid-centered + restartbackgroundanimations = true + buttonaction = mimicbutton + description = use the button up there to join oomfie >:( + label = Multiplayer + loopbackgroundanimations = true + x = 1 + width = 98 + actionid = b38480b7-7b12-498c-af8f-579da78b95751658520304773 + action = addbutton + y = 30 + value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_multiplayer_button + height = 20 +} + +customization { + orientation = mid-centered + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = mimicbutton + x = -100 + width = 98 + actionid = d85689d7-6eb2-4095-ab65-d70b68619eab1658520387565 + action = addbutton + y = 53 + label = Nazrin Options + value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_options_button + height = 20 +} + +customization { + orientation = mid-centered + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = quitgame + x = 1 + width = 98 + actionid = 34767935-2719-4161-ad3a-87763c9b1a6d1658520407886 + action = addbutton + y = 53 + label = Quit Game + value = null + height = 20 +} + +customization { + orientation = bottom-right + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = mimicbutton + x = -78 + width = 70 + actionid = 76bd5127-3c27-4161-aaa4-6f29e2b18ee51658520504907 + action = addbutton + y = -80 + label = El Español + value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_language_button + height = 20 +} + +customization { + orientation = top-left + shape = rectangle + color = #333333 + x = 0 + width = %guiwidth% + action = addshape + actionid = 42a99705-abde-4225-957d-8042e92829731658535642389 + y = 0 + height = 20 +} + +customization { + orientation = bottom-right + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = mimicbutton + x = -78 + width = 70 + actionid = ff1dedae-42c6-474c-8e61-ed81abeebd701658520539654 + action = addbutton + y = -102 + label = Accessiblo + value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_accessibility_button + height = 20 +} + +customization { + orientation = bottom-right + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = mimicbutton + x = -78 + width = 70 + actionid = 0c3282f5-2a75-4517-90f9-c95d81748f541658520592596 + action = addbutton + y = -124 + label = Create + value = net.minecraft.class_442:376322 + height = 20 +} + +customization { + orientation = bottom-right + restartbackgroundanimations = true + buttonaction = openlink + label = Buru Nyuu + clicksound = resources/burunyuu.wav + loopbackgroundanimations = true + x = -78 + width = 70 + actionid = 2f1475ab-4d14-41a0-82ad-f8730410c1841658534467543 + action = addbutton + y = -146 + value = + height = 20 +} + +customization { + orientation = top-right + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = openlink + x = -102 + width = 96 + actionid = 612625fb-715a-4988-ac0a-f1725566bc3c1658534694936 + action = addbutton + y = 0 + label = I'm Feeling Lucky + value = https://duckduckgo.com/?q= %randomtext:resources/searchterms.txt:5% + height = 20 +} + +customization { + input_field_type = text + orientation = top-left + linked_variable = searchterm + x = 171 + width = 72 + action = custom_layout_element:fancymenu_customization_item_input_field + actionid = 248088bb-54d5-49bf-9245-4a742cafef671658535573996 + y = 3 + max_text_length = 10000 + height = 14 +} + +customization { + orientation = top-left + shadow = false + x = 25 + actionid = 4d3c7255-6027-4b87-9126-29bf78ad7fb31658535596211 + action = addtext + y = 7 + scale = 1.0 + alignment = left + value = DuckDuckGo Search Toolbar +} + +customization { + path = resources/ddg.png + orientation = top-left + x = 3 + width = 16 + action = addtexture + actionid = fbd6e1d0-90f0-42b0-ace1-9a4b501d88281658535774104 + y = 2 + height = 16 +} + +customization { + orientation = top-right + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = openlink + x = -154 + width = 46 + actionid = e5cb27a7-d2de-4a4f-9cac-3560b2638fb61658535849157 + action = addbutton + y = 0 + label = Search + value = https://duckduckgo.com/?q= %get_variable:searchterm% + height = 20 +} + +customization { + orientation = mid-centered + shadow = false + x = -100 + actionid = 5da46bfb-0b5d-4580-9839-08e004859ead1658536356319 + action = addtext + y = 8 + scale = 1.0 + alignment = left + value = Oomfie is %serverstatus:47.25.36.32:12742% +} + +customization { + orientation = mid-centered + shadow = false + x = -100 + actionid = 5a5e2d52-7814-4c41-8cc6-f74b21f19c441658536798097 + action = addtext + y = 19 + scale = 1.0 + alignment = left + value = %serverplayercount:47.25.36.32:12742% players +} + +customization { + orientation = mid-centered + loopbackgroundanimations = true + restartbackgroundanimations = true + buttonaction = mimicbutton + x = 32 + width = 68 + actionid = ec008ccd-bd21-412a-a9bb-c989a03f12191658536996490 + action = addbutton + y = 7 + label = AUTH ME??? + value = net.minecraft.class_500:77 + height = 20 +} + diff --git a/config/fancymenu/locals/de_de.local b/config/fancymenu/locals/de_de.local new file mode 100644 index 0000000..32c9619 --- /dev/null +++ b/config/fancymenu/locals/de_de.local @@ -0,0 +1,400 @@ +loading.animation.loadingframes = Lade Animationsframes für {} +loading.animation.prerendering = Vorbereiten von Animation {} +loading.animation.done = Fertig! + +helper.button.menuinfo = Menü Info +helper.button.buttoninfo = Button Info +helper.button.reload = Neuladen +helper.button.createlayout = Layout erstellen + +helper.menuinfo.identifier = Menü Identifier + +helper.buttoninfo.idnotfound = +helper.buttoninfo.keynotfound =