Skip to content

Commit bcb1d4a

Browse files
committed
Some changes
1 parent 68f9b15 commit bcb1d4a

13 files changed

Lines changed: 70 additions & 54 deletions

config/defaultoptions-common.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#The default difficulty selected for newly created worlds.
2+
#Allowed Values: PEACEFUL, EASY, NORMAL, HARD
3+
defaultDifficulty = "NORMAL"
4+
#Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option?
5+
lockDifficulty = false

config/fabric/indigo-renderer.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Indigo properties file
2-
#Wed Apr 01 16:08:35 MSK 2026
2+
#Wed Apr 01 17:44:03 MSK 2026
33
always-tesselate-blocks=auto
44
ambient-occlusion-mode=hybrid
55
debug-compare-lighting=auto

config/ftbchunks-client.snbt

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -138,70 +138,70 @@
138138
# Default: true
139139
entity_heads: true
140140
entity_icon: {
141-
"aether:moa": true
142-
"aether:aerbunny": true
143-
"minecraft:strider": true
144-
"livingthings:crab": true
145-
"aether:fire_minion": true
146-
"endermanoverhaul:end_enderman": true
141+
"minecraft:cod": false
142+
"irons_spellbooks:necromancer": true
143+
"minecraft:zombie": true
144+
"aether:blue_swet": true
145+
"quark:stoneling": true
146+
"eternal_starlight:aurora_deer": true
147+
"minecraft:enderman": true
148+
"aether:flying_cow": true
149+
"minecraft:glow_squid": true
147150
"minecraft:zombified_piglin": true
148-
"creeperoverhaul:cave_creeper": true
149-
"aether:aechor_plant": true
150-
"livingthings:seahorse": true
151151
"minecraft:dolphin": true
152-
"minecraft:skeleton": true
153-
"minecraft:zombie_villager": true
154-
"minecraft:creeper": true
155-
"minecraft:piglin": true
156152
"aether:slider": true
157-
"minecraft:spider": true
158-
"eternal_starlight:lonestar_skeleton": true
159-
"eternal_starlight:starlight_golem": true
160-
"minecraft:sheep": true
161-
"eternal_starlight:seeker": true
162-
"minecraft:zombie": true
163-
"minecraft:enderman": true
164-
"endermanoverhaul:nether_wastes_enderman": true
153+
"creeperoverhaul:beach_creeper": true
165154
"minecraft:slime": true
155+
"minecraft:strider": true
166156
"aether:phyg": true
157+
"minecraft:spider": true
167158
"minecraft:bat": true
168-
"quark:stoneling": true
169-
"eternal_starlight:aurora_deer": true
170-
"eternal_starlight:yeti": true
171-
"minecraft:glow_squid": true
172-
"irons_spellbooks:necromancer": true
173-
"aether:golden_swet": true
174-
"aether:sheepuff": true
159+
"quark:toretoise": true
160+
"aether:moa": true
175161
"livingthings:shark": true
176162
"minecraft:chicken": true
177-
"eternal_starlight:ratlin": true
178-
"eternal_starlight:nightfall_spider": true
179-
"minecraft:squid": true
180-
"minecraft:drowned": true
163+
"minecraft:zombie_villager": true
164+
"livingthings:mantaray": true
165+
"creeperoverhaul:cave_creeper": true
181166
"aether:whirlwind": true
182-
"minecraft:witch": true
183-
"creeperoverhaul:beach_creeper": true
184-
"cataclysm:deepling_brute": true
185-
"minecraft:cod": false
167+
"livingthings:crab": true
168+
"quark:foxhound": true
169+
"eternal_starlight:yeti": true
170+
"endermanoverhaul:end_enderman": true
171+
"forbidden_arcanus:lost_soul": true
172+
"eternal_starlight:seeker": true
173+
"aether:sheepuff": true
174+
"minecraft:sheep": true
175+
"aether:aechor_plant": true
176+
"eternal_starlight:lonestar_skeleton": true
186177
"minecraft:ender_dragon": true
187-
"livingthings:mantaray": true
188-
"minecraft:magma_cube": true
178+
"quark:forgotten": true
179+
"minecraft:skeleton": true
180+
"aether:golden_swet": true
189181
"eternal_starlight:rookfish": true
190182
"aether:aerwhale": true
191-
"aether:cockatrice": true
192-
"aether:blue_swet": true
193-
"aether:sun_spirit": true
194-
"quark:forgotten": true
195-
"aether:flying_cow": true
196-
"quark:toretoise": true
197-
"forbidden_arcanus:lost_soul": true
198-
"aether:evil_whirlwind": true
199-
"aether:zephyr": true
200-
"quark:foxhound": true
183+
"minecraft:drowned": true
201184
"biomeswevegone:oddion": true
202185
"eternal_starlight:shadow_snail": true
203-
"eternal_starlight:permafrost": true
186+
"aether:aerbunny": true
187+
"minecraft:piglin": true
204188
"eternal_starlight:ent": true
189+
"minecraft:creeper": true
190+
"eternal_starlight:permafrost": true
191+
"livingthings:seahorse": true
192+
"eternal_starlight:ratlin": true
193+
"minecraft:magma_cube": true
194+
"aether:zephyr": true
195+
"eternal_starlight:nightfall_spider": true
196+
"aether:evil_whirlwind": true
197+
"aether:fire_minion": true
198+
"cataclysm:deepling_brute": true
199+
"eternal_starlight:starlight_golem": true
200+
"aether:cockatrice": true
201+
"minecraft:witch": true
202+
"endermanoverhaul:nether_wastes_enderman": true
203+
"aether:sun_spirit": true
204+
"minecraft:squid": true
205205
}
206206

