Skip to content

Commit

Permalink
Fixes some twilight quest issues (#17612)
Browse files Browse the repository at this point in the history
* fix twilight quest issues

* remove unneeded text
  • Loading branch information
Baerschen authored Oct 13, 2024
1 parent 8fe1505 commit 784a4ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lockedProgress:1": 0,
"autoClaim:1": 0,
"isSilent:1": 0,
"desc:8": "Summon a Naga.\n\n[note]Only works in the Twilight Forest dim.[/note]\n\n[note]The name of the nagastone is messed up, this is a side effect of allowing any meta #.[/note]"
"desc:8": "Summon a Naga.\n\n[note]Only works in the Twilight Forest dim.[/note]"
}
},
"tasks:9": {
Expand Down Expand Up @@ -63,13 +63,13 @@
"autoConsume:1": 0,
"groupDetect:1": 0,
"ignoreNBT:1": 1,
"index:3": 1,
"index:3": 2,
"consume:1": 0,
"requiredItems:9": {
"0:10": {
"id:8": "TwilightForest:tile.TFNagastone",
"id:8": "TwilightForest:tile.TFNagastoneBody",
"Count:3": 1,
"Damage:2": 32767,
"Damage:2": 0,
"OreDict:8": ""
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"OreDict:8": ""
},
"1:10": {
"id:8": "TwilightForest:tile.TFFirefly",
"id:8": "TwilightForest:item.critter",
"Count:3": 4,
"Damage:2": 0,
"OreDict:8": ""
Expand Down

0 comments on commit 784a4ea

Please sign in to comment.