Skip to content

Commit 79cb3ff

Browse files
author
Xikaro
authored
Merge pull request TerraFirmaGreg-Team#2360 from TerraFirmaGreg-Team/dev
Release: 0.11.10
2 parents e0949ca + 01b78ac commit 79cb3ff

189 files changed

Lines changed: 6896 additions & 1051 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## Unreleased
4+
### Changes
5+
### Bug fixes
6+
### Translation updates
7+
8+
## [0.11.10] - 9-12-2025
9+
### Breaking Changes
10+
- Butyraldehyde in a chemical reactor now uses circuit 5 instead of 1 to avoid a conflict with Methanol @Pyritie
11+
### Other Changes
12+
- Added recipes for create's shadow and radiant casings (#2256) @Ujhik
13+
- Some small quest and field guide additions and fixes (#2348, #2356) @Pyritie @jmecn
14+
- Adjusted the spawn weights of primitive illagers @Pyritie
15+
### Bug fixes
16+
- Fixed a crash on boot on some linux systems (#2347, #2355) @Redeix @mgsmyrk
17+
- Fixed missing recipes for many fluid and item pipes (#2359) @Pyritie
18+
- Fixed missing cleanroom tags for the ad astra 3x3 doors, so now you can *actually* use them in a cleanroom @Pyritie
19+
- Fixed aged sake, vodka, and whiskey losing their buff effects @Pyritie
20+
- Fixed some inconsistencies with loose rocks into bricks (#2353) @Pyritie
21+
- Fixed a tag issue with some purified ores and Create's crushed ore tag (#2339) @Pyritie
22+
### Translation updates
23+
- Chinese (simplified) @jmecn
24+
- Japanese @sakura-gondra
25+
326
## [0.11.9] - 7-12-2025
427
### Breaking Changes
528
#### Beginning of the Power Update

config/ftbquests/quests/chapters/mv__medium_voltage.snbt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
icon: "tfg:mv_universal_circuit"
77
id: "43E779CEEB25D55B"
88
order_index: 1
9-
quest_links: [ ]
9+
quest_links: [{
10+
id: "4EEC4E3BE1B3D3B1"
11+
linked_quest: "222295CD03AF00DC"
12+
x: -1.5d
13+
y: -5.5d
14+
}]
1015
quests: [
1116
{
1217
dependencies: ["22E462070F8B027A"]

config/ftbquests/quests/chapters/queststfg.snbt

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
subtitle: "{quests.tfg.capture_territory.subtitle}"
6060
tasks: [{
6161
id: "5EB438DED5A994C4"
62-
title: "{quests.tasktypes.checkmark}"
62+
title: "{quests.tasktype.checkmark}"
6363
type: "checkmark"
6464
}]
6565
title: "{quests.tfg.capture_territory.title}"
@@ -119,6 +119,7 @@
119119
}
120120
}
121121
id: "590CE4F4FA385701"
122+
optional: true
122123
rewards: [
123124
{
124125
id: "58D1E7EFD006D7F7"
@@ -146,6 +147,29 @@
146147
x: 0.0d
147148
y: 4.5d
148149
}
150+
{
151+
dependencies: ["0B42D4AE2AC67F93"]
152+
description: ["{quests.tfg.chunk_limit.desc}"]
153+
icon: {
154+
Count: 1
155+
ForgeCaps: {
156+
"tfc:food": {
157+
creationDate: 18000L
158+
traits: [ ]
159+
}
160+
}
161+
id: "tfc:food/cherry"
162+
}
163+
id: "12BCC8F968904105"
164+
tasks: [{
165+
id: "6A9ABF4B83F7FC3E"
166+
title: "{quests.tasktype.checkmark}"
167+
type: "checkmark"
168+
}]
169+
title: "{quests.tfg.chunk_limit.title}"
170+
x: -2.5d
171+
y: 3.5d
172+
}
149173
]
150174
subtitle: ["{quests.tfg.subtitle}"]
151175
title: "{quests.tfg}"

0 commit comments

Comments
 (0)