mod更新升级
添加mod 初步制作主页面
This commit is contained in:
		| @@ -0,0 +1,2 @@ | ||||
| ddaodan.text.thanks_1 = BorderExile by:ddaodan | ||||
| ddaodan.text.thanks_2 = Thanks to the BorderLand Server for providing a test environment! | ||||
| @@ -0,0 +1,2 @@ | ||||
| ddaodan.text.thanks_1 = 边境流放 作者:ddaodan | ||||
| ddaodan.text.thanks_2 = 感谢边境之地服务器提供测试环境! | ||||
| @@ -3,3 +3,12 @@ type = customizablemenus | ||||
| de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen { | ||||
| } | ||||
|  | ||||
| net.minecraft.client.gui.screens.OptionsScreen { | ||||
| } | ||||
|  | ||||
| net.minecraft.client.gui.screens.LevelLoadingScreen { | ||||
| } | ||||
|  | ||||
| net.minecraft.client.gui.screens.TitleScreen { | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -0,0 +1,70 @@ | ||||
| type = menu | ||||
|  | ||||
| customization-meta { | ||||
|   identifier = de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen | ||||
|   randomgroup = 1 | ||||
|   renderorder = foreground | ||||
|   randommode = false | ||||
|   randomonlyfirsttime = false | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   keepaspectratio = false | ||||
|   action = backgroundoptions | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = top-left | ||||
|   hidden = false | ||||
|   original_pos_size_calculation = true | ||||
|   x = 115 | ||||
|   width = 250 | ||||
|   action = deep_customization_element:drippy_overlay_logo | ||||
|   actionid = c014b0e1-b69c-4dcf-9837-02ebaffebf371694137249390 | ||||
|   y = 94 | ||||
|   height = 62 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   custom_color_hex = #000000 | ||||
|   orientation = top-left | ||||
|   hidden = false | ||||
|   x = -1000000 | ||||
|   width = 0 | ||||
|   action = deep_customization_element:drippy_overlay_background | ||||
|   actionid = e65b85c7-7480-4f6d-8119-416eab0d04d51694137249414 | ||||
|   y = -1000000 | ||||
|   height = 0 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = top-left | ||||
|   hidden = false | ||||
|   original_pos_size_calculation = true | ||||
|   x = 115 | ||||
|   width = 250 | ||||
|   action = deep_customization_element:drippy_overlay_progress_bar | ||||
|   actionid = 973ff32d-d27b-48cb-b0c2-0a3d188e8eca1694137249414 | ||||
|   y = 203 | ||||
|   height = 10 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = top-centered | ||||
|   enable_scrolling = true | ||||
|   shadow = true | ||||
|   scale = 5.0 | ||||
|   source = 边境流放 | ||||
|   text_border = 0 | ||||
|   case_mode = normal | ||||
|   source_mode = direct | ||||
|   line_spacing = 1 | ||||
|   x = -240 | ||||
|   width = 480 | ||||
|   action = custom_layout_element:fancymenu_customization_item_text | ||||
|   actionid = 21b626fa-41fb-49d4-b912-62ce90aafa3e1694138551433 | ||||
|   y = 15 | ||||
|   alignment = centered | ||||
|   height = 63 | ||||
| } | ||||
|  | ||||
| @@ -0,0 +1,274 @@ | ||||
| type = menu | ||||
|  | ||||
| customization-meta { | ||||
|   identifier = net.minecraft.client.gui.screens.TitleScreen | ||||
|   randomgroup = 1 | ||||
|   renderorder = foreground | ||||
|   randommode = false | ||||
|   randomonlyfirsttime = false | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   keepaspectratio = false | ||||
|   action = backgroundoptions | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% | ||||
|   orientation = mid-right | ||||
|   x = -105 | ||||
|   action = movebutton | ||||
|   y = -18 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% | ||||
|   width = 100 | ||||
|   action = resizebutton | ||||
|   height = 20 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% | ||||
|   orientation = mid-right | ||||
|   x = -59 | ||||
|   action = movebutton | ||||
|   y = 74 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=376322% | ||||
|   orientation = mid-right | ||||
|   x = -105 | ||||
|   action = movebutton | ||||
|   y = 74 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_options_button% | ||||
|   orientation = mid-right | ||||
|   x = -105 | ||||
|   action = movebutton | ||||
|   y = 28 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_options_button% | ||||
|   width = 100 | ||||
|   action = resizebutton | ||||
|   height = 20 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% | ||||
|   orientation = mid-right | ||||
|   x = -105 | ||||
|   action = movebutton | ||||
|   y = 51 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% | ||||
|   width = 100 | ||||
|   action = resizebutton | ||||
|   height = 20 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_language_button% | ||||
|   orientation = mid-right | ||||
|   x = -82 | ||||
|   action = movebutton | ||||
|   y = 74 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% | ||||
|   orientation = mid-right | ||||
|   x = -105 | ||||
|   action = movebutton | ||||
|   y = -41 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% | ||||
|   width = 100 | ||||
|   action = resizebutton | ||||
|   height = 20 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% | ||||
|   orientation = mid-right | ||||
|   x = -105 | ||||
|   action = movebutton | ||||
|   y = 5 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% | ||||
|   width = 100 | ||||
|   action = resizebutton | ||||
|   height = 20 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=button_compatibility_id:mc_titlescreen_realms_button% | ||||
|   action = hidebutton | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = top-left | ||||
|   hidden = false | ||||
|   x = 140 | ||||
|   width = 200 | ||||
|   action = deep_customization_element:title_screen_forge_top | ||||
|   actionid = 9a292a29-b112-42b6-98a2-622d6c5a8bff1694138873911 | ||||
|   y = 4 | ||||
|   height = 19 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = top-left | ||||
|   hidden = false | ||||
|   x = 2 | ||||
|   width = 70 | ||||
|   action = deep_customization_element:title_screen_branding | ||||
|   actionid = 4bdb42ff-08de-4a0a-95ab-ff5baa091df11694138873911 | ||||
|   y = 209 | ||||
|   height = 40 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = top-left | ||||
|   hidden = false | ||||
|   x = 311 | ||||
|   width = 168 | ||||
|   action = deep_customization_element:title_screen_forge_copyright | ||||
|   actionid = 7c58cfdc-7387-46eb-b3c7-f176a033bbc51694138873911 | ||||
|   y = 231 | ||||
|   height = 9 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = top-left | ||||
|   hidden = true | ||||
|   x = 343 | ||||
|   width = 13 | ||||
|   action = deep_customization_element:title_screen_realms_notification | ||||
|   actionid = 1a22632d-3767-4a5f-95f9-cf51ab24b8c91694138873912 | ||||
|   y = 162 | ||||
|   height = 13 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = top-left | ||||
|   hidden = true | ||||
|   x = 103 | ||||
|   width = 274 | ||||
|   action = deep_customization_element:title_screen_logo | ||||
|   actionid = 97fefb56-d6db-4cfa-80b4-c9836afdadeb1694138873912 | ||||
|   y = 30 | ||||
|   height = 52 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = mid-right | ||||
|   splash_color = #ffff00 | ||||
|   hidden = false | ||||
|   x = -90 | ||||
|   width = 60 | ||||
|   splash_rotation = -20 | ||||
|   action = deep_customization_element:title_screen_splash | ||||
|   actionid = 2f91d561-6b9f-4f0e-855e-55a7337752e81694138873912 | ||||
|   y = -60 | ||||
|   height = 30 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = bottom-centered | ||||
|   enable_scrolling = true | ||||
|   shadow = true | ||||
|   scale = 1.0 | ||||
|   source = {"placeholder":"local","values":{"key":"ddaodan.text.thanks_1"}}%n%{"placeholder":"local","values":{"key":"ddaodan.text.thanks_2"}} | ||||
|   text_border = 0 | ||||
|   case_mode = normal | ||||
|   source_mode = direct | ||||
|   line_spacing = 1 | ||||
|   x = -100 | ||||
|   width = 200 | ||||
|   action = custom_layout_element:fancymenu_customization_item_text | ||||
|   actionid = 147f2ec3-a08b-4b8f-a007-d59eb73544311694139096769 | ||||
|   y = -22 | ||||
|   alignment = left | ||||
|   height = 22 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   path =  | ||||
|   orientation = top-left | ||||
|   x = 0 | ||||
|   width = 0 | ||||
|   action = addtexture | ||||
|   actionid = af7012be-559f-489a-b884-386b5fdb773a1694139218323 | ||||
|   y = 10 | ||||
|   height = 100 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   path = logo.png | ||||
|   orientation = top-centered | ||||
|   x = -20 | ||||
|   width = 240 | ||||
|   action = addtexture | ||||
|   actionid = 2416bd1b-9a52-47ba-9f56-40390aa17ed61694139299733 | ||||
|   y = 30 | ||||
|   height = 37 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = mid-centered | ||||
|   enable_scrolling = true | ||||
|   shadow = true | ||||
|   scale = 1.0 | ||||
|   source = 界面还没做好,欢迎反馈意见 | ||||
|   text_border = 0 | ||||
|   case_mode = normal | ||||
|   source_mode = direct | ||||
|   line_spacing = 1 | ||||
|   x = -100 | ||||
|   width = 200 | ||||
|   action = custom_layout_element:fancymenu_customization_item_text | ||||
|   actionid = a78d9c1a-60f4-42f5-9c97-76b8f984f54f1694139761648 | ||||
|   y = -20 | ||||
|   alignment = left | ||||
|   height = 40 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = mid-left | ||||
|   copy_client_player = true | ||||
|   slim = false | ||||
|   auto_skin = false | ||||
|   scale = 64 | ||||
|   headrotationy = 0.0 | ||||
|   headrotationx = 0.0 | ||||
|   skinurl = http://textures.minecraft.net/texture/ffbfb926de4ff86a4061701a78ce76f880f0203e238f0221f24aa8bbd52eda62 | ||||
|   showname = false | ||||
|   crouching = false | ||||
|   follow_mouse = true | ||||
|   x = 35 | ||||
|   width = 38 | ||||
|   parrot_left_shoulder = false | ||||
|   action = custom_layout_element:fancymenu_customization_player_entity | ||||
|   actionid = 045150c3-4b0f-4c93-958c-2780f74af3bf1694139774863 | ||||
|   y = -57 | ||||
|   playername = ddaodan | ||||
|   bodyrotationx = 0.0 | ||||
|   parrot = false | ||||
|   bodyrotationy = 0.0 | ||||
|   auto_cape = false | ||||
|   is_baby = false | ||||
|   height = 115 | ||||
| } | ||||
|  | ||||
| @@ -0,0 +1,34 @@ | ||||
| type = menu | ||||
|  | ||||
| customization-meta { | ||||
|   identifier = net.minecraft.client.gui.screens.LevelLoadingScreen | ||||
|   randomgroup = 1 | ||||
|   renderorder = foreground | ||||
|   randommode = false | ||||
|   randomonlyfirsttime = false | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   keepaspectratio = false | ||||
|   action = backgroundoptions | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = bottom-left | ||||
|   enable_scrolling = true | ||||
|   shadow = true | ||||
|   scale = 1.0 | ||||
|   source = 正在载入中,请稍后…%n%RAM {"placeholder":"percentram"}% {"placeholder":"usedram"}MB/{"placeholder":"maxram"}MB | ||||
|   text_border = 0 | ||||
|   case_mode = normal | ||||
|   source_mode = direct | ||||
|   line_spacing = 1 | ||||
|   x = 0 | ||||
|   width = 320 | ||||
|   action = custom_layout_element:fancymenu_customization_item_text | ||||
|   actionid = 13898cee-4c1a-423e-a337-abe1715b51931694140231842 | ||||
|   y = -22 | ||||
|   alignment = left | ||||
|   height = 22 | ||||
| } | ||||
|  | ||||
| @@ -0,0 +1,30 @@ | ||||
| type = menu | ||||
|  | ||||
| customization-meta { | ||||
|   identifier = net.minecraft.client.gui.screens.OptionsScreen | ||||
|   randomgroup = 1 | ||||
|   renderorder = foreground | ||||
|   randommode = false | ||||
|   randomonlyfirsttime = false | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   keepaspectratio = false | ||||
|   action = backgroundoptions | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=345304% | ||||
|   action = hidebutton | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=505304% | ||||
|   action = hidebutton | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   identifier = %id=505154% | ||||
|   action = hidebutton | ||||
| } | ||||
|  | ||||
| @@ -0,0 +1,4 @@ | ||||
| ##[world] | ||||
|  | ||||
| B:stop_world_music_in_menu = 'false'; | ||||
| B:only_play_out_of_world = 'false'; | ||||
| @@ -0,0 +1,53 @@ | ||||
|  | ||||
| fancymenu.fmaudio.back = Back | ||||
| fancymenu.fmaudio.done = Done | ||||
| fancymenu.fmaudio.cancel = Cancel | ||||
|  | ||||
| fancymenu.fmaudio.audio.channel = Audio Channel: §6{} | ||||
| fancymenu.fmaudio.audio.loop.on = Loop: §aOn | ||||
| fancymenu.fmaudio.audio.loop.off = Loop: §cOff | ||||
| fancymenu.fmaudio.audio.once_per_session.on = Once Per Session: §aOn | ||||
| fancymenu.fmaudio.audio.once_per_session.off = Once Per Session: §cOff | ||||
| fancymenu.fmaudio.audio.once_per_session.desc = If the element should play its%n%audios only once per session. | ||||
| fancymenu.fmaudio.audio.manage = Manage Audios | ||||
| fancymenu.fmaudio.audio.manage.desc = Add, edit or remove audios. | ||||
| fancymenu.fmaudio.audio.choose = Choose Audio | ||||
| fancymenu.fmaudio.audio.choose.info = §lAudio Info%n%%n%{}%n%Index: §6{}%n%Volume: §6{} | ||||
| fancymenu.fmaudio.audio.add = Add Audio | ||||
| fancymenu.fmaudio.audio.remove = Remove Audio | ||||
| fancymenu.fmaudio.audio.remove.confirm = §c§lAre you sure?%n%%n%Do you really want to §cdelete §rthis audio?%n% %n% %n% %n% | ||||
| fancymenu.fmaudio.audio.edit = Edit Audio | ||||
| fancymenu.fmaudio.audio.add_or_edit = Add/Edit Audio | ||||
| fancymenu.fmaudio.audio.sourcetype.external_local = Source Type: §6Local | ||||
| fancymenu.fmaudio.audio.sourcetype.external_web = Source Type: §6Web | ||||
| fancymenu.fmaudio.audio.choosesource = Choose Source | ||||
| fancymenu.fmaudio.audio.choosesource.file.invalid = §c§lInvalid File!%n%%n%The chosen file is not a valid OGG file!%n% %n% %n% %n% | ||||
| fancymenu.fmaudio.audio.choosesource.url = Input Audio URL | ||||
| fancymenu.fmaudio.audio.choosesource.url.invalid = §c§lInvalid URL!%n%%n%This is not a valid URL!%n%Please make sure you have a working internet connection%n%and didn't make any typos.%n% %n% %n% %n% | ||||
| fancymenu.fmaudio.audio.index = Index | ||||
| fancymenu.fmaudio.audio.index.desc = The audio index is used to order%n%the audio entries of the element.%n%It can be used to control%n%in what order audios are played.%n%%n%Audios with the same index%n%get §lshuffled§r. | ||||
| fancymenu.fmaudio.audio.volume = Volume | ||||
| fancymenu.fmaudio.audio.volume.desc = The volume of this audio. | ||||
|  | ||||
| fancymenu.fmaudio.item = Audio | ||||
| fancymenu.fmaudio.item.desc = Add an audio handler to your layout.%n%%n%Can be used to play background sounds.%n%Can hold multiple sounds at once.%n%%n%§cThis element is only visible%n%§cin the editor!%n%§cIt will be invisible in the actual menu. | ||||
|  | ||||
| fancymenu.fmaudio.buttonaction.togglemute.action.desc = Toggle mute audio elements by its element ID. | ||||
| fancymenu.fmaudio.buttonaction.togglemute.value.desc = Audio Element ID | ||||
|  | ||||
| fancymenu.fmaudio.visibilityrequirement.is_muted = Is Audio Element Muted | ||||
| fancymenu.fmaudio.visibilityrequirement.is_muted.desc = Check if an audio element is muted.%n%%n%You can get the element ID%n%of an element by%n%right-clicking it. | ||||
| fancymenu.fmaudio.visibilityrequirement.is_muted.value = Audio Element ID | ||||
|  | ||||
| fancymenu.fmaudio.config = Audio Extension Settings | ||||
|  | ||||
| fancymenu.fmaudio.config.categories.world = World | ||||
|  | ||||
| fancymenu.fmaudio.config.stop_world_music_in_menu = Stop Music In MP Menus | ||||
| fancymenu.fmaudio.config.stop_world_music_in_menu.desc = Only for Multiplayer worlds!%n%%n%If the world music should%n%stop in menus that normally%n%stop it, even if it's a%n%multiplayer world. | ||||
|  | ||||
| fancymenu.fmaudio.config.only_play_out_of_world = Only Play Out Of World | ||||
| fancymenu.fmaudio.config.only_play_out_of_world.desc = If audios should only play when%n%you're not in a world or%n%on a server. | ||||
|  | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user