Skip to content

Commit 7b8a3f5

Browse files
committed
fix moon cycle to be.. more vanilla
1 parent c703016 commit 7b8a3f5

2 files changed

Lines changed: 33 additions & 15 deletions

File tree

config/ftbquests/quests/chapters/goog.snbt

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,18 +1245,11 @@
12451245
{
12461246
dependencies: ["7FEE4F76560B91CB"]
12471247
id: "49E15E617AA3D920"
1248-
tasks: [
1249-
{
1250-
id: "2880BDFDF25D0CDA"
1251-
item: "minecraft:spyglass"
1252-
type: "item"
1253-
}
1254-
{
1255-
id: "5DE45A72BB7BDB5A"
1256-
item: "spectrum:stardust"
1257-
type: "item"
1258-
}
1259-
]
1248+
tasks: [{
1249+
id: "5DE45A72BB7BDB5A"
1250+
item: "spectrum:stardust"
1251+
type: "item"
1252+
}]
12601253
x: 4.0d
12611254
y: -14.0d
12621255
}
@@ -1527,7 +1520,10 @@
15271520
y: -5.5d
15281521
}
15291522
{
1530-
dependencies: ["59FEEB61C6D475A7"]
1523+
dependencies: [
1524+
"59FEEB61C6D475A7"
1525+
"47561B6D8ADAFC54"
1526+
]
15311527
id: "645DA84DC18BE9CE"
15321528
tasks: [{
15331529
id: "71F18FA2A0E009B5"
@@ -2167,6 +2163,28 @@
21672163
x: 7.0d
21682164
y: -10.0d
21692165
}
2166+
{
2167+
dependencies: ["3CC975EF567EFC1F"]
2168+
id: "6B7F6D654B0F223E"
2169+
tasks: [{
2170+
id: "5505367FB1957EA4"
2171+
item: "malum:natural_quartz"
2172+
type: "item"
2173+
}]
2174+
x: 3.0d
2175+
y: -17.0d
2176+
}
2177+
{
2178+
dependencies: ["3CC975EF567EFC1F"]
2179+
id: "165ED17086075785"
2180+
tasks: [{
2181+
id: "0B4B6A9D8235CC07"
2182+
item: "malum:raw_soulstone"
2183+
type: "item"
2184+
}]
2185+
x: 2.5d
2186+
y: -18.5d
2187+
}
21702188
]
21712189
title: "goog :)"
21722190
}

config/yosby/config/caelum-client.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
[moon]
33
#How long does it take for the Moon to complete its orbit in ticks.
44
#Range: 1 ~ 9223372036854775807
5-
orbit_period = 708734
5+
orbit_period = 192000
66

77
[earth]
88
#How long does it take for the Earth to complete its orbit in ticks.
99
#Range: 0 ~ 9223372036854775807
10-
orbit_period = 8765812
10+
orbit_period = 720000
1111

1212
[stars]
1313
#What stars to use

0 commit comments

Comments
 (0)