forked from EnigmaticaModpacks/Enigmatica2Expert
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(quest): 📖 Add several quests to
Forestry
chapter
This quests was copied from Pluma modpack
- Loading branch information
Showing
14 changed files
with
610 additions
and
38 deletions.
There are no files selected for viewing
100 changes: 100 additions & 0 deletions
100
config/ftbquests/normal/chapters/206163c0/5b525421.snbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
{ | ||
icon: "forestry:soldering_iron", | ||
x: -2.2d, | ||
y: 2.2d, | ||
text: [ | ||
"{q.forestry.soldering_iron.desc}" | ||
], | ||
dependencies: [ | ||
"c8f37d85" | ||
], | ||
tasks: [{ | ||
uid: "86173911", | ||
type: "item", | ||
items: [{ | ||
item: "forestry:soldering_iron" | ||
}], | ||
ignore_damage: true, | ||
ignore_nbt: 1b | ||
}, | ||
{ | ||
uid: "975179d1", | ||
type: "item", | ||
title: "Any Circuit Board", | ||
items: [{ | ||
id: "forestry:chipsets", | ||
tag: { | ||
T: 0s | ||
} | ||
}, | ||
{ | ||
id: "forestry:chipsets", | ||
Damage: 1s, | ||
tag: { | ||
T: 1s | ||
} | ||
}, | ||
{ | ||
id: "forestry:chipsets", | ||
Damage: 2s, | ||
tag: { | ||
T: 2s | ||
} | ||
}, | ||
{ | ||
id: "forestry:chipsets", | ||
Damage: 3s, | ||
tag: { | ||
T: 3s | ||
} | ||
}] | ||
}, | ||
{ | ||
uid: "3a80e3b9", | ||
type: "item", | ||
title: "Any Electrun Tube", | ||
items: [{ | ||
item: "forestry:thermionic_tubes 1 2" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 1" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 11" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 12" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 9" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 7" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 6" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 5" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 4" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 3" | ||
}, | ||
{ | ||
item: "forestry:thermionic_tubes 1 10" | ||
}] | ||
}], | ||
rewards: [{ | ||
uid: "9b16b8f8", | ||
type: "item", | ||
item: "harvestcraft:biscuititem", | ||
count: 3, | ||
random_bonus: 2 | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
title: "{q.forestry.alveary_sieve.name}", | ||
icon: "forestry:alveary.sieve", | ||
x: 4.5d, | ||
y: -1.7d, | ||
description: "{q.forestry.alveary_sieve.desc}", | ||
text: [ | ||
"{q.forestry.alveary_sieve.desc}" | ||
], | ||
dependencies: [ | ||
"8c16c60c" | ||
], | ||
tasks: [{ | ||
uid: "49a95074", | ||
type: "checkmark" | ||
}], | ||
rewards: [{ | ||
uid: "ed9def05", | ||
type: "item", | ||
item: { | ||
id: "forestry:pollen_fertile", | ||
tag: { | ||
IsAnalyzed: 0b, | ||
Genome: { | ||
Chromosomes: [{ | ||
Slot: 0b, | ||
UID0: "forestry.treeOak", | ||
UID1: "forestry.treeOak" | ||
}, | ||
{ | ||
Slot: 1b, | ||
UID0: "forestry.heightSmall", | ||
UID1: "forestry.heightSmall" | ||
}, | ||
{ | ||
Slot: 2b, | ||
UID0: "forestry.saplingsAverage", | ||
UID1: "forestry.saplingsAverage" | ||
}, | ||
{ | ||
Slot: 3b, | ||
UID0: "forestry.fruitApple", | ||
UID1: "forestry.fruitApple" | ||
}, | ||
{ | ||
Slot: 4b, | ||
UID0: "forestry.yieldLowest", | ||
UID1: "forestry.yieldLowest" | ||
}, | ||
{ | ||
Slot: 5b, | ||
UID0: "forestry.sappinessLowest", | ||
UID1: "forestry.sappinessLowest" | ||
}, | ||
{ | ||
Slot: 6b, | ||
UID0: "forestry.leavesNone", | ||
UID1: "forestry.leavesNone" | ||
}, | ||
{ | ||
Slot: 7b, | ||
UID0: "forestry.maturationFaster", | ||
UID1: "forestry.maturationFaster" | ||
}, | ||
{ | ||
Slot: 8b, | ||
UID0: "forestry.i1d", | ||
UID1: "forestry.i1d" | ||
}, | ||
{ | ||
Slot: 9b, | ||
UID0: "forestry.fireproofFalse", | ||
UID1: "forestry.fireproofFalse" | ||
}] | ||
} | ||
} | ||
}, | ||
count: 2 | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
title: "{q.forestry.tree_s_stats.name}", | ||
icon: "minecraft:sapling", | ||
x: 3.2d, | ||
y: -0.5d, | ||
shape: "gear", | ||
description: "{q.forestry.tree_s_stats.desc}", | ||
text: [ | ||
"{q.forestry.tree_s_stats.desc}" | ||
], | ||
dependencies: [ | ||
"29f2b63c" | ||
], | ||
min_width: 300, | ||
tasks: [{ | ||
uid: "b7a0f93b", | ||
type: "checkmark" | ||
}], | ||
rewards: [{ | ||
uid: "09f6cce8", | ||
type: "item", | ||
item: "harvestcraft:honeyglazedcarrotsitem" | ||
}] | ||
} |
Oops, something went wrong.