207207
# Minimap font scaling (values not a multiple of 0.5 may look bad)

config/ftbquests/quests/lang/en_us.snbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
chapter.64570AF2F8F626EF.title: "&bThe Entrance"
66
chapter.6C6A05BF487E489C.title: "&6The Eternity in Oblivion"
77
chapter.7B1AE0DD08C62A4A.title: "&6The Divine Beginning"
8+
chapter_group.1177E4E37A9E3F57.title: "&aProgression"
89
chapter_group.1177EVIDE37A9E3F57.title: "&Up - Down"
9-
file.0000000000000001.title: "Fools Rise"
10+
file.0000000000000001.title: "&l&6Fools Rise"
1011
quest.00303B422E032829.quest_desc: ["This world is almost entirely made of these stones."]
1112
quest.0FF47E829569E30F.quest_desc: [
1213
"Now you need to survive for 5 minutes in the most difficult dimension without taking damage!"

config/ftbquests/quests/lang/ru_ru.snbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
chapter.6C6A05BF487E489C.title: "&6Вечность в небытье"
77
chapter.7B1AE0DD08C62A4A.title: "&6Божественное начало"
88
chapter_group.1177E4E37A9E3F57.title: "&aСверху - Вниз"
9-
file.0000000000000001.title: "Fools Rise"
9+
file.0000000000000001.title: "&l&6Fools Rise"
1010
quest.00303B422E032829.quest_desc: ["Этот мир чуть ли не полностью сделан их этих камней."]
1111
quest.0FF47E829569E30F.quest_desc: [
1212
"Теперь Вам необходимо продержаться целых 5 минут в самом сложном измерении без урона!"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#.
2+
#Client-only settings - If you're looking for general settings, look inside your world's serverconfig folder!
3+
[client]
4+
#.
5+
#The time to wait before showing the next message in a list.
6+
# Default: 0.5
7+
# Range: 0.0 ~ 3.4028234663852886E38
8+
timeBetweenMessages = 0.5

config/iris.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This file stores configuration options for Iris, such as the currently active shaderpack
2-
#Wed Apr 01 16:08:42 MSK 2026
2+
#Wed Apr 01 17:54:13 MSK 2026
33
allowUnknownShaders=false
44
colorSpace=SRGB
55
disableUpdateMessage=false

config/sodiumextras-client.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#Give some space between corner and text
1919
# Default: 12
2020
# Range: 0 ~ 48
21-
fpsDisplayMargin = 16
21+
fpsDisplayMargin = 12
2222
#Toggle FPS Display shadow
2323
#In case sometimes you can't see the text
2424
fpsDisplayShadow = false

config/sound_physics_remastered/sound_rates.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2893,6 +2893,8 @@ aether\:ui.toast.aether_silver=-1
28932893
minecraft\:ui.toast.challenge_complete=-1
28942894
minecraft\:ui.toast.in=-1
28952895
minecraft\:ui.toast.out=-1
2896+
immersivemessages\:vocalsynthlow=-1
2897+
immersivemessages\:vocalsynthlowshort=-1
28962898
cataclysm\:voidrunerising=-1
28972899
fdbosses\:volcano_rumbling_loop=-1
28982900
cataclysm\:wadjet_ambient=-1
93.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)