Skip to content

Commit

Permalink
Merge pull request #3578 from edwardspec/fix-snarshing-table-header
Browse files Browse the repository at this point in the history
Fix header of Snarshing Table window (it was saying Esoteric Research)
  • Loading branch information
sayterdarkwynd authored Jul 9, 2024
2 parents de66f35 + 321fe86 commit 7f6b240
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@
"interactData" : {
"config" : "/interface/windowconfig/craftingesoteric.config",
"filter" : [ "esoteric","esoteric2","esoteric3" ],

"initialRecipeUnlocks" : ["snarshedgarflipps","butteronastick","microwave","sourmilkandbees"],

"paneLayoutOverride": {
"windowtitle": {
"title": "Esoteric Research"
}
}
"initialRecipeUnlocks" : ["snarshedgarflipps","butteronastick","microwave","sourmilkandbees"]
},

"description" : "A great place to sit down and uncover the blasphemous truths of the cosmos.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
"interactData" : {
"config" : "/interface/windowconfig/craftingesoteric.config",
"filter" : [ "esoteric","esoteric2" ],
"initialRecipeUnlocks" : ["snarshedgarflipps","butteronastick","microwave","sourmilkandbees"]
"initialRecipeUnlocks" : ["snarshedgarflipps","butteronastick","microwave","sourmilkandbees"],
"paneLayoutOverride": {
"windowtitle": {
"title": "Snarshing Table"
}
}
},

"description" : "Translate texts, or use the Velbex to Snarsh Garflipps.",
Expand Down

0 comments on commit 7f6b240

Please sign in to comment.