Skip to content

Commit

Permalink
fix(quest): 📖FIx Black Death quest cant be completed in peaceful
Browse files Browse the repository at this point in the history
Also add recipe of [Black Death Scythe] from [Mithminite Scythe]
  • Loading branch information
Krutoy242 committed Feb 27, 2024
1 parent cdecdcd commit 15ac8a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
11 changes: 7 additions & 4 deletions config/ftbquests/normal/chapters/87b91368/27ad9d1e.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
"ab77ca11"
],
tasks: [{
uid: "bebc070a",
type: "kill",
entity: "rats:black_death",
value: 1L
uid: "8c260e23",
type: "item",
items: [{
item: "rats:plague_scythe"
}],
ignore_damage: true,
ignore_nbt: 1b
}],
rewards: [{
uid: "bde01118",
Expand Down
10 changes: 10 additions & 0 deletions scripts/mods/rats.zs
Original file line number Diff line number Diff line change
Expand Up @@ -448,3 +448,13 @@ mods.immersiveengineering.MetalPress.addRecipe(<rats:string_cheese>, <ore:foodCh
// Containment food
// [Contaminated Food] alter non-rat recipe
mods.nuclearcraft.FissionIrradiator.addRecipe(<ore:foodNutrients5>, <rats:contaminated_food>, 5000000, 0, 0, 0);

// Peaceful alt
# [Black Death Scythe] from [Mithminite Scythe][+1]
craft.make(<rats:plague_scythe>, ["pretty",
"P P P",
"P M P",
"P P P"], {
"P": <rats:plague_essence>, # Plague Essence
"M": <thaumadditions:mithminite_scythe>, # Mithminite Scythe
});

0 comments on commit 15ac8a2

Please sign in to comment.