boiler quests are now optional

as they're supposed to be.
This commit is contained in:
mina
2024-01-13 10:19:31 +00:00
parent 13080ba4f5
commit 76aa5f66d0
2 changed files with 15 additions and 5 deletions

View File

@@ -646,11 +646,19 @@
shape: "rsquare" shape: "rsquare"
size: 0.66d size: 0.66d
subtitle: "We're gonna need more charcoal" subtitle: "We're gonna need more charcoal"
tasks: [{ tasks: [
id: "7D2406F7A603AAAE" {
item: "gtceu:titanium_large_boiler" id: "7D2406F7A603AAAE"
type: "item" item: "gtceu:titanium_large_boiler"
}] optional_task: true
type: "item"
}
{
id: "7A6913316A12A7DB"
title: "I wasn't going to craft one anyway"
type: "checkmark"
}
]
title: "Worse Combustion" title: "Worse Combustion"
x: 3.375d x: 3.375d
y: 5.625d y: 5.625d

View File

@@ -301,10 +301,12 @@
{ {
id: "4C89839747EDFFF5" id: "4C89839747EDFFF5"
item: "gtceu:tungstensteel_large_boiler" item: "gtceu:tungstensteel_large_boiler"
optional_task: true
type: "item" type: "item"
} }
{ {
id: "4F863C04757556B2" id: "4F863C04757556B2"
title: "Yup, totally crafted one."
type: "checkmark" type: "checkmark"
} }
] ]