Skip to content

Commit 2306833

Browse files
committed
1.60
1 parent c1cdd36 commit 2306833

File tree

16 files changed

+92
-20
lines changed

16 files changed

+92
-20
lines changed

config/craftpresence.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
},
329329
"languageId": "en_us",
330330
"stripTranslationColors": false,
331+
"stripTranslationFormatting": false,
331332
"stripExtraGuiElements": false,
332333
"renderTooltips": true,
333334
"configKeyCode": 0

config/ftbquests/normal/chapters/7d71fbca/61f5d249.snbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
x: 7.5d,
33
y: 4.5d,
44
dependencies: [
5-
"14ed303a"
5+
"cfb28201"
66
],
77
tasks: [{
88
uid: "88ed41ca",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
x: 7.5d,
3+
y: 1.5d,
4+
dependencies: [
5+
"d9ce5e52"
6+
],
7+
tasks: [{
8+
uid: "fe4c25b1",
9+
type: "item",
10+
items: [{
11+
item: "nuclearcraft:fission_irradiator"
12+
}]
13+
}]
14+
}

config/ftbquests/normal/chapters/9881d108/7237d620.snbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
x: -4.0d,
2+
x: -3.0d,
33
y: 13.0d,
44
text: [
55
"{9881d108.ia.d2f4dd6d}"

config/ftbquests/normal/chapters/7d71fbca/14ed303a.snbt renamed to config/ftbquests/normal/chapters/9881d108/78385c76.snbt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
x: 7.5d,
3-
y: 1.5d,
2+
x: -4.0d,
3+
y: 13.0d,
44
dependencies: [
5-
"e29ace8f"
5+
"b26c5d68",
6+
"e06de638"
67
],
78
tasks: [{
8-
uid: "9580f618",
9+
uid: "1fc1cd74",
910
type: "item",
1011
items: [{
1112
item: "nuclearcraft:assembler"

config/ftbquests/normal/chapters/9881d108/9538a9d3.snbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
x: -3.0d,
2+
x: -2.0d,
33
y: 13.0d,
44
dependencies: [
55
"b26c5d68"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
x: -3.0d,
3+
y: 14.0d,
4+
dependencies: [
5+
"7237d620"
6+
],
7+
tasks: [{
8+
uid: "2da7f0a6",
9+
type: "item",
10+
items: [{
11+
item: "nuclearcraft:alloy 1 2"
12+
}]
13+
}]
14+
}

config/globalgamerules.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gamerules {
2323
S:disableNetherPortalCreation=false
2424

2525
# Whether the day-night cycle and moon phases progress
26-
B:doDaylightCycle=false
26+
B:doDaylightCycle=true
2727

2828
# Whether entities that are not mobs should have drops
2929
B:doEntityDrops=true
@@ -44,7 +44,7 @@ gamerules {
4444
B:doTileDrops=true
4545

4646
# Whether the weather will change
47-
B:doWeatherCycle=false
47+
B:doWeatherCycle=true
4848

4949
# GameRule added by another mod or from commands
5050
S:drowningDamageMultiplier=1.0

config/qmd.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,15 +426,15 @@ particle_chamber {
426426
processors {
427427
# 每个机器的基础能量消耗(单位:RF/t)。顺序:矿石洗涤器。
428428
I:power <
429-
50
430-
100
429+
250
430+
500
431431
>
432432

433433
# 每个机器的基础处理时间(单位:t)。顺序:矿石洗涤器,辐照器。
434434
I:time <
435-
400
436435
200
437-
500
436+
100
437+
250
438438
>
439439

440440
# 辐照的基础辐射抗性。如果未开启硬核容器,不会生效。

config/tmel.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ general {
402402
##########################################################################################################
403403

404404
"grid power multipliers" {
405-
D:"Creative Mill"=100
405+
D:"Creative Mill"=10000
406406
D:"Dragon Egg Mill"=0.8
407407
D:"Fire Mill"=1.2
408408
D:"Lava Mill"=1.2
@@ -411,7 +411,7 @@ general {
411411
D:"Solar Panel"=1.2
412412
D:"Water Mill"=1.2
413413
D:"Wind Mill"=1.2
414-
D:创造模式发电机=100
414+
D:创造模式发电机=10000
415415
D:太阳能面板=1.2
416416
D:岩浆发电机=1.2
417417
D:手动发电机=1.5

0 commit comments

Comments
 (0)