Много квестов первой эры, удаление бесполезных кнопок в меню паузы
This commit is contained in:
parent
cafa15a3b4
commit
a9cb22a612
7 changed files with 2400 additions and 1217 deletions
|
|
@ -6,3 +6,6 @@ de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen {
|
|||
net.minecraft.client.gui.screens.TitleScreen {
|
||||
}
|
||||
|
||||
net.minecraft.client.gui.screens.PauseScreen {
|
||||
}
|
||||
|
||||
|
|
|
|||
90
config/fancymenu/customization/pause_menu.txt
Normal file
90
config/fancymenu/customization/pause_menu.txt
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
type = menu
|
||||
|
||||
customization-meta {
|
||||
identifier = net.minecraft.client.gui.screens.PauseScreen
|
||||
randomgroup = 1
|
||||
renderorder = foreground
|
||||
randommode = false
|
||||
randomonlyfirsttime = false
|
||||
}
|
||||
|
||||
customization {
|
||||
keepaspectratio = false
|
||||
action = backgroundoptions
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_options_button%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
action = movebutton
|
||||
y = -10
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_disconnect_button%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
action = movebutton
|
||||
y = 38
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_stats_button%
|
||||
orientation = mid-centered
|
||||
x = 4
|
||||
action = movebutton
|
||||
y = -10
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_lan_button%
|
||||
orientation = mid-centered
|
||||
x = 4
|
||||
action = movebutton
|
||||
y = 14
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=374300%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_return_to_game_button%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
action = movebutton
|
||||
y = -34
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_feedback_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=398348%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
action = movebutton
|
||||
y = 14
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=398348%
|
||||
width = 98
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_report_bugs_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,7 +5,7 @@
|
|||
group: ""
|
||||
icon: "minecraft:iron_ore"
|
||||
id: "6A809CAE287B97BA"
|
||||
order_index: 3
|
||||
order_index: 2
|
||||
quest_links: [
|
||||
{
|
||||
id: "4B68740C721D04D5"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
group: ""
|
||||
icon: "gtceu:computer_monitor_cover"
|
||||
id: "4A090FA91A8DC7B1"
|
||||
order_index: 2
|
||||
order_index: 1
|
||||
quest_links: [
|
||||
{
|
||||
id: "6176B0CDE003ECA6"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
monster: 600
|
||||
passive: 4000
|
||||
}
|
||||
pause_game: false
|
||||
pause_game: true
|
||||
progression_mode: "linear"
|
||||
title: "TerraFirmaGreg"
|
||||
version: 13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue