moslty finished adding quests, added player skin
This commit is contained in:
parent
0c9d6d64d0
commit
6ce1055961
5
.gitignore
vendored
5
.gitignore
vendored
@ -31,3 +31,8 @@ config/ferritecore-mixin.toml
|
|||||||
mods/ferritecore-2.0.7-forge.jar
|
mods/ferritecore-2.0.7-forge.jar
|
||||||
mods/rhino-forge-1605.1.5-build.75.jar
|
mods/rhino-forge-1605.1.5-build.75.jar
|
||||||
mods/kubejs-forge-1605.3.19-build.299.jar
|
mods/kubejs-forge-1605.3.19-build.299.jar
|
||||||
|
|
||||||
|
#client configs
|
||||||
|
config/jei/bookmarks.ini
|
||||||
|
config/jei/recipe-category-sort-order.ini
|
||||||
|
config/jei/ingredient-list-mod-sort-order.ini
|
||||||
|
BIN
cachedImages/skins/LadyDayris.png
Normal file
BIN
cachedImages/skins/LadyDayris.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
14
config/ars_nouveau/amplify_three.toml
Normal file
14
config/ars_nouveau/amplify_three.toml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 320
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
14
config/ars_nouveau/amplify_two.toml
Normal file
14
config/ars_nouveau/amplify_two.toml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 80
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
41
config/ars_nouveau/chaining.toml
Normal file
41
config/ars_nouveau/chaining.toml
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Bonus search distance around each target entity per augment
|
||||||
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
bonus_entity_distance = 4.0
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 300
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 1
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Base maximum number of entities struck when targeting entities
|
||||||
|
#Range: > 1
|
||||||
|
base_max_entities = 8
|
||||||
|
#Bonus search distance around each target block per augment
|
||||||
|
#Range: 1.0 ~ 2.147483647E9
|
||||||
|
bonus_block_distance_euclidean = 1.0
|
||||||
|
#Base maximum number of blocks struck when targeting blocks
|
||||||
|
#Range: > 1
|
||||||
|
base_max_blocks = 16
|
||||||
|
#Bonus to maximum entities per augment
|
||||||
|
#Range: > 1
|
||||||
|
bonus_entities = 16
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
#Base search distance around each target block
|
||||||
|
#Range: 1.0 ~ 2.147483647E9
|
||||||
|
base_block_search_distance_euclidean = 1.75
|
||||||
|
#Base search distance around each target entity
|
||||||
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
base_entity_distance = 8.0
|
||||||
|
#Bonus to maximum blocks per augment
|
||||||
|
#Range: > 1
|
||||||
|
bonus_blocks = 16
|
||||||
|
|
17
config/ars_nouveau/filter_animal.toml
Normal file
17
config/ars_nouveau/filter_animal.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_block.toml
Normal file
17
config/ars_nouveau/filter_block.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_entity.toml
Normal file
17
config/ars_nouveau/filter_entity.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_is_baby.toml
Normal file
17
config/ars_nouveau/filter_is_baby.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_is_mature.toml
Normal file
17
config/ars_nouveau/filter_is_mature.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_item.toml
Normal file
17
config/ars_nouveau/filter_item.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_living.toml
Normal file
17
config/ars_nouveau/filter_living.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_living_not_monster.toml
Normal file
17
config/ars_nouveau/filter_living_not_monster.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_living_not_player.toml
Normal file
17
config/ars_nouveau/filter_living_not_player.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_monster.toml
Normal file
17
config/ars_nouveau/filter_monster.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/filter_player.toml
Normal file
17
config/ars_nouveau/filter_player.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/lay_on_hands.toml
Normal file
17
config/ars_nouveau/lay_on_hands.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 10
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
23
config/ars_nouveau/ray.toml
Normal file
23
config/ars_nouveau/ray.toml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = ["sensitive=2"]
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 15
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Base range in blocks
|
||||||
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
base_range = 16.0
|
||||||
|
#Bonus range per augment
|
||||||
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
bonus_range_per_augment = 16.0
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/reverse_direction.toml
Normal file
17
config/ars_nouveau/reverse_direction.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 0
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
17
config/ars_nouveau/sentientharm.toml
Normal file
17
config/ars_nouveau/sentientharm.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Limits the number of times a given augment may be applied to a given effect
|
||||||
|
#Example entry: "amplify=5"
|
||||||
|
augment_limits = []
|
||||||
|
#Cost
|
||||||
|
#Range: > -2147483648
|
||||||
|
cost = 50
|
||||||
|
#The maximum number of times this glyph may appear in a single spell
|
||||||
|
#Range: > 1
|
||||||
|
per_spell_limit = 2147483647
|
||||||
|
#Is Starter Glyph?
|
||||||
|
starter = false
|
||||||
|
#Is Enabled?
|
||||||
|
enabled = true
|
||||||
|
|
@ -2,11 +2,13 @@
|
|||||||
chapter_groups: [
|
chapter_groups: [
|
||||||
{ id: "0E78167041545AC7", title: "Advent of Ascension" }
|
{ id: "0E78167041545AC7", title: "Advent of Ascension" }
|
||||||
{ id: "2A642849A0E86509", title: "Combat" }
|
{ id: "2A642849A0E86509", title: "Combat" }
|
||||||
|
{ id: "1838AE681EA99F1E", title: "Exploration" }
|
||||||
{ id: "234D12C999BA9832", title: "Magic" }
|
{ id: "234D12C999BA9832", title: "Magic" }
|
||||||
{ id: "17C6D3A9847C6311", title: "Technology" }
|
{ id: "17C6D3A9847C6311", title: "Technology" }
|
||||||
{ id: "3F056B9CFF789F29", title: "Misc" }
|
{ id: "3F056B9CFF789F29", title: "Misc" }
|
||||||
{ id: "151FAD2CF68977F0", title: "Advent of Ascension: Completionist" }
|
{ id: "151FAD2CF68977F0", title: "Advent of Ascension: Completionist" }
|
||||||
{ id: "78206C9353FDEF6F", title: "WIP" }
|
{ id: "78206C9353FDEF6F", title: "WIP" }
|
||||||
|
{ id: "07F2EBBBEDA845E2", title: "Waiting Translation" }
|
||||||
{ id: "0D8CA5D6B1F10989", title: "Forse" }
|
{ id: "0D8CA5D6B1F10989", title: "Forse" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "023A17767CD54820"
|
id: "023A17767CD54820"
|
||||||
group: "78206C9353FDEF6F"
|
group: "07F2EBBBEDA845E2"
|
||||||
order_index: 48
|
order_index: 5
|
||||||
filename: "023A17767CD54820"
|
filename: "023A17767CD54820"
|
||||||
title: "{chapter.6.title}"
|
title: "{chapter.6.title}"
|
||||||
icon: {
|
icon: {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "02A693650C310198"
|
id: "02A693650C310198"
|
||||||
group: "78206C9353FDEF6F"
|
group: "07F2EBBBEDA845E2"
|
||||||
order_index: 50
|
order_index: 7
|
||||||
filename: "02A693650C310198"
|
filename: "02A693650C310198"
|
||||||
title: "{chapter.8.title}"
|
title: "{chapter.8.title}"
|
||||||
icon: {
|
icon: {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "09A598C2030046F9"
|
id: "09A598C2030046F9"
|
||||||
group: "78206C9353FDEF6F"
|
group: "07F2EBBBEDA845E2"
|
||||||
order_index: 46
|
order_index: 3
|
||||||
filename: "09A598C2030046F9"
|
filename: "09A598C2030046F9"
|
||||||
title: "{chapter.4.title}"
|
title: "{chapter.4.title}"
|
||||||
icon: "dragonsurvival:sea_dragon_door"
|
icon: "dragonsurvival:sea_dragon_door"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "191ACF1C2B849EB8"
|
id: "191ACF1C2B849EB8"
|
||||||
group: "78206C9353FDEF6F"
|
group: "07F2EBBBEDA845E2"
|
||||||
order_index: 51
|
order_index: 8
|
||||||
filename: "191ACF1C2B849EB8"
|
filename: "191ACF1C2B849EB8"
|
||||||
title: "{chapter.9.title}"
|
title: "{chapter.9.title}"
|
||||||
icon: {
|
icon: {
|
||||||
|
@ -1,39 +1,13 @@
|
|||||||
{
|
{
|
||||||
id: "1D8799ECA5A690B6"
|
id: "1D8799ECA5A690B6"
|
||||||
group: "78206C9353FDEF6F"
|
group: "07F2EBBBEDA845E2"
|
||||||
order_index: 43
|
order_index: 0
|
||||||
filename: "1D8799ECA5A690B6"
|
filename: "1D8799ECA5A690B6"
|
||||||
title: "{chapter.1.title}"
|
title: "{chapter.1.title}"
|
||||||
icon: "dragonsurvival:elder_dragon_bone"
|
icon: "dragonsurvival:elder_dragon_bone"
|
||||||
subtitle: ["{chapter.1.subtitle}"]
|
subtitle: ["{chapter.1.subtitle}"]
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
default_hide_dependency_lines: false
|
default_hide_dependency_lines: false
|
||||||
images: [
|
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: -4.5d
|
|
||||||
width: 2.0d
|
|
||||||
height: 2.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "jeed:textures/gui/effects.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: -4.5d
|
|
||||||
width: 2.0d
|
|
||||||
height: 2.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "merchantmarkers:textures/entity/villager/markers/hunter.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
quests: [
|
quests: [
|
||||||
{
|
{
|
||||||
icon: "dragonsurvival:elder_dragon_bone"
|
icon: "dragonsurvival:elder_dragon_bone"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "39B0262E540DDFE6"
|
id: "39B0262E540DDFE6"
|
||||||
group: "78206C9353FDEF6F"
|
group: "07F2EBBBEDA845E2"
|
||||||
order_index: 45
|
order_index: 2
|
||||||
filename: "39B0262E540DDFE6"
|
filename: "39B0262E540DDFE6"
|
||||||
title: "{chapter.3.title}"
|
title: "{chapter.3.title}"
|
||||||
icon: "dragonsurvival:forest_dragon_door"
|
icon: "dragonsurvival:forest_dragon_door"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "4BDA7C03688680E3"
|
id: "4BDA7C03688680E3"
|
||||||
group: "78206C9353FDEF6F"
|
group: "07F2EBBBEDA845E2"
|
||||||
order_index: 49
|
order_index: 6
|
||||||
filename: "4BDA7C03688680E3"
|
filename: "4BDA7C03688680E3"
|
||||||
title: "{chapter.7.title}"
|
title: "{chapter.7.title}"
|
||||||
icon: "dummmmmmy:target_dummy_placer"
|
icon: "dummmmmmy:target_dummy_placer"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "51C56B005DA9A1D0"
|
id: "51C56B005DA9A1D0"
|
||||||
group: "78206C9353FDEF6F"
|
group: "07F2EBBBEDA845E2"
|
||||||
order_index: 47
|
order_index: 4
|
||||||
filename: "51C56B005DA9A1D0"
|
filename: "51C56B005DA9A1D0"
|
||||||
title: "{chapter.5.title}"
|
title: "{chapter.5.title}"
|
||||||
icon: "minecraft:lead"
|
icon: "minecraft:lead"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "74739A039A5C4274"
|
id: "74739A039A5C4274"
|
||||||
group: "78206C9353FDEF6F"
|
group: "07F2EBBBEDA845E2"
|
||||||
order_index: 44
|
order_index: 1
|
||||||
filename: "74739A039A5C4274"
|
filename: "74739A039A5C4274"
|
||||||
title: "{chapter.2.title}"
|
title: "{chapter.2.title}"
|
||||||
icon: "dragonsurvival:cave_dragon_door"
|
icon: "dragonsurvival:cave_dragon_door"
|
||||||
|
@ -1,894 +0,0 @@
|
|||||||
{
|
|
||||||
id: "78E6F7C6BE58E3FE"
|
|
||||||
group: "234D12C999BA9832"
|
|
||||||
order_index: 1
|
|
||||||
filename: "9ars_nouveau"
|
|
||||||
title: "Ars Nouveau"
|
|
||||||
icon: "ars_nouveau:mana_condenser"
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
title: "&6&lWelcome to Ars Nouveau"
|
|
||||||
icon: "ars_nouveau:creative_spell_book"
|
|
||||||
x: 0.0d
|
|
||||||
y: -9.5d
|
|
||||||
shape: "gear"
|
|
||||||
subtitle: "*Unlocked by completing the &b&l&oPity Machine Frame&r quest*"
|
|
||||||
description: [
|
|
||||||
"Ars Nouveau is a magic mod that allows players to craft their own spells, create magical artifacts, perform rituals, and much more."
|
|
||||||
""
|
|
||||||
"With Ars Nouveau you will learn to harness the mana infused in all things to cast powerful spells, drive arcane machinery, and even to empower some cute friends along the way."
|
|
||||||
]
|
|
||||||
size: 1.5d
|
|
||||||
id: "0FF49F7DD4D172CF"
|
|
||||||
tasks: [{
|
|
||||||
id: "69842ED24C694005"
|
|
||||||
type: "checkmark"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "31CDEC9443F99EC2"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:novice_spell_book"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "56CE7B45BFEF5D91"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "&6&lMana"
|
|
||||||
icon: "ars_nouveau:mana_gem"
|
|
||||||
x: -5.5d
|
|
||||||
y: -8.0d
|
|
||||||
subtitle: "Mana is the driving energy behind every spell and arcane device in Ars Nouveau"
|
|
||||||
description: [
|
|
||||||
"Craft a Mana Condenser and a Mana Jar to begin. The Mana Gems required can be found while mining at any depth. Keep an eye out for purple Arcane Ore."
|
|
||||||
""
|
|
||||||
"To begin condensing Mana, place the Mana Jar and then place the Mana Condenser on top of it. Mana is drawn from three primary sources:"
|
|
||||||
""
|
|
||||||
"● Crops advancing a growth stage"
|
|
||||||
"● Breeding animals"
|
|
||||||
"● Killing mobs"
|
|
||||||
""
|
|
||||||
"Consider setting up a jar and condenser nearby such places. It can detect such events in a roughly 10-15 block radius, depending on the type of event. A large crop farm or a basic mob farm can produce mana relatively quickly if automated."
|
|
||||||
]
|
|
||||||
dependencies: ["0FF49F7DD4D172CF"]
|
|
||||||
id: "1D6991C18F49B0C6"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "236FB55A22B7576E"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:mana_condenser"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7E7B2BECC4DEA3C0"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:mana_jar"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "270F6DF231317C9C"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "76230C6F458856C4"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6468877635738169977L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "31DA5B5A1AEC55C9"
|
|
||||||
type: "choice"
|
|
||||||
table_id: 4056905653150789257L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "51022158747C91D5"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: -7.0d
|
|
||||||
description: ["Not every practitioner is born with a green-thumb. Thankfully, mana naturally trickles out of molten lava, escaping into the air. This device assists in collecting these trace amounts of mana so they may be put to use."]
|
|
||||||
dependencies: ["1D6991C18F49B0C6"]
|
|
||||||
id: "048E545ED70D577F"
|
|
||||||
tasks: [{
|
|
||||||
id: "04B82A87FD6221E9"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:volcanic_accumulator"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "3CFD17E87C9EAA05"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7DF35141BAB044A7"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:mana_gem"
|
|
||||||
count: 2
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7E03F598998164D2"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -7.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: [
|
|
||||||
"Arcane Crystals can be crystallized directly from the surrounding mana."
|
|
||||||
""
|
|
||||||
"Build a Crystallizer early on to help obtain more of these very useful gems."
|
|
||||||
]
|
|
||||||
dependencies: ["1D6991C18F49B0C6"]
|
|
||||||
id: "2B3A2599A6534702"
|
|
||||||
tasks: [{
|
|
||||||
id: "59A3E5F56953D4AE"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:crystallizer"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "71BA9E72BA7F3681"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_light"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "300AA98A63FF7D8C"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "04EA58DE1D39D6DE"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "&6&lGlyph Press"
|
|
||||||
x: -6.0d
|
|
||||||
y: -5.5d
|
|
||||||
subtitle: "The Glyph Press will accept up to two items; a type of clay and a reagent"
|
|
||||||
description: [
|
|
||||||
"Both are consumed along with a fair amount of mana from a nearby Mana Jar to create new Glyphs."
|
|
||||||
""
|
|
||||||
"Glyphs can be learned by right clicking them. They'll then appear within your spellbook for use in crafting new spells."
|
|
||||||
]
|
|
||||||
dependencies: ["1D6991C18F49B0C6"]
|
|
||||||
id: "7964CF97B0747B36"
|
|
||||||
tasks: [{
|
|
||||||
id: "7617262DAD6B61DD"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_press"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "31C7646480785D0D"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "722D39FB7B43EF26"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:arcane_stone"
|
|
||||||
count: 16
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5E250CC2F5C5FB52"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "&6&lMagic Clay"
|
|
||||||
x: -5.5d
|
|
||||||
y: -4.0d
|
|
||||||
description: [
|
|
||||||
"By working Mana Gems into Clay a focus can be formed which will aid an aspiring magician in harnessing greater powers."
|
|
||||||
""
|
|
||||||
"In order to learn new spells, this Magic Clay and its variants may be pressed in a Glyph Press along with some other reagent to form a focus."
|
|
||||||
]
|
|
||||||
dependencies: ["7964CF97B0747B36"]
|
|
||||||
id: "188E924CB58CE328"
|
|
||||||
tasks: [{
|
|
||||||
id: "7DDCAE2ED5BE3DA7"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:magic_clay"
|
|
||||||
count: 8L
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7E1E1A1FFF001BB1"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_craft"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5C6DC96A17F0E777"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4154A77E74FAE43C"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -6.5d
|
|
||||||
y: -2.5d
|
|
||||||
description: [
|
|
||||||
"A simple early form of flight can be crafted using the following spell:"
|
|
||||||
""
|
|
||||||
"● Self > Leap > Slowfall"
|
|
||||||
""
|
|
||||||
"Casting this propels the user in the direction they're facing, while also providing some cushioning for the eventual landing."
|
|
||||||
]
|
|
||||||
dependencies: ["188E924CB58CE328"]
|
|
||||||
id: "51BDFF152D166497"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "3C64DBD243824D54"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_leap"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7C505B0113F30EFA"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_slowfall"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "4A8067F3789E3D8C"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_launch"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "40237E2B1E8CA73A"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7350D65040D22583"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "&6&lMarvelous Clay"
|
|
||||||
icon: "ars_nouveau:marvelous_clay"
|
|
||||||
x: -4.5d
|
|
||||||
y: -3.5d
|
|
||||||
description: ["Marvelous Clay unlocks the creation of Tier 2 spells. These also require an Apprentice's Spellbook to cast."]
|
|
||||||
dependencies: ["188E924CB58CE328"]
|
|
||||||
id: "32823968A80EDB34"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "6BFC9660B49C6CA2"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:marvelous_clay"
|
|
||||||
count: 8L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5D3E0B9679459220"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:apprentice_spell_book"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "55191405EDD4F2A8"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_grow"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6DEC5318DBED6920"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4296CF4BA038F704"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: -2.0d
|
|
||||||
description: [
|
|
||||||
"For example, a spell can be made that will smelt a ranged block, break it, and bring it to your inventory."
|
|
||||||
""
|
|
||||||
"● Projectile > Smelt > Break > Item Pickup"
|
|
||||||
""
|
|
||||||
"Adding an Extract augment after the Break will apply Silk Touch, allowing the above spell to create Glass from Sand."
|
|
||||||
""
|
|
||||||
"● Projectile > Smelt > Break > Extract > Item Pickup"
|
|
||||||
""
|
|
||||||
"Similarly, the following will apply Fortune to the broken block and transport the result to your inventory. Great for those hard to reach diamonds."
|
|
||||||
""
|
|
||||||
"● Projectile > Break > Fortune > Item Pickup"
|
|
||||||
]
|
|
||||||
dependencies: ["32823968A80EDB34"]
|
|
||||||
id: "3A54E2DB6F778F32"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "78C29DB00120ECAE"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_smelt"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0C943B2F4DEDAADF"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_pickup"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "3F250F0F42341701"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_fortune"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "22C4A596E5D69083"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "002DC621F9BC7364"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "&6&lMythical Clay"
|
|
||||||
icon: "ars_nouveau:mythical_clay"
|
|
||||||
x: -3.5d
|
|
||||||
y: -4.0d
|
|
||||||
description: ["Mythical Clay unlocks the creation of Tier 3 spells. These also require an Archmage's Spellbook to cast."]
|
|
||||||
dependencies: ["32823968A80EDB34"]
|
|
||||||
id: "5990D655A47AC1ED"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "69473FF1B9DB59EB"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:mythical_clay"
|
|
||||||
count: 2L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "059B8B0DF16EEB20"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:archmage_spell_book"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "659D8A8FECBF3EC7"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_split"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "43D165BEC6BEC33D"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "41745856B1014B81"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: -2.5d
|
|
||||||
dependencies: ["5990D655A47AC1ED"]
|
|
||||||
id: "3349E1C52CE9983B"
|
|
||||||
tasks: [{
|
|
||||||
id: "4977ECE99402633D"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_lightning"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "56B88966A1C7E1E3"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_fangs"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "45FE0E7022C97754"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "565660A05264B2F5"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "&6&lEnchanting Apparatus"
|
|
||||||
icon: "ars_nouveau:enchanting_apparatus"
|
|
||||||
x: 0.0d
|
|
||||||
y: -7.5d
|
|
||||||
description: [
|
|
||||||
"To construct the Enchanting Apparatus, place down the Arcane Core with the Enchanting Apparatus on top of it. The Pedestals can be placed anywhere in an 11x11 area centered on the Core. A Mana Jar with mana must also be present nearby."
|
|
||||||
""
|
|
||||||
"To work with it, place the reagents in the pedestals and the focus in the Enchanting Apparatus itself, then Sneak Right Click the Apparatus with an empty hand."
|
|
||||||
]
|
|
||||||
dependencies: ["0FF49F7DD4D172CF"]
|
|
||||||
id: "79CBF8A2400A345E"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "11E392803BA20D38"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:arcane_core"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4BAE1687158DA97B"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:enchanting_apparatus"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0BBE0C25EB366119"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:arcane_pedestal"
|
|
||||||
count: 8L
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "0D5576644C233CDF"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "099830069F9F6CF4"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:potion_flask"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6E10790ED30E2132"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 1375643567800692047L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1FDA4EC999911A89"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Curious Charms"
|
|
||||||
x: -1.0d
|
|
||||||
y: -7.0d
|
|
||||||
dependencies: ["79CBF8A2400A345E"]
|
|
||||||
id: "234EA8AC16A4ED70"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "51D3E0F976777929"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:amulet_of_mana_regen"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "52253F8B4B771C82"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:ring_of_lesser_discount"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "1E655BFFC4200120"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:void_jar"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5756BB4E869E235C"
|
|
||||||
type: "xp"
|
|
||||||
xp: 50
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "539694DFCDE15541"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.0d
|
|
||||||
y: -6.5d
|
|
||||||
subtitle: "The Mana Bloom sits at the border between the mundane and the magical"
|
|
||||||
description: ["It grows as any other plant, but its roots reach through the veil, soaking in more of the mana that infuses the earth. Growing these will serve two purposes to a budding practitioner."]
|
|
||||||
dependencies: ["79CBF8A2400A345E"]
|
|
||||||
id: "28597C28BC8F0FE7"
|
|
||||||
tasks: [{
|
|
||||||
id: "60C8EA418A3D0B61"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:mana_bloom_crop"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "59726E9ADF501170"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_harvest"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3A1063D5DD74CCAF"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "68C3D7A2B6BB7611"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: -5.5d
|
|
||||||
description: ["Mana Relays serve this purpose. They provide a controlled channel for mana to flow through without dissipating back into the world. Mana Relays may be linked to other relays as well as jars to provide safe transit from one place to another."]
|
|
||||||
dependencies: ["79CBF8A2400A345E"]
|
|
||||||
id: "74FB93DBD3DCFC41"
|
|
||||||
tasks: [{
|
|
||||||
id: "495F0195314F6D69"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:arcane_relay"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "63134B2AE4CCBDF9"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:dominion_wand"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5C0310A59FB73D1B"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1DE59F85C86694F8"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.0d
|
|
||||||
y: -5.0d
|
|
||||||
description: ["To prepare a Parchment with a spell, design the spell within your spellbook, then place a parchment on the Scribe's Table. Sneak Right Click the table with your spell book to transfer the selected spell over to the parchment."]
|
|
||||||
dependencies: ["28597C28BC8F0FE7"]
|
|
||||||
id: "7F0ECA7AB9551CA1"
|
|
||||||
tasks: [{
|
|
||||||
id: "1D5860D4E1D3322A"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:spell_parchment"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "21858C64A8E8C895"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:scribes_table"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "17857E98C26DD61B"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "34E3A93B3832F4FA"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -4.5d
|
|
||||||
description: [
|
|
||||||
"To use Runic Chalk, begin by drawing a circle on the ground. Now right click the circle with a prepared Spell Parchment. Valid Spell Parchments must begin with the Touch Form."
|
|
||||||
""
|
|
||||||
"Any creature that walks over the rune will receive the effect of the spell."
|
|
||||||
]
|
|
||||||
dependencies: ["7F0ECA7AB9551CA1"]
|
|
||||||
id: "63902C16EF882BE6"
|
|
||||||
tasks: [{
|
|
||||||
id: "70A16B7418AC9985"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "ars_nouveau:runic_chalk"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "29627A0AA1E1C007"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1E3417E5B7828BE9"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2ADE90CD30EAAE8B"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: -5.0d
|
|
||||||
description: ["A more advanced Mana Relay capable of pulling from and sending to multiple locations."]
|
|
||||||
dependencies: ["74FB93DBD3DCFC41"]
|
|
||||||
id: "497A879543460123"
|
|
||||||
tasks: [{
|
|
||||||
id: "04B5F333E4859F3C"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:arcane_relay_splitter"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7A105D05690CE292"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2988B7625FFD9329"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:magic_clay"
|
|
||||||
count: 16
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "02D35D9A6E608711"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Auto Magically"
|
|
||||||
icon: "ars_nouveau:glyph_summon_decoy"
|
|
||||||
x: 5.5d
|
|
||||||
y: -8.0d
|
|
||||||
description: ["What good is magic if it cannot be made to work for us without constant intervention?"]
|
|
||||||
dependencies: ["0FF49F7DD4D172CF"]
|
|
||||||
id: "6D5469C731475902"
|
|
||||||
tasks: [{
|
|
||||||
id: "471E7823E90365EA"
|
|
||||||
type: "checkmark"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "4A861D27FC8919E9"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3D5038E5D346BEE0"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.0d
|
|
||||||
y: -7.0d
|
|
||||||
subtitle: "The Spell Turret is an enhanced apparatus used to cast spells on demand with a redstone pulse"
|
|
||||||
description: ["Like the simpler runes created by Runic Chalk, it can be provided with a prepared Spell Parchment by right clicking the device with the parchment. Unlike runes, it can use both Touch and Projectile Forms."]
|
|
||||||
dependencies: ["6D5469C731475902"]
|
|
||||||
id: "36F83B08BC8FABEA"
|
|
||||||
tasks: [{
|
|
||||||
id: "1E31E6F4EAD05F46"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:spell_turret"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "6D6C71F32D3B6A67"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_aoe"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7B3D8947EDCC003B"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "13651E540A95C033"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.5d
|
|
||||||
y: -6.5d
|
|
||||||
description: [
|
|
||||||
"Carbuncles are curious forest critters with a love for all things shiny. Gold, in particular. They may be befriended by tossing them a small amount of gold. Once befriended, they will assist by collecting items and moving them to inventories."
|
|
||||||
""
|
|
||||||
"These critters can be an uncommon sight even in ancient forests. If none can be found, consider summoning them with the Altar of Birthing."
|
|
||||||
]
|
|
||||||
dependencies: ["6D5469C731475902"]
|
|
||||||
id: "22199FDCEBB5ADEF"
|
|
||||||
tasks: [{
|
|
||||||
id: "45C4E443C2E34125"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:carbuncle_charm"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "41AD32B9E3BE229E"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:allow_scroll"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3A8FF29439DCA136"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:deny_scroll"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5A272D80F59C2F27"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "732C21333548FADD"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4915960327715244389L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5B0114FFD849B69B"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: ["The Summoning Crystal is crafted with the Enchanting Apparatus, as are all Charms."]
|
|
||||||
dependencies: ["6D5469C731475902"]
|
|
||||||
id: "10F0D6359B706DDF"
|
|
||||||
tasks: [{
|
|
||||||
id: "64B40BA36685E2EA"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:summoning_crystal"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "46B0589D3C22EB17"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1365471989357ABF"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:jar_of_light"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6C5EA5F4A1361A06"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.0d
|
|
||||||
y: -5.5d
|
|
||||||
dependencies: ["36F83B08BC8FABEA"]
|
|
||||||
id: "0AD2AE9A2BAB2ECA"
|
|
||||||
tasks: [{
|
|
||||||
id: "0035C233631790FD"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_redstone_signal"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "2E1064D7CCB0313D"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "057494B62C99A931"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "51A74BEC0072FCEF"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: -5.0d
|
|
||||||
description: ["A simple and compact crop farm can be made with a spell turret: &9Touch > Grow > Harvest&r."]
|
|
||||||
dependencies: ["36F83B08BC8FABEA"]
|
|
||||||
id: "02B2C0C3D22D6670"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "34F66C53F6A57778"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_grow"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "601B0241734F3D3B"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:glyph_harvest"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "2101294366F1A659"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "20EDB7C0BDFE19FB"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 8533451183250182354L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6641A45EF0F2ED85"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.0d
|
|
||||||
y: -5.5d
|
|
||||||
dependencies: ["10F0D6359B706DDF"]
|
|
||||||
id: "23DAE012485934C7"
|
|
||||||
tasks: [{
|
|
||||||
id: "1BA1C17C53E201E7"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:whelp_charm"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7300030DCC2505D4"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "547137BE3B649D65"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "08B2E505FC035E20"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: ["10F0D6359B706DDF"]
|
|
||||||
id: "08F0C350D56FEC63"
|
|
||||||
tasks: [{
|
|
||||||
id: "3E051CF07AFB2D8B"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:sylph_charm"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "004982CEC97E13E2"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3E65E93D56E065D4"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5B922E8254F0D6AF"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
id: "33C9E52EF9326063"
|
id: "33C9E52EF9326063"
|
||||||
group: "78206C9353FDEF6F"
|
group: "234D12C999BA9832"
|
||||||
order_index: 64
|
order_index: 0
|
||||||
filename: "botania8"
|
filename: "all_of_botania"
|
||||||
title: "Botania8"
|
title: "All of Botania"
|
||||||
icon: {
|
icon: {
|
||||||
id: "botania:lexicon"
|
id: "botania:lexicon"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
@ -148,7 +148,15 @@
|
|||||||
tasks: [{
|
tasks: [{
|
||||||
id: "26F8B595973C58E6"
|
id: "26F8B595973C58E6"
|
||||||
type: "item"
|
type: "item"
|
||||||
item: "botania:livingwood_log"
|
item: {
|
||||||
|
id: "botania:livingwood"
|
||||||
|
Count: 1b
|
||||||
|
ForgeCaps: {
|
||||||
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
count: 4L
|
count: 4L
|
||||||
}]
|
}]
|
||||||
rewards: [{
|
rewards: [{
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "13715E656F320955"
|
id: "13715E656F320955"
|
||||||
group: "78206C9353FDEF6F"
|
group: "234D12C999BA9832"
|
||||||
order_index: 24
|
order_index: 1
|
||||||
filename: "apotheosis"
|
filename: "apotheosis"
|
||||||
title: "Apotheosis"
|
title: "Apotheosis"
|
||||||
icon: "apotheosis:boss_summoner"
|
icon: "apotheosis:boss_summoner"
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "49D3B9FB0AD1700E"
|
id: "49D3B9FB0AD1700E"
|
||||||
group: "234D12C999BA9832"
|
group: "234D12C999BA9832"
|
||||||
order_index: 2
|
order_index: 4
|
||||||
filename: "astral_sorcery"
|
filename: "astral_sorcery"
|
||||||
title: "Astral Sorcery"
|
title: "Astral Sorcery"
|
||||||
icon: "astralsorcery:shifting_star_vicio"
|
icon: "astralsorcery:shifting_star_vicio"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
id: "1C04657DEE9BDD9A"
|
id: "1C04657DEE9BDD9A"
|
||||||
group: "234D12C999BA9832"
|
group: "234D12C999BA9832"
|
||||||
order_index: 3
|
order_index: 5
|
||||||
filename: "9astral_sorcery"
|
filename: "astral_sorcery_2"
|
||||||
title: "Astral Sorcery"
|
title: "Astral Sorcery 2"
|
||||||
icon: "astralsorcery:resonating_gem"
|
icon: "astralsorcery:resonating_gem"
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
default_hide_dependency_lines: false
|
default_hide_dependency_lines: false
|
||||||
@ -299,10 +299,15 @@
|
|||||||
type: "item"
|
type: "item"
|
||||||
title: "Find any constellation"
|
title: "Find any constellation"
|
||||||
item: {
|
item: {
|
||||||
id: "itemfilters:tag"
|
id: "astralsorcery:constellation_paper"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
tag: {
|
tag: {
|
||||||
value: "astralsorcery:constellations"
|
astralsorcery: { }
|
||||||
|
}
|
||||||
|
ForgeCaps: {
|
||||||
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
@ -1691,10 +1696,12 @@
|
|||||||
type: "item"
|
type: "item"
|
||||||
title: "Any Irradiant Star"
|
title: "Any Irradiant Star"
|
||||||
item: {
|
item: {
|
||||||
id: "itemfilters:tag"
|
id: "astralsorcery:shifting_star"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
tag: {
|
ForgeCaps: {
|
||||||
value: "astralsorcery:stars/irradiant"
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}]
|
}]
|
@ -1,49 +1,13 @@
|
|||||||
{
|
{
|
||||||
id: "0046CC62CF84BB4D"
|
id: "0046CC62CF84BB4D"
|
||||||
group: "78206C9353FDEF6F"
|
group: "1838AE681EA99F1E"
|
||||||
order_index: 5
|
order_index: 0
|
||||||
filename: "atum"
|
filename: "atum"
|
||||||
title: "&3Atum"
|
title: "Atum"
|
||||||
icon: "atum:scarab"
|
icon: "atum:scarab"
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
default_hide_dependency_lines: false
|
default_hide_dependency_lines: false
|
||||||
images: [
|
images: [
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: -4.5d
|
|
||||||
width: 6.0d
|
|
||||||
height: 1.5d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/atum.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.5d
|
|
||||||
y: 4.0d
|
|
||||||
width: 2.0d
|
|
||||||
height: 3.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/sunspeaker.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -6.5d
|
|
||||||
y: 4.0d
|
|
||||||
width: 3.0d
|
|
||||||
height: 3.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/camel.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
x: 3.5d
|
x: 3.5d
|
||||||
y: 0.5d
|
y: 0.5d
|
||||||
@ -68,18 +32,6 @@
|
|||||||
dev: false
|
dev: false
|
||||||
corner: false
|
corner: false
|
||||||
}
|
}
|
||||||
{
|
|
||||||
x: 0.1785714285714306d
|
|
||||||
y: -3.375d
|
|
||||||
width: 0.3d
|
|
||||||
height: 1.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/quest.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
quests: [
|
quests: [
|
||||||
{
|
{
|
||||||
@ -132,13 +84,6 @@
|
|||||||
tasks: [{
|
tasks: [{
|
||||||
id: "24BB91A38D90E514"
|
id: "24BB91A38D90E514"
|
||||||
type: "advancement"
|
type: "advancement"
|
||||||
icon: {
|
|
||||||
id: "ftbquests:custom_icon"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Icon: "kubejs:textures/item/pyramid.png"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
advancement: "atum:core/pyramidscheme"
|
advancement: "atum:core/pyramidscheme"
|
||||||
criterion: ""
|
criterion: ""
|
||||||
}]
|
}]
|
||||||
@ -227,13 +172,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
icon: {
|
|
||||||
id: "ftbquests:custom_icon"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Icon: "kubejs:textures/item/mummy.png"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
x: 6.5d
|
x: 6.5d
|
||||||
y: 0.0d
|
y: 0.0d
|
||||||
dependencies: ["499E121EAAE5BBDA"]
|
dependencies: ["499E121EAAE5BBDA"]
|
||||||
@ -278,13 +216,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
icon: {
|
|
||||||
id: "ftbquests:custom_icon"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Icon: "kubejs:textures/item/pharaoh.png"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
x: 7.5d
|
x: 7.5d
|
||||||
y: 1.0d
|
y: 1.0d
|
||||||
dependencies: ["766F356656659F76"]
|
dependencies: ["766F356656659F76"]
|
||||||
@ -1183,13 +1114,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
icon: {
|
|
||||||
id: "ftbquests:custom_icon"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Icon: "kubejs:textures/item/sergeant.png"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
x: -7.0d
|
x: -7.0d
|
||||||
y: 1.0d
|
y: 1.0d
|
||||||
dependencies: ["0C723C5B2A2CB26A"]
|
dependencies: ["0C723C5B2A2CB26A"]
|
||||||
@ -1223,13 +1147,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
icon: {
|
|
||||||
id: "ftbquests:custom_icon"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Icon: "kubejs:textures/item/brigand.png"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
x: -6.0d
|
x: -6.0d
|
||||||
y: 0.0d
|
y: 0.0d
|
||||||
dependencies: ["05DBBD02AFF1D801"]
|
dependencies: ["05DBBD02AFF1D801"]
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
id: "4BFCAEFB511272DD"
|
id: "4BFCAEFB511272DD"
|
||||||
group: "78206C9353FDEF6F"
|
group: "1838AE681EA99F1E"
|
||||||
order_index: 31
|
order_index: 1
|
||||||
filename: "dbetter_endr"
|
filename: "better_end"
|
||||||
title: "Better End"
|
title: "Better End"
|
||||||
icon: "minecraft:end_portal_frame"
|
icon: "minecraft:end_portal_frame"
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
@ -12,7 +12,6 @@
|
|||||||
x: 5.0d
|
x: 5.0d
|
||||||
y: -8.5d
|
y: -8.5d
|
||||||
description: [""]
|
description: [""]
|
||||||
dependencies: ["61D62087F74D1130"]
|
|
||||||
id: "012C75BAD221A769"
|
id: "012C75BAD221A769"
|
||||||
tasks: [{
|
tasks: [{
|
||||||
id: "2AB94EF4E564CDBE"
|
id: "2AB94EF4E564CDBE"
|
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
id: "24A21BFBA2BC04D1"
|
id: "24A21BFBA2BC04D1"
|
||||||
group: "78206C9353FDEF6F"
|
group: "78206C9353FDEF6F"
|
||||||
order_index: 25
|
order_index: 3
|
||||||
filename: "blood_magic2"
|
filename: "blood_magic_2"
|
||||||
title: "Blood Magic2"
|
title: "Blood Magic 2"
|
||||||
icon: "bloodmagic:altar"
|
icon: "bloodmagic:altar"
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
default_hide_dependency_lines: false
|
default_hide_dependency_lines: false
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "67C2E5998CE4437A"
|
id: "67C2E5998CE4437A"
|
||||||
group: "234D12C999BA9832"
|
group: "234D12C999BA9832"
|
||||||
order_index: 5
|
order_index: 7
|
||||||
filename: "botania"
|
filename: "botania"
|
||||||
title: "Botania"
|
title: "Botania"
|
||||||
icon: {
|
icon: {
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "1BDEBA367410E2CD"
|
id: "1BDEBA367410E2CD"
|
||||||
group: "234D12C999BA9832"
|
group: "234D12C999BA9832"
|
||||||
order_index: 6
|
order_index: 9
|
||||||
filename: "botania_and_additions"
|
filename: "botania_and_additions"
|
||||||
title: "Botania and Additions"
|
title: "Botania and Additions"
|
||||||
icon: {
|
icon: {
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,853 +0,0 @@
|
|||||||
{
|
|
||||||
id: "14C94E018EC6BB2C"
|
|
||||||
group: "234D12C999BA9832"
|
|
||||||
order_index: 7
|
|
||||||
filename: "botania_progression"
|
|
||||||
title: "Botania Progression"
|
|
||||||
icon: "botania:natura_pylon"
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
title: "The Magic of Nature"
|
|
||||||
icon: "botania:lexicon"
|
|
||||||
x: -6.500000000000001d
|
|
||||||
y: -0.65d
|
|
||||||
shape: "hexagon"
|
|
||||||
subtitle: "➣ Introduction to Botania"
|
|
||||||
description: [
|
|
||||||
"Botania contains a plethora of content which mainly centres around natural magic, with a mix of tech. The main focus is to generate mana by the produce of mystical flowers. With this mana you can do all sorts of magical shenanigans."
|
|
||||||
""
|
|
||||||
"To understand further about the content of the mod, refer to the Lexica Botania, which will cover everything in the mod and even tips. "
|
|
||||||
]
|
|
||||||
size: 1.5d
|
|
||||||
id: "12FF9B182E711653"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000934"
|
|
||||||
type: "checkmark"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0000000000000933"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:lexicon"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Pure as Daisies"
|
|
||||||
x: -6.5d
|
|
||||||
y: 1.5d
|
|
||||||
subtitle: "Nature is beautiful..."
|
|
||||||
id: "0FED879539D0E93F"
|
|
||||||
tasks: [{
|
|
||||||
id: "23A988FB93B2F914"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:pure_daisy"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "34D7EBC08BB29CD2"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:apple"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -8.5d
|
|
||||||
y: 1.5d
|
|
||||||
id: "6987461E241BB760"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000520"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:livingwood"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -9.0d
|
|
||||||
y: 3.5d
|
|
||||||
id: "0000000000000523"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000524"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:mana_spreader"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -11.0d
|
|
||||||
y: 3.5d
|
|
||||||
dependencies: ["0000000000000523"]
|
|
||||||
id: "4D1AE9B64B563A1D"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000526"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:redstone_spreader"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -10.5d
|
|
||||||
y: 0.0d
|
|
||||||
id: "0000000000000527"
|
|
||||||
tasks: [{
|
|
||||||
id: "4EDF3DFEE5925DD5"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:horn_grass"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -10.5d
|
|
||||||
y: 1.5d
|
|
||||||
id: "6FBE75FD01929425"
|
|
||||||
tasks: [{
|
|
||||||
id: "5EB43BDA6BBF333C"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:horn_leaves"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -9.0d
|
|
||||||
y: -0.5d
|
|
||||||
id: "2C09BFB7FF440783"
|
|
||||||
tasks: [{
|
|
||||||
id: "49B1A4C7BEF4F91E"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:horn_snow"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -11.5d
|
|
||||||
y: 5.5d
|
|
||||||
id: "000000000000052D"
|
|
||||||
tasks: [{
|
|
||||||
id: "000000000000052E"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:mana_gun"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -9.5d
|
|
||||||
y: 5.5d
|
|
||||||
dependencies: ["0000000000000523"]
|
|
||||||
id: "000000000000052F"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000530"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:twig_wand"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
color1: 0
|
|
||||||
color2: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Living Under a Rock"
|
|
||||||
x: -6.5d
|
|
||||||
y: 3.5d
|
|
||||||
subtitle: "Feeling like Patrick Star"
|
|
||||||
id: "0000000000000531"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000532"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:livingrock"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Let the Magic Commence!"
|
|
||||||
x: -4.5d
|
|
||||||
y: 3.5d
|
|
||||||
dependencies: ["0000000000000531"]
|
|
||||||
size: 1.3d
|
|
||||||
id: "365FECAB759AA761"
|
|
||||||
tasks: [{
|
|
||||||
id: "2223E38C0EF2407B"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:mana_pool"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: 3.5d
|
|
||||||
id: "352050A87479F749"
|
|
||||||
tasks: [{
|
|
||||||
id: "196A532C27DFAFD2"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:manasteel_ingot"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: 1.5d
|
|
||||||
id: "0000000000000537"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000538"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:runic_altar"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -6.5d
|
|
||||||
y: 5.5d
|
|
||||||
id: "0B207C22FC4139B1"
|
|
||||||
tasks: [{
|
|
||||||
id: "3E681FAAC4F1D158"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:spark"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Spark Augments"
|
|
||||||
x: -6.5d
|
|
||||||
y: 7.5d
|
|
||||||
id: "31920E9A92D0CB06"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "12766CE65F62CCB1"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:spark_upgrade_dispersive"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "55A488767D556CE7"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:spark_upgrade_dominant"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3150EA655111190B"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:spark_upgrade_recessive"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7E717FBE191106D1"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:spark_upgrade_isolated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: 5.5d
|
|
||||||
id: "3966F411833CFBC1"
|
|
||||||
tasks: [{
|
|
||||||
id: "7233146A0C123BC8"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:mana_tablet"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: 7.5d
|
|
||||||
id: "20054C0C7204590F"
|
|
||||||
tasks: [{
|
|
||||||
id: "4025EB4B1694AAD6"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:mana_ring"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: 7.5d
|
|
||||||
id: "7E6F843E57B086BF"
|
|
||||||
tasks: [{
|
|
||||||
id: "7122C403A4929DCB"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:monocle"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["0000000000000537"]
|
|
||||||
id: "0734A796D5816ED9"
|
|
||||||
tasks: [{
|
|
||||||
id: "123C7D976440CBAF"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:water_rod"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: -1.0d
|
|
||||||
dependencies: ["0000000000000537"]
|
|
||||||
id: "16966757F73A0833"
|
|
||||||
tasks: [{
|
|
||||||
id: "7A7D211FB007182A"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:fire_rod"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.5d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["0000000000000537"]
|
|
||||||
id: "58CD0A08621B4472"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000586"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:dirt_rod"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Mana in a Bottle"
|
|
||||||
x: -4.5d
|
|
||||||
y: 5.5d
|
|
||||||
shape: "octagon"
|
|
||||||
subtitle: "It's worth it! "
|
|
||||||
id: "1F67D443CBC60352"
|
|
||||||
tasks: [{
|
|
||||||
id: "68E63C5D59568E53"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:mana_bottle"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
count: 3L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6EA2919519E0E1A1"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
icon: "botania:terra_plate"
|
|
||||||
x: -0.5d
|
|
||||||
y: 1.5d
|
|
||||||
shape: "octagon"
|
|
||||||
dependencies: ["0000000000000537"]
|
|
||||||
size: 1.075d
|
|
||||||
id: "000000000000058E"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "0393DD42658A2AC7"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:terra_plate"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0B2996AD22979256"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:livingrock"
|
|
||||||
count: 5L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2477A4410CCEBF70"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:lapis_block"
|
|
||||||
count: 4L
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.5d
|
|
||||||
y: 1.5d
|
|
||||||
dependencies: ["000000000000058E"]
|
|
||||||
id: "2118B0C28C8C237A"
|
|
||||||
tasks: [{
|
|
||||||
id: "5F08BDB22C35EC4C"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:terrasteel_ingot"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.5d
|
|
||||||
y: -0.5d
|
|
||||||
id: "59EDB9B8A6F20674"
|
|
||||||
tasks: [{
|
|
||||||
id: "3452DCC028F70698"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:terraform_rod"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Natura Pylons"
|
|
||||||
x: 3.5d
|
|
||||||
y: 1.5d
|
|
||||||
id: "1A009BEF8B36E14C"
|
|
||||||
tasks: [{
|
|
||||||
id: "025E10CF13CBF0E5"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:natura_pylon"
|
|
||||||
count: 2L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.5d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["00000000000009AF"]
|
|
||||||
id: "67C3E909DF0F7CA8"
|
|
||||||
tasks: [{
|
|
||||||
id: "3C2B39CF5B571C73"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:elementium_ingot"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.5d
|
|
||||||
y: -2.5d
|
|
||||||
id: "73BAC82FB91585CE"
|
|
||||||
tasks: [{
|
|
||||||
id: "71D1ED6898B37EC6"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:elven_spreader"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Mana Enchanter"
|
|
||||||
icon: "botania:enchanter"
|
|
||||||
x: -0.5d
|
|
||||||
y: 3.5d
|
|
||||||
shape: "octagon"
|
|
||||||
subtitle: "➣ Bonus Quest"
|
|
||||||
size: 1.075d
|
|
||||||
id: "2040D9FB22C0DEAC"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "1076A3453C495378"
|
|
||||||
type: "item"
|
|
||||||
title: "6x Mana Pylon"
|
|
||||||
item: "botania:mana_pylon"
|
|
||||||
count: 6L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "00000000000009B3"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:obsidian"
|
|
||||||
count: 17L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "00000000000009B4"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:lapis_block"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "00000000000009B6"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:white_mystical_flower"
|
|
||||||
count: 5
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "00000000000009B7"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:pink_mystical_flower"
|
|
||||||
count: 5
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: -2.5d
|
|
||||||
shape: "octagon"
|
|
||||||
size: 1.075d
|
|
||||||
id: "0E6AE89D02EA2894"
|
|
||||||
tasks: [{
|
|
||||||
id: "1B21098487A17E69"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:gaia_spreader"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Gaia Pylons"
|
|
||||||
icon: "botania:gaia_pylon"
|
|
||||||
x: 7.5d
|
|
||||||
y: -0.5d
|
|
||||||
id: "6A1D112DA1BE4149"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "29FE5423044ED417"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:gaia_pylon"
|
|
||||||
count: 4L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3A59DE7B8885A39D"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:beacon"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 11.5d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["4BAAE1B9A5406B01"]
|
|
||||||
id: "757C168336B204F1"
|
|
||||||
tasks: [{
|
|
||||||
id: "6C3597BFC3E19504"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:gaia_ingot"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: 1.5d
|
|
||||||
shape: "gear"
|
|
||||||
subtitle: "➣ Obtainable only in Hardmode"
|
|
||||||
dependencies: ["4BAAE1B9A5406B01"]
|
|
||||||
size: 1.075d
|
|
||||||
id: "2CAFA0EFA44DA2C0"
|
|
||||||
tasks: [{
|
|
||||||
id: "37DB705D31FAB3BB"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:record_gaia_2"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -6.5d
|
|
||||||
y: -3.0d
|
|
||||||
id: "64D1708C4F9F0AC9"
|
|
||||||
tasks: [{
|
|
||||||
id: "74B646E5C378F12A"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:apothecary_default"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -8.0d
|
|
||||||
y: -5.0d
|
|
||||||
id: "3CDEB3D5FC4789FC"
|
|
||||||
tasks: [{
|
|
||||||
id: "26CD254B92F07C5B"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:endoflame"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -11.0d
|
|
||||||
y: -5.5d
|
|
||||||
id: "24BFD654CB5BF3FD"
|
|
||||||
tasks: [{
|
|
||||||
id: "012BDCCC9D9B11EB"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:thermalily"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -10.5d
|
|
||||||
y: -6.5d
|
|
||||||
id: "222D65273D68C360"
|
|
||||||
tasks: [{
|
|
||||||
id: "69300CA2623F6ABA"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:munchdew"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -11.0d
|
|
||||||
y: -4.5d
|
|
||||||
id: "0C160B8DC8CA7500"
|
|
||||||
tasks: [{
|
|
||||||
id: "2D6F0EEB65832467"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:entropinnyum"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -9.0d
|
|
||||||
y: -8.0d
|
|
||||||
id: "01C6213B82F601A1"
|
|
||||||
tasks: [{
|
|
||||||
id: "6A76485AF9F1358E"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:kekimurus"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -10.0d
|
|
||||||
y: -7.5d
|
|
||||||
id: "2BE42384B7A2713F"
|
|
||||||
tasks: [{
|
|
||||||
id: "414EB95D34261640"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:gourmaryllis"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -8.0d
|
|
||||||
y: -8.0d
|
|
||||||
id: "1DDA90B12AF66347"
|
|
||||||
tasks: [{
|
|
||||||
id: "6F74266142FADEBA"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:narslimmus"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -5.0d
|
|
||||||
y: -5.0d
|
|
||||||
id: "554D566BE548BC4C"
|
|
||||||
tasks: [{
|
|
||||||
id: "259D1342F97F5096"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:hopperhock"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -5.0d
|
|
||||||
y: -8.0d
|
|
||||||
id: "0AD9787A7F6480BF"
|
|
||||||
tasks: [{
|
|
||||||
id: "2DF525BD06AA846E"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:jaded_amaranthus"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -8.0d
|
|
||||||
id: "42FAA2C43C8D65B8"
|
|
||||||
tasks: [{
|
|
||||||
id: "3B247B85729C2883"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:loonium"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.0d
|
|
||||||
y: -7.5d
|
|
||||||
id: "7AF6328BF5997A6D"
|
|
||||||
tasks: [{
|
|
||||||
id: "522D6647E76106D8"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:bellethorn"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: -6.5d
|
|
||||||
id: "792A8F2F58BB0185"
|
|
||||||
tasks: [{
|
|
||||||
id: "0337FF10CBE6C59E"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:solegnolia"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -5.5d
|
|
||||||
id: "55F6C2877B8327A1"
|
|
||||||
tasks: [{
|
|
||||||
id: "057CCAA73979AA42"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:orechid"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -4.5d
|
|
||||||
id: "3000A2A12B987F43"
|
|
||||||
tasks: [{
|
|
||||||
id: "27CC47F6CB8893FA"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:orechid_ignem"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 13.5d
|
|
||||||
y: -0.5d
|
|
||||||
id: "5A8750DCA0A88824"
|
|
||||||
tasks: [{
|
|
||||||
id: "3ACF1BB0E800E95A"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:dice"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
soulbindUUID: "471ad30d-13aa-4b65-a84f-331764843622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "The Three Treasurous Rings"
|
|
||||||
x: 13.5d
|
|
||||||
y: -2.5d
|
|
||||||
shape: "octagon"
|
|
||||||
size: 1.075d
|
|
||||||
id: "4BB044D6EC4694E4"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "7AAB73C7F12D64DA"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:thor_ring"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
soulbindUUID: "471ad30d-13aa-4b65-a84f-331764843622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "633AE349A57ABCC6"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:odin_ring"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
baubleUUIDLeast: -7567977548502717178L
|
|
||||||
baubleUUIDMost: -348360888110593310L
|
|
||||||
soulbindUUID: "471ad30d-13aa-4b65-a84f-331764843622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "42C111524956B0D5"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:loki_ring"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
xOrigin: 0
|
|
||||||
soulbindUUID: "471ad30d-13aa-4b65-a84f-331764843622"
|
|
||||||
zOrigin: 0
|
|
||||||
yOrigin: -1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "You Found Me!"
|
|
||||||
icon: "botania:cosmetic_tiny_potato_mask"
|
|
||||||
x: 9.4d
|
|
||||||
y: 8.2d
|
|
||||||
shape: "heart"
|
|
||||||
subtitle: "Tater is that you?"
|
|
||||||
description: ["You've found me! I am the Easter 'Egg' even though I am a potato... huh, strange! Anywaysss, please don't eat me! :("]
|
|
||||||
hide_dependency_lines: true
|
|
||||||
size: 0.5d
|
|
||||||
id: "54348F763944301F"
|
|
||||||
tasks: [{
|
|
||||||
id: "1F6860C3FA510E54"
|
|
||||||
type: "checkmark"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "16BC8C6FEA0A3258"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:tiny_potato"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
RepairCost: 0
|
|
||||||
display: {
|
|
||||||
Name: "{\"text\":\"Tiny Easter Potato\"}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0CC0E0932ACD286B"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "mining_helmet:mining_helmet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
RepairCost: 1
|
|
||||||
"quark:RuneAttached": 1b
|
|
||||||
Damage: 0
|
|
||||||
Enchantments: [{
|
|
||||||
lvl: 2s
|
|
||||||
id: "ensorcellation:exp_boost"
|
|
||||||
}]
|
|
||||||
"quark:RuneColor": {
|
|
||||||
id: "quark:rainbow_rune"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "411E4459EED1BAF8"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 5
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: 1.5d
|
|
||||||
id: "0000000000000986"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000987"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botania:crafting_halo"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
rotationBase: 487.97458f
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Portal to Alfheim"
|
|
||||||
icon: { id: "botania:glimmering_livingwood", Count: 3b }
|
|
||||||
x: 5.5d
|
|
||||||
y: 1.5d
|
|
||||||
shape: "rsquare"
|
|
||||||
subtitle: "Don't go in! It's not a dimension silly"
|
|
||||||
size: 1.075d
|
|
||||||
id: "00000000000009AF"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "00000000000009B0"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:livingwood"
|
|
||||||
count: 8L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "00000000000009B1"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:glimmering_livingwood"
|
|
||||||
count: 3L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "00000000000009B2"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:alfheim_portal"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Guardian of Them All"
|
|
||||||
x: 9.5d
|
|
||||||
y: -0.5d
|
|
||||||
shape: "hexagon"
|
|
||||||
subtitle: "My clones just as strong as me!"
|
|
||||||
description: [
|
|
||||||
"Defeat the Guardian of Gaia, a much darker variant of yourself, although it won't be your friend. It will create an invisible barrier around its arena, ensuring you are in it to win it. This bad boy/girl is immune to fire and will teleport to a random spot every 3 seconds, leaving you confused of its whereabouts. Once low, it will start levitating and summon a range of mobs to help fight alongside it, coward! "
|
|
||||||
""
|
|
||||||
"➣ To summon the Guardian of Gaia, it requires an active Beacon of any material, surrounded by 4 Gaia Pylons. Once done, shift right-click on the Beacon with a Terrasteel Ingot for the Guardians normal version to summon, or a Gaia Spirit Ingot for the harder, more powerful version."
|
|
||||||
]
|
|
||||||
size: 1.3d
|
|
||||||
id: "4BAAE1B9A5406B01"
|
|
||||||
tasks: [{
|
|
||||||
id: "26343FF88ABA85C6"
|
|
||||||
type: "kill"
|
|
||||||
icon: "botania:gaia_head"
|
|
||||||
entity: "botania:doppleganger"
|
|
||||||
value: 1L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "51AEFF47316D1119"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,264 +0,0 @@
|
|||||||
{
|
|
||||||
id: "08917F16FB003A65"
|
|
||||||
group: "0D8CA5D6B1F10989"
|
|
||||||
order_index: 6
|
|
||||||
filename: "caged_mob"
|
|
||||||
title: "Caged Mob"
|
|
||||||
icon: "cagedmobs:mobcage"
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: 0.0d
|
|
||||||
shape: "octagon"
|
|
||||||
id: "41122C2FC023C374"
|
|
||||||
tasks: [{
|
|
||||||
id: "01B22468837BAFC4"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:mobcage"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "7F9F882598EF1BE0"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -1.5d
|
|
||||||
dependencies: ["41122C2FC023C374"]
|
|
||||||
id: "1E65993DAD5539B0"
|
|
||||||
tasks: [{
|
|
||||||
id: "4291B2E50C9A2624"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:hoppingmobcage"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "55029E2B8FCB54A5"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.5d
|
|
||||||
y: 0.0d
|
|
||||||
dependencies: ["41122C2FC023C374"]
|
|
||||||
id: "7F77DAD1D49D7BEB"
|
|
||||||
tasks: [{
|
|
||||||
id: "296B2997400FA893"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:dnasampler"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "5BE30571F145A848"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6B37D181ED1E28A4"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:dnasampler"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.0d
|
|
||||||
y: 0.0d
|
|
||||||
dependencies: ["7F77DAD1D49D7BEB"]
|
|
||||||
id: "30C6D88742E41EC7"
|
|
||||||
tasks: [{
|
|
||||||
id: "004F03DC88313977"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:dnasamplerdiamond"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "216623CB14D02ADE"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.0d
|
|
||||||
y: 0.0d
|
|
||||||
dependencies: [
|
|
||||||
"30C6D88742E41EC7"
|
|
||||||
"4617FE0ABF4C79BE"
|
|
||||||
]
|
|
||||||
id: "1205677E95AC726C"
|
|
||||||
tasks: [{
|
|
||||||
id: "680AD9056AEF2633"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:dnasamplernetherite"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6F16EDBA72B172AA"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.5d
|
|
||||||
y: -3.0d
|
|
||||||
dependencies: ["1E65993DAD5539B0"]
|
|
||||||
id: "57258A010CC2AFD0"
|
|
||||||
tasks: [{
|
|
||||||
id: "2C7C06579B66DCE1"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:cookingupgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "07E8FCED48382721"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -3.0d
|
|
||||||
dependencies: ["1E65993DAD5539B0"]
|
|
||||||
id: "2635DE7E50D676F3"
|
|
||||||
tasks: [{
|
|
||||||
id: "7E2EAFD0E9B6843E"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:lightningupgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "098E8AC7B774596D"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: -3.0d
|
|
||||||
dependencies: ["1E65993DAD5539B0"]
|
|
||||||
id: "17F89A94BC486BA2"
|
|
||||||
tasks: [{
|
|
||||||
id: "590BBA6869296DC0"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:arrowupgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6C322802FEDDAFC5"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -1.0d
|
|
||||||
dependencies: ["1E65993DAD5539B0"]
|
|
||||||
id: "62097B7C87202A11"
|
|
||||||
tasks: [{
|
|
||||||
id: "2AB4AE7A45186211"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:dragon_scale"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "3BEC94DC1BDB567E"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7043BD4A936C7A55"
|
|
||||||
type: "item"
|
|
||||||
item: "quark:dragon_scale"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -2.0d
|
|
||||||
dependencies: ["1E65993DAD5539B0"]
|
|
||||||
id: "25A73688C1D4733B"
|
|
||||||
tasks: [{
|
|
||||||
id: "751FFBBA5309060D"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:sponge_fragment"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "795F41B6C9F81F14"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "522BFFC6D8E7638E"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:prismarine_shard"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6285EE07A090A478"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:prismarine_crystals"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: 0.0d
|
|
||||||
dependencies: ["1E65993DAD5539B0"]
|
|
||||||
id: "60230534AE784546"
|
|
||||||
tasks: [{
|
|
||||||
id: "34939130816DDEDF"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:nether_star_fragment"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "70E02D3F926F5412"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7FB5A24010449A1C"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:wither_rose"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: 0.0d
|
|
||||||
dependencies: ["1E65993DAD5539B0"]
|
|
||||||
id: "6036D8FFAFD7234A"
|
|
||||||
tasks: [{
|
|
||||||
id: "6804620B3F219BC5"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:honey_drop"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7CADDB0C37EDFFBB"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4B86ED9F3281524C"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:honeycomb"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.0d
|
|
||||||
y: 2.0d
|
|
||||||
hide_dependency_lines: true
|
|
||||||
dependencies: ["41122C2FC023C374"]
|
|
||||||
id: "4617FE0ABF4C79BE"
|
|
||||||
tasks: [{
|
|
||||||
id: "6787D419F130C2AA"
|
|
||||||
type: "item"
|
|
||||||
item: "cagedmobs:star_infused_netherite_ingot"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "342B8E65D44C7C6D"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,949 +0,0 @@
|
|||||||
{
|
|
||||||
id: "61E3C6C1B39CA97B"
|
|
||||||
group: "0D8CA5D6B1F10989"
|
|
||||||
order_index: 1
|
|
||||||
filename: "cextreme_reactors"
|
|
||||||
title: "&cExtreme Reactors"
|
|
||||||
icon: "bigreactors:reinforced_reactorchargingportfe"
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
images: [
|
|
||||||
{
|
|
||||||
x: 0.1785714285714235d
|
|
||||||
y: -9.05357142857143d
|
|
||||||
width: 0.3d
|
|
||||||
height: 1.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/quest.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: -4.0d
|
|
||||||
width: 4.0d
|
|
||||||
height: 3.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/rgui.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: 0.0d
|
|
||||||
width: 4.0d
|
|
||||||
height: 3.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/rrgui.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: -2.0d
|
|
||||||
width: 1.0d
|
|
||||||
height: 1.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/spark.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
title: "&2&lExtreme Reactors"
|
|
||||||
icon: {
|
|
||||||
id: "patchouli:guide_book"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
"patchouli:book": "bigreactors:erguide"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
x: -0.5d
|
|
||||||
y: -8.5d
|
|
||||||
shape: "gear"
|
|
||||||
subtitle: "*Unlocked by completing the &b&l&oFlux Controller&r quest*"
|
|
||||||
dependencies: ["1C214DD51C58BE4D"]
|
|
||||||
size: 1.5d
|
|
||||||
id: "246B1E98DD8C4512"
|
|
||||||
tasks: [{
|
|
||||||
id: "61763926809F968C"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:graphite_ingot"
|
|
||||||
count: 16L
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7E458A8973BB27B9"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "78E5158AFD4F1C2C"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:graphite_ingot"
|
|
||||||
count: 16
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "02EC483882F8D1CF"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: ["3061F3AEB02A98C8"]
|
|
||||||
id: "4049674E55682786"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "37C79941D78379D9"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_reactorcasing"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "251054085605DA0D"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_reactorglass"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "572EA7DDD830520C"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7F01363BC117D14B"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "398D74815C6BA5CD"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -7.0d
|
|
||||||
y: 1.0d
|
|
||||||
shape: "pentagon"
|
|
||||||
dependencies: ["41168D662C809812"]
|
|
||||||
size: 1.3d
|
|
||||||
id: "09A7100480C85DBD"
|
|
||||||
tasks: [{
|
|
||||||
id: "58F52058672E7C78"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_reactorcontroller"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "6A0D7599F871696E"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "637F4F0659BAE046"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5F88C8D98307EA1F"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 3256304039117744465L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6E584407F05BC5D0"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4915960327715244389L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "47FE784D8F585F6E"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4248343337893973070L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3D6A9DF2635BE0E4"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["4049674E55682786"]
|
|
||||||
id: "18F52AD17587517A"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "2F6EB3FE2839E9CC"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_reactorfuelrod"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "70621D237144EEEC"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_reactorcontrolrod"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "791D654FBA35C81D"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "34445AC12AF05946"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5EFD4186856AD272"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -2.0d
|
|
||||||
dependencies: ["18F52AD17587517A"]
|
|
||||||
id: "5914B8AE3F9DC3E4"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "0DD46A2265F8E8B9"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_reactorsolidaccessport"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7FD18F7765447DED"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_reactorpowertapfe_active"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "0D63C5A11E82F129"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1B13E46496F72AD3"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "30B737B8565F5998"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -7.0d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: ["4049674E55682786"]
|
|
||||||
id: "489004FB5789A573"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "39A8F0229197E2B8"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_reactorcasing"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "17647E5D539E8AAC"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_reactorglass"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "24C0F492619C376B"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "54BE887CFF9010D1"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3EA83BE290136931"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 3256304039117744465L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1768530AD7A61A83"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4915960327715244389L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5A5A9FE2CBD994F2"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4248343337893973070L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0471E383E1395DBD"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -7.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["18F52AD17587517A"]
|
|
||||||
id: "03A08508DFF1E4A3"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "20AB63A11FCFB666"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_reactorfuelrod"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "704CA66A3CFE066B"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_reactorcontrolrod"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "773AE9F995D02805"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "36AC96B3CE50F41F"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "12B9866F1BDEA784"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 3256304039117744465L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "540615C60468029E"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4915960327715244389L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "339F6C5284E81998"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4248343337893973070L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1B1999606B02FC92"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -7.0d
|
|
||||||
y: -2.0d
|
|
||||||
dependencies: ["5914B8AE3F9DC3E4"]
|
|
||||||
id: "22FE664EB9FD4DB4"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "505E7FEA7487866F"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_reactorsolidaccessport"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5FBA8BED13261E69"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_reactorpowertapfe_active"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "672EDCD22E83C1FC"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "36F89883B4101104"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "30F8B9DA50A1B9A5"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 3256304039117744465L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4E632E6AB319BD87"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4915960327715244389L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "07414DC6B905CE6F"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4248343337893973070L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2B0FD0EF75DD4D06"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: 1.0d
|
|
||||||
shape: "pentagon"
|
|
||||||
dependencies: ["1C664CC3395B8956"]
|
|
||||||
size: 1.3d
|
|
||||||
id: "41168D662C809812"
|
|
||||||
tasks: [{
|
|
||||||
id: "5A7F5C138C67AE2E"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_reactorcontroller"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "46B85D682A15D916"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2F135910E2066EA8"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "30A5A21648C6B61B"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.0d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: ["3061F3AEB02A98C8"]
|
|
||||||
id: "13F2A1D1FA656A2D"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "181C5BC51C08D571"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbinecasing"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "35B8D330B28614BA"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbineglass"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "4CC45F038DD60ABF"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0BF814A775C49333"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0F98805BC4167A84"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["13F2A1D1FA656A2D"]
|
|
||||||
id: "76AB0D0F9922A37D"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "678A58949B8B7010"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbinerotorbearing"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "24002A5B90DE145E"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbinerotorshaft"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "27BE0A045CB7E9EA"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbinerotorblade"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "0CCE29615E5CE69D"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1C0001E7769C5A5D"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "49BD8DFAB8A41013"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.0d
|
|
||||||
y: -2.0d
|
|
||||||
dependencies: ["76AB0D0F9922A37D"]
|
|
||||||
id: "1892509251DF8555"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "4B38A4D19229D6FD"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbinefluidport_forge_active"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6F12D25B132E4BF3"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbinepowertapfe_active"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "756619E0976B4BD0"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "66483F36A8DB2A3C"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "06889773644B7EE9"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.0d
|
|
||||||
y: 1.0d
|
|
||||||
shape: "pentagon"
|
|
||||||
dependencies: ["7D76061CBECB690C"]
|
|
||||||
size: 1.3d
|
|
||||||
id: "6A7A0EF6A9517059"
|
|
||||||
tasks: [{
|
|
||||||
id: "0EE2D5C0441D3085"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbinecontroller"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "77E96788DD7700CC"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "76CADF9A5EB6EBF6"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "013463DE07F44223"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: ["13F2A1D1FA656A2D"]
|
|
||||||
id: "583B78D413D9F740"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "7DCC5E913B52417D"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbinecasing"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6AA632DD271865A3"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbineglass"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "13B2D897314696BB"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "559AAB06DFFA911A"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6D364F0FB3B5B487"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6468877635738169977L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3A7166EDB431163C"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 1375643567800692047L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "513916567AE2502E"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 2136994266140185172L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1664BFA0EBA9F301"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["76AB0D0F9922A37D"]
|
|
||||||
id: "20B0F1B76A6183E2"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "1781CF78F80AB5B4"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbinerotorbearing"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "42E1951FA7612B75"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbinerotorshaft"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "680C49A018D25A6D"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbinerotorblade"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "5FCEF830BB43EE44"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7EA2D5F6B0E34AB3"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "138FF6CF4A231D81"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6468877635738169977L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5179002D2B67FC06"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 1375643567800692047L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "497EEB08546EBE3A"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 2136994266140185172L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "453D5F4A1DD5D0C0"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: -2.0d
|
|
||||||
dependencies: ["1892509251DF8555"]
|
|
||||||
id: "7FF1AE77E3F5771A"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "58CE3F5758DD1545"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbinefluidport_forge_active"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4E8F727D88107B03"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbinepowertapfe_active"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "3A33EA114ED55471"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "61E4ED030103248C"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "37D7BBAFC236BC1C"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6468877635738169977L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5E78E9DD3FB1838E"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 1375643567800692047L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "148ED9194550D3C4"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 2136994266140185172L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "573758B837EBA738"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: 1.0d
|
|
||||||
shape: "pentagon"
|
|
||||||
dependencies: ["6A7A0EF6A9517059"]
|
|
||||||
size: 1.3d
|
|
||||||
id: "3CCCA3CFA421D061"
|
|
||||||
tasks: [{
|
|
||||||
id: "56CDAB9BFD00230C"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbinecontroller"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "02FD55FEB7684EFC"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "07AF193AA4C5A948"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "05D08BF9651AB1B9"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6468877635738169977L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3901F8EAFDDB7A7E"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 1375643567800692047L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3D386471D3C9EE14"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 2136994266140185172L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7F4909BE115DE0BA"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: -6.5d
|
|
||||||
dependencies: ["246B1E98DD8C4512"]
|
|
||||||
id: "3061F3AEB02A98C8"
|
|
||||||
tasks: [{
|
|
||||||
id: "78059156E5A52972"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:wrench"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "0DEF2694F5CE463A"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2BBA500CEA321D92"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5F9736665C99561C"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["5914B8AE3F9DC3E4"]
|
|
||||||
id: "1C664CC3395B8956"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "2B29942310663214"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_reactorredstoneport"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "384BC3F4C855B257"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_reactorchargingportfe"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "380E472EC4B3EAC8"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "43F67F2A94D18D2C"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3A568EBF45E43452"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -7.0d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["1C664CC3395B8956"]
|
|
||||||
id: "30F0F09B05C7955E"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "6E88B8F89DFD5F84"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_reactorredstoneport"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1B5E31266E56CAFD"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_reactorchargingportfe"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7FDA19A8AD18F830"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4E0A00B1112F5E9A"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6121EFE2811D705F"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 3256304039117744465L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "728C62A9D0123D56"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4915960327715244389L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "310B7557E8B5F487"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 4248343337893973070L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7BF342235A7143D6"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.0d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["1892509251DF8555"]
|
|
||||||
id: "7D76061CBECB690C"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "0F776F49D308C0B0"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbineredstoneport"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "64417B6C53B57B8C"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:basic_turbinechargingportfe"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "10D271506472A438"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6683A5AE068DDE30"
|
|
||||||
type: "random"
|
|
||||||
table_id: 5351675120932028234L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4EB2EF647050AE35"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["7D76061CBECB690C"]
|
|
||||||
id: "33264F8205868C70"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "104D506F5BD79508"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbineredstoneport"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "428D948A8D6D443D"
|
|
||||||
type: "item"
|
|
||||||
item: "bigreactors:reinforced_turbinechargingportfe"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "64D250AAD39ED979"
|
|
||||||
type: "xp"
|
|
||||||
xp: 150
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5C86BA7DDD3B201D"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6813199617749196115L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4F0AEA27DDE354C1"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 6468877635738169977L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0EC89941CF76D60D"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 1375643567800692047L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7BB58CCBF3E8F7BA"
|
|
||||||
type: "loot"
|
|
||||||
table_id: 2136994266140185172L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5603B121E90C6746"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "27DEB90567DF901E"
|
id: "27DEB90567DF901E"
|
||||||
group: "78206C9353FDEF6F"
|
group: ""
|
||||||
order_index: 36
|
order_index: 0
|
||||||
filename: "challenges2"
|
filename: "challenges2"
|
||||||
title: "Challenges"
|
title: "Challenges"
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
@ -18,6 +18,33 @@
|
|||||||
stat: "minecraft:interact_with_crafting_table"
|
stat: "minecraft:interact_with_crafting_table"
|
||||||
value: 512
|
value: 512
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "60138A8E10D7C960"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "37639B144778FF74"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "107D961E81670075"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "1155DBE142525BAB"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "43F18E231C991431"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -3.5d
|
x: -3.5d
|
||||||
@ -30,6 +57,33 @@
|
|||||||
stat: "minecraft:play_one_minute"
|
stat: "minecraft:play_one_minute"
|
||||||
value: 2048000
|
value: 2048000
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "14AF9190DCDC8837"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "71743EFB624B7DE1"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "433214EB4B20E341"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "1104D92684E83F1D"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "3E5CA268CD4377A9"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -2.5d
|
x: -2.5d
|
||||||
@ -42,6 +96,33 @@
|
|||||||
stat: "minecraft:animals_bred"
|
stat: "minecraft:animals_bred"
|
||||||
value: 64
|
value: 64
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "6ACE1FAB6F54B30A"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "769F9FE87B9EF913"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "43B9FAD68B5602DF"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "488EF7278EC1C1B4"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "23BD037A1600496C"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -2.5d
|
x: -2.5d
|
||||||
@ -60,6 +141,28 @@
|
|||||||
stat: "minecraft:sprint_one_cm"
|
stat: "minecraft:sprint_one_cm"
|
||||||
value: 1536000
|
value: 1536000
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "6C538EE09D99D7E6"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "45FE1B75E5E8FD3C"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "166FAA94ED4A9FAD"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "6EE37799E3D94079"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 2.5d
|
x: 2.5d
|
||||||
@ -78,6 +181,33 @@
|
|||||||
stat: "minecraft:raid_win"
|
stat: "minecraft:raid_win"
|
||||||
value: 1
|
value: 1
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "40C83DE027EC3EC7"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "4531224DD362E2FB"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "4E54E531E1CDE0C8"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "29A958A4A5A3EDE0"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "4ADF0E0B73D04900"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -1.5d
|
x: -1.5d
|
||||||
@ -90,6 +220,28 @@
|
|||||||
stat: "minecraft:fish_caught"
|
stat: "minecraft:fish_caught"
|
||||||
value: 32
|
value: 32
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "2E09733437394A7B"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "1AA1EA22DF0201A4"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "4FAD2E4BB72E7FF5"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "0832656A52CD3314"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
icon: {
|
icon: {
|
||||||
@ -115,6 +267,33 @@
|
|||||||
stat: "minecraft:time_since_death"
|
stat: "minecraft:time_since_death"
|
||||||
value: 512000
|
value: 512000
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "5BFDBC84E55BEF9C"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "1F6949535D29D540"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "2AC5E85CDE137006"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "297876336922A891"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "01502DC0E423997C"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -0.5d
|
x: -0.5d
|
||||||
@ -127,6 +306,33 @@
|
|||||||
stat: "minecraft:eat_cake_slice"
|
stat: "minecraft:eat_cake_slice"
|
||||||
value: 64
|
value: 64
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "2B053C6013652BAC"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "779B7FCFCE615314"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "3EECCBEB4278C2F0"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "288775FE31E89294"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "54E37D761533F44A"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -0.5d
|
x: -0.5d
|
||||||
@ -139,6 +345,33 @@
|
|||||||
stat: "minecraft:jump"
|
stat: "minecraft:jump"
|
||||||
value: 4096
|
value: 4096
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "1AA55B6781F7BB12"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "68F16CFDE46FC48A"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "42E1F8D51E39AB39"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "7D8E247C76AC404E"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "19CA86E028F8EF88"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 0.5d
|
x: 0.5d
|
||||||
@ -151,6 +384,33 @@
|
|||||||
stat: "minecraft:horse_one_cm"
|
stat: "minecraft:horse_one_cm"
|
||||||
value: 2048000
|
value: 2048000
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "1DE740581EE727BC"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "60639719129633A4"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "4C9516417D565250"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "7030D44CE076A808"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "4D49FB011006695F"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -1.5d
|
x: -1.5d
|
||||||
@ -163,6 +423,28 @@
|
|||||||
stat: "minecraft:swim_one_cm"
|
stat: "minecraft:swim_one_cm"
|
||||||
value: 1024000
|
value: 1024000
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "2B9BA394DDC60078"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "308E3B37633588FC"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "4A083DAFF7C8FB18"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "291C32091C2D940F"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -4.5d
|
x: -4.5d
|
||||||
@ -175,6 +457,33 @@
|
|||||||
stat: "waystones:waystone_activated"
|
stat: "waystones:waystone_activated"
|
||||||
value: 64
|
value: 64
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "288BF2D7845007BF"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "344DD5885125A161"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "49AE5D10E49A322A"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "3F829695A5745BA7"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "2C258A0603365510"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -3.5d
|
x: -3.5d
|
||||||
@ -184,24 +493,53 @@
|
|||||||
id: "7153AEA52A8EC69A"
|
id: "7153AEA52A8EC69A"
|
||||||
type: "stat"
|
type: "stat"
|
||||||
icon: {
|
icon: {
|
||||||
id: "immersiveengineering:shield"
|
id: "minecraft:shield"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
tag: {
|
tag: {
|
||||||
Damage: 0
|
Damage: 0
|
||||||
}
|
}
|
||||||
ForgeCaps: {
|
ForgeCaps: {
|
||||||
Parent: {
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
Size: 2
|
BuiltInEnchantments: [ ]
|
||||||
Items: [ ]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stat: "minecraft:damage_blocked_by_shield"
|
stat: "minecraft:damage_blocked_by_shield"
|
||||||
value: 200
|
value: 200
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "237D1044DC688C7C"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "632E87ED683A8971"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "7111C2EC1886A9EA"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "7B28DC7025AECFC2"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
icon: "engineersdecor:sign_exit"
|
icon: {
|
||||||
|
id: "minecraft:oak_door"
|
||||||
|
Count: 1b
|
||||||
|
ForgeCaps: {
|
||||||
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
x: 0.5d
|
x: 0.5d
|
||||||
y: -1.5d
|
y: -1.5d
|
||||||
id: "25AA22A1C72AA0B9"
|
id: "25AA22A1C72AA0B9"
|
||||||
@ -211,6 +549,33 @@
|
|||||||
stat: "minecraft:leave_game"
|
stat: "minecraft:leave_game"
|
||||||
value: 31
|
value: 31
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "391D2814B141F941"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "73E7D11E328AF70B"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "7037E988AEE08EAE"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "0489ED5C1926EC1F"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "7B9B4E1A94089652"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 2.5d
|
x: 2.5d
|
||||||
@ -220,126 +585,47 @@
|
|||||||
id: "169B75F1B2B5524A"
|
id: "169B75F1B2B5524A"
|
||||||
type: "stat"
|
type: "stat"
|
||||||
icon: {
|
icon: {
|
||||||
id: "silentgear:elytra"
|
id: "minecraft:elytra"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
tag: {
|
tag: {
|
||||||
SGear_UUID: [I;
|
|
||||||
-1305710625
|
|
||||||
1807961906
|
|
||||||
-1639656327
|
|
||||||
1709378701
|
|
||||||
]
|
|
||||||
Damage: 0
|
Damage: 0
|
||||||
SGear_Data: {
|
}
|
||||||
Construction: {
|
ForgeCaps: {
|
||||||
IsExample: 1b
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
Parts: [
|
BuiltInEnchantments: [ ]
|
||||||
{
|
|
||||||
Item: {
|
|
||||||
id: "silentgear:elytra_wings"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Materials: [
|
|
||||||
{
|
|
||||||
Item: {
|
|
||||||
id: "minecraft:obsidian"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
ID: "silentgear:obsidian"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
Item: {
|
|
||||||
id: "minecraft:emerald"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
ID: "silentgear:emerald"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
Item: {
|
|
||||||
id: "silentgear:crimson_iron_ingot"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
ID: "silentgear:crimson_iron"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ID: "silentgear:elytra_wings"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
Item: {
|
|
||||||
id: "silentgear:binding"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Materials: [
|
|
||||||
{
|
|
||||||
Item: {
|
|
||||||
id: "minecraft:vine"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
ID: "silentgear:vine"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
Item: {
|
|
||||||
id: "silentgear:fluffy_string"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
ID: "silentgear:fluffy_string"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ID: "silentgear:binding"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Properties: {
|
|
||||||
ModVersion: "2.6.35"
|
|
||||||
Stats: {
|
|
||||||
"silentgear:enchantability": 9.640601f
|
|
||||||
"silentgear:armor": 4.382726f
|
|
||||||
"silentgear:projectile_speed": 0.8905319f
|
|
||||||
"silentgear:armor_durability": 32.702442f
|
|
||||||
"silentgear:magic_armor": 1.8406109f
|
|
||||||
"silentgear:armor_toughness": 0.94531447f
|
|
||||||
"silentgear:durability": 2020.7063f
|
|
||||||
"silentgear:projectile_accuracy": 0.8054795f
|
|
||||||
"silentgear:rarity": 13.283238f
|
|
||||||
"silentgear:repair_efficiency": 1.03f
|
|
||||||
}
|
|
||||||
LockStats: 0b
|
|
||||||
Traits: [
|
|
||||||
{
|
|
||||||
Level: 2b
|
|
||||||
Name: "silentgear:jagged"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
Level: 1b
|
|
||||||
Name: "silentgear:crushing"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
Level: 1b
|
|
||||||
Name: "silentgear:synergistic"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
Level: 1b
|
|
||||||
Name: "silentgear:malleable"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
Level: 1b
|
|
||||||
Name: "silentgear:flexible"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Rendering: {
|
|
||||||
ModelKey: "elytra:elytra_wings{obsidian,emerald,crimson_iron},binding{vine,fluffy_string},"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stat: "minecraft:aviate_one_cm"
|
stat: "minecraft:aviate_one_cm"
|
||||||
value: 4096000
|
value: 4096000
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "1AF5BBB24B93D12F"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "15752A84D6A7AE1B"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "0494CC8F91AA6F23"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "5FC9976E2B37FE7D"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "0BC423387354F150"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 1.5d
|
x: 1.5d
|
||||||
@ -352,6 +638,33 @@
|
|||||||
stat: "minecraft:pig_one_cm"
|
stat: "minecraft:pig_one_cm"
|
||||||
value: 102400
|
value: 102400
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "7DF92B97CAC24E10"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "612A5B4D2B97D234"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "17A37B553A3C5B7A"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "7176AFA5097D9223"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "575B73A54207C666"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -1.5d
|
x: -1.5d
|
||||||
@ -363,6 +676,28 @@
|
|||||||
advancement: "minecraft:adventure/adventuring_time"
|
advancement: "minecraft:adventure/adventuring_time"
|
||||||
criterion: ""
|
criterion: ""
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "2F748251018E4EC7"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "58359F355561CA53"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "22A2FD54AADA0719"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "6E7A64C9E93FF834"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -0.5d
|
x: -0.5d
|
||||||
@ -374,6 +709,33 @@
|
|||||||
advancement: "minecraft:adventure/kill_all_mobs"
|
advancement: "minecraft:adventure/kill_all_mobs"
|
||||||
criterion: ""
|
criterion: ""
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "0D6C82BEC45C1826"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "00C9293B147D4EBD"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "042A9C4F81396AA2"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "4B5CFB40959A51AA"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "4ACA2BAF82D47450"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -2.5d
|
x: -2.5d
|
||||||
@ -385,6 +747,33 @@
|
|||||||
advancement: "silentgear:the_end"
|
advancement: "silentgear:the_end"
|
||||||
criterion: ""
|
criterion: ""
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "5EDBBC899B52DC6A"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "7CC50AF060A3ACCF"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "7754DCBDC06372FA"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "18D00A25C6D36B3C"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "377B990FFC083706"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 0.5d
|
x: 0.5d
|
||||||
@ -396,6 +785,33 @@
|
|||||||
advancement: "minecraft:story/cure_zombie_villager"
|
advancement: "minecraft:story/cure_zombie_villager"
|
||||||
criterion: ""
|
criterion: ""
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "161A8FF57467FC8B"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "25AA73C3E3E3F709"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "381B2184E9B22412"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "5D053E5EEDEF6183"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "6D231B1BB46C543E"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -1.0d
|
x: -1.0d
|
||||||
@ -407,6 +823,33 @@
|
|||||||
advancement: "apotheosis:enchanting/100ench"
|
advancement: "apotheosis:enchanting/100ench"
|
||||||
criterion: ""
|
criterion: ""
|
||||||
}]
|
}]
|
||||||
|
rewards: [
|
||||||
|
{
|
||||||
|
id: "678BB47F9070C8B3"
|
||||||
|
type: "random"
|
||||||
|
table_id: 5735513140715080140L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "601E28C498E8C3FB"
|
||||||
|
type: "random"
|
||||||
|
table_id: 4734148794142699034L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "33DC71F948E0B49C"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "30F713896B6534E7"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "51144A06EF63F392"
|
||||||
|
type: "random"
|
||||||
|
table_id: 13756307348121783L
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
id: "293E149AC6DC5829"
|
id: "293E149AC6DC5829"
|
||||||
group: "78206C9353FDEF6F"
|
group: "1838AE681EA99F1E"
|
||||||
order_index: 13
|
order_index: 2
|
||||||
filename: "storage3"
|
filename: "chests_and_backpacks"
|
||||||
title: "Storage3"
|
title: "Chests and Backpacks"
|
||||||
icon: "minecraft:chest"
|
icon: "minecraft:chest"
|
||||||
subtitle: ["Barrels? Chests? Drawers? It's yours my f.r.i.e.n.d, if only you got the Rubies."]
|
subtitle: ["Barrels? Chests? Drawers? It's yours my f.r.i.e.n.d, if only you got the Rubies."]
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
@ -25,18 +25,6 @@
|
|||||||
item: "minecraft:chest"
|
item: "minecraft:chest"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
{
|
|
||||||
title: "Not a vanilla tank?"
|
|
||||||
x: 1.0d
|
|
||||||
y: -2.5d
|
|
||||||
description: ["Unlike it's counterpart this storage block won't combine with another, yet will still open even with a full block on top."]
|
|
||||||
id: "4FBBE976F275AD0A"
|
|
||||||
tasks: [{
|
|
||||||
id: "12632F2F2A103A66"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:barrel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
title: "The Classic Ironic Mod"
|
title: "The Classic Ironic Mod"
|
||||||
x: 1.0d
|
x: 1.0d
|
||||||
@ -100,78 +88,6 @@
|
|||||||
item: "ironchest:crystal_chest"
|
item: "ironchest:crystal_chest"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
{
|
|
||||||
title: "An ironic twist"
|
|
||||||
x: 1.0d
|
|
||||||
y: -1.0d
|
|
||||||
dependencies: ["4FBBE976F275AD0A"]
|
|
||||||
id: "0CDC24C7DD153413"
|
|
||||||
tasks: [{
|
|
||||||
id: "3491347C764C4B53"
|
|
||||||
type: "item"
|
|
||||||
item: "metalbarrels:iron_barrel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Goldeneye"
|
|
||||||
x: 1.0d
|
|
||||||
y: 0.5d
|
|
||||||
dependencies: ["0CDC24C7DD153413"]
|
|
||||||
id: "03014FDBE447BAAB"
|
|
||||||
tasks: [{
|
|
||||||
id: "5149228FDBA63011"
|
|
||||||
type: "item"
|
|
||||||
item: "metalbarrels:gold_barrel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Like a diamond in the sky"
|
|
||||||
x: 1.0d
|
|
||||||
y: 2.0d
|
|
||||||
dependencies: ["03014FDBE447BAAB"]
|
|
||||||
id: "30898E6A5B43DF6E"
|
|
||||||
tasks: [{
|
|
||||||
id: "39DB17F09DA029FA"
|
|
||||||
type: "item"
|
|
||||||
item: "metalbarrels:diamond_barrel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Clear Ridges"
|
|
||||||
x: 2.0d
|
|
||||||
y: 3.0d
|
|
||||||
dependencies: ["30898E6A5B43DF6E"]
|
|
||||||
id: "30E8C5B14A269F56"
|
|
||||||
tasks: [{
|
|
||||||
id: "5507856454E8D6B3"
|
|
||||||
type: "item"
|
|
||||||
item: "metalbarrels:crystal_barrel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Observed Obsidian"
|
|
||||||
x: 0.0d
|
|
||||||
y: 3.0d
|
|
||||||
dependencies: ["30898E6A5B43DF6E"]
|
|
||||||
id: "5590E88755BB40E9"
|
|
||||||
tasks: [{
|
|
||||||
id: "3B2E1E20CD1CBA16"
|
|
||||||
type: "item"
|
|
||||||
item: "metalbarrels:obsidian_barrel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "It came from the nether region"
|
|
||||||
x: 1.0d
|
|
||||||
y: 4.0d
|
|
||||||
dependencies: ["5590E88755BB40E9"]
|
|
||||||
id: "6F7A035746AFCEB1"
|
|
||||||
tasks: [{
|
|
||||||
id: "371E26985136A6C1"
|
|
||||||
type: "item"
|
|
||||||
item: "metalbarrels:netherite_barrel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
title: "Drawers for years"
|
title: "Drawers for years"
|
||||||
x: 1.0d
|
x: 1.0d
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
id: "6B59F16F48D3CA82"
|
id: "6B59F16F48D3CA82"
|
||||||
group: "78206C9353FDEF6F"
|
group: "3F056B9CFF789F29"
|
||||||
order_index: 33
|
order_index: 1
|
||||||
filename: "all_the_curios"
|
filename: "curios_enough"
|
||||||
title: "Curios Enough?"
|
title: "Curios Enough?"
|
||||||
icon: "bhc:blue_heart_canister"
|
icon: "bhc:blue_heart_canister"
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "42C14392C923EC99"
|
id: "42C14392C923EC99"
|
||||||
group: "78206C9353FDEF6F"
|
group: "3F056B9CFF789F29"
|
||||||
order_index: 30
|
order_index: 2
|
||||||
filename: "dark_utilities"
|
filename: "dark_utilities"
|
||||||
title: "Dark Utilities"
|
title: "Dark Utilities"
|
||||||
icon: "darkutils:book_runelic"
|
icon: "darkutils:book_runelic"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "23D1C8B375310D6F"
|
id: "23D1C8B375310D6F"
|
||||||
group: "17C6D3A9847C6311"
|
group: "17C6D3A9847C6311"
|
||||||
order_index: 6
|
order_index: 7
|
||||||
filename: "dthermal_series"
|
filename: "dthermal_series"
|
||||||
title: "Thermal Series"
|
title: "Thermal Series"
|
||||||
icon: "thermal:machine_smelter"
|
icon: "thermal:machine_smelter"
|
||||||
|
@ -1,938 +0,0 @@
|
|||||||
{
|
|
||||||
id: "7B9024AD95F287BB"
|
|
||||||
group: "78206C9353FDEF6F"
|
|
||||||
order_index: 28
|
|
||||||
filename: "elemental_craft"
|
|
||||||
title: "Elemental craft"
|
|
||||||
icon: "elementalcraft:focus"
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
title: "Inert crystal"
|
|
||||||
x: 0.0d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["The &9Inert Ore &rcan be found in caves. "]
|
|
||||||
id: "6DE51A98F6BE60C6"
|
|
||||||
tasks: [{
|
|
||||||
id: "1AFD8BB3978944B9"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:inertcrystal"
|
|
||||||
count: 16L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "7889164A7C70CB8E"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
icon: {
|
|
||||||
id: "patchouli:guide_book"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
"patchouli:book": "elementalcraft:element_book"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
x: 2.0d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["The &5Elementopia&r will bring you all informations about the &5Elemental Craft&r mod."]
|
|
||||||
dependencies: ["6DE51A98F6BE60C6"]
|
|
||||||
id: "5B0C726044803D44"
|
|
||||||
tasks: [{
|
|
||||||
id: "28112239F0F4A818"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Elementopia"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7C36A76C3AB06DF8"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "patchouli:guide_book"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
"patchouli:book": "elementalcraft:element_book"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "237A4855FBEDFF7E"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -1.0d
|
|
||||||
description: ["Will contain a few amount of one element."]
|
|
||||||
dependencies: ["5B0C726044803D44"]
|
|
||||||
id: "0B0EB289CB8CEA3C"
|
|
||||||
tasks: [{
|
|
||||||
id: "5F9506023A982348"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:tank_small"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6A723A15A5270D83"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["An improved version of the small container"]
|
|
||||||
dependencies: ["0B0EB289CB8CEA3C"]
|
|
||||||
id: "551980577C217831"
|
|
||||||
tasks: [{
|
|
||||||
id: "37D25C967B0DC1C1"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:tank"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "2670B9CC9F3E8735"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: 1.0d
|
|
||||||
description: ["When placed below an &5Elemental Orb&r it will extract the affix element."]
|
|
||||||
dependencies: ["5B0C726044803D44"]
|
|
||||||
id: "78BCB3BE7D6BE28F"
|
|
||||||
tasks: [{
|
|
||||||
id: "062724B9830DE552"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:extractor"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "33C6B13B2F96AD4F"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["This has to be place on an &5Element Container&r. To trigger the recipe, you'll have to put it on the needed element."]
|
|
||||||
dependencies: ["5B0C726044803D44"]
|
|
||||||
id: "0A3948A727717EB4"
|
|
||||||
tasks: [{
|
|
||||||
id: "37007D614C149D2F"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:infuser"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6903D3FA31F9CEED"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: 3.0d
|
|
||||||
description: ["Can crafts new items with element"]
|
|
||||||
dependencies: ["78BCB3BE7D6BE28F"]
|
|
||||||
id: "5963F874AAE3DE3E"
|
|
||||||
tasks: [{
|
|
||||||
id: "615AFBF8374AF2AE"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:binder"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "590EF971361D2195"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: 3.0d
|
|
||||||
description: ["An improved version of the &5Element Binder&r. It's faster and drains less element."]
|
|
||||||
dependencies: ["5963F874AAE3DE3E"]
|
|
||||||
id: "0647945AC4934FB7"
|
|
||||||
tasks: [{
|
|
||||||
id: "51E88B87B8C7E645"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:binder_improved"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "1C2840C1B2739F01"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: 1.0d
|
|
||||||
description: ["Can extract faster and better the contained &5element&r"]
|
|
||||||
dependencies: ["78BCB3BE7D6BE28F"]
|
|
||||||
id: "0129F85F06EF3846"
|
|
||||||
tasks: [{
|
|
||||||
id: "38EDF60E90FC52BE"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:extractor_improved"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0D5AE4B3B70C3F9D"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: -1.5d
|
|
||||||
dependencies: ["0A3948A727717EB4"]
|
|
||||||
id: "691875E5448101B6"
|
|
||||||
tasks: [{
|
|
||||||
id: "3025BF1D2A1C3B48"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:earthcrystal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "116BB8C35F0A5E69"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: 1.5d
|
|
||||||
dependencies: ["0A3948A727717EB4"]
|
|
||||||
id: "0482F6AEA4CA8ED4"
|
|
||||||
tasks: [{
|
|
||||||
id: "06B9DF10410391F3"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:firecrystal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "2DE6B0D8D434A544"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.0d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["0A3948A727717EB4"]
|
|
||||||
id: "528A919751F7A145"
|
|
||||||
tasks: [{
|
|
||||||
id: "5C80C7E025357432"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:watercrystal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "7429CE62EF2BE692"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.0d
|
|
||||||
y: 0.5d
|
|
||||||
dependencies: ["0A3948A727717EB4"]
|
|
||||||
id: "12AAAE11B4297E26"
|
|
||||||
tasks: [{
|
|
||||||
id: "40DF1FB75C9A28B8"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:aircrystal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "7C6BCA794A877D9B"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["This item can be used for some &bElemental Craft&r recipes"]
|
|
||||||
dependencies: ["6DE51A98F6BE60C6"]
|
|
||||||
id: "2669F62A9D905F87"
|
|
||||||
tasks: [{
|
|
||||||
id: "46351F69088FCE4E"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:containedcrystal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "037B74A01F94A35C"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
icon: "elementalcraft:pureinfuser"
|
|
||||||
x: 10.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["You can now make new crafts, you just need to input the right element on the good pedestal except the middle one"]
|
|
||||||
dependencies: ["303ABA48F3F9C0A3"]
|
|
||||||
id: "1CE7C3FE672DA886"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "6E52943E7507D63C"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:pureinfuser"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3DA60C74711CE015"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:pedestal_fire"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2936B26A85B49F3E"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:pedestal_water"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4F14FC95F0DE96C5"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:pedestal_earth"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "657F5561114779FA"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:pedestal_air"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "3DEBC4658CB6A0DB"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 12.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["This is the result of the four elements combined with one diamond."]
|
|
||||||
dependencies: ["1CE7C3FE672DA886"]
|
|
||||||
id: "045A7AC4769EEF48"
|
|
||||||
tasks: [{
|
|
||||||
id: "65DAAB8AD026BFAB"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:purecrystal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "04AFF22686EAED7B"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: 4.5d
|
|
||||||
description: [
|
|
||||||
""
|
|
||||||
"Can contain &4fire element&r for spells"
|
|
||||||
]
|
|
||||||
dependencies: ["0647945AC4934FB7"]
|
|
||||||
id: "008049ADCB42157F"
|
|
||||||
tasks: [{
|
|
||||||
id: "658BE840F2C11A05"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "elementalcraft:element_holder_fire"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 1000
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
element_capacity: 10000
|
|
||||||
element_amount: 0
|
|
||||||
element_type: "fire"
|
|
||||||
}
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "180FC4F483EBD434"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: 3.5d
|
|
||||||
description: ["Can contain &3water element&r for spells"]
|
|
||||||
dependencies: ["0647945AC4934FB7"]
|
|
||||||
id: "476714364042055B"
|
|
||||||
tasks: [{
|
|
||||||
id: "67981F08983FC7B3"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "elementalcraft:element_holder_water"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 1000
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
element_capacity: 10000
|
|
||||||
element_amount: 0
|
|
||||||
element_type: "water"
|
|
||||||
}
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "612154DA8DE3F8D7"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: 2.5d
|
|
||||||
description: ["Can contain &2earth element&r for spells"]
|
|
||||||
dependencies: ["0647945AC4934FB7"]
|
|
||||||
id: "36A18DF22711B51E"
|
|
||||||
tasks: [{
|
|
||||||
id: "3F7A95BCF0499C74"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "elementalcraft:element_holder_earth"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 1000
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
element_capacity: 10000
|
|
||||||
element_amount: 0
|
|
||||||
element_type: "earth"
|
|
||||||
}
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6D8358BD197EAF10"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: 1.5d
|
|
||||||
description: ["Can contain &6air element&r for spells"]
|
|
||||||
dependencies: ["0647945AC4934FB7"]
|
|
||||||
id: "4A8F7E1DEF038947"
|
|
||||||
tasks: [{
|
|
||||||
id: "06826B76F785355F"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "elementalcraft:element_holder_air"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 1000
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
element_capacity: 10000
|
|
||||||
element_amount: 0
|
|
||||||
element_type: "air"
|
|
||||||
}
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6B7A96B4CE886883"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.75d
|
|
||||||
y: 3.0d
|
|
||||||
shape: "diamond"
|
|
||||||
subtitle: "Something powerful is inside, perhaps I could do something with other magic materials"
|
|
||||||
dependencies: [
|
|
||||||
"008049ADCB42157F"
|
|
||||||
"476714364042055B"
|
|
||||||
"36A18DF22711B51E"
|
|
||||||
"4A8F7E1DEF038947"
|
|
||||||
]
|
|
||||||
size: 1.5d
|
|
||||||
id: "0C2E50ABC2D63134"
|
|
||||||
tasks: [{
|
|
||||||
id: "259377EB865E9FCF"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:elemental_essence"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "420B2B63E3E53388"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: 4.5d
|
|
||||||
subtitle: "The starter ingredient for all the shrine......"
|
|
||||||
dependencies: ["5963F874AAE3DE3E"]
|
|
||||||
id: "746617CE4CE87181"
|
|
||||||
tasks: [{
|
|
||||||
id: "21FFE17492FAE68C"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:shrinebase"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "14AC6AC4B226959D"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.5d
|
|
||||||
y: 5.5d
|
|
||||||
description: ["Nearby entities are set on fire"]
|
|
||||||
dependencies: ["746617CE4CE87181"]
|
|
||||||
id: "5D8FFBC33C841F06"
|
|
||||||
tasks: [{
|
|
||||||
id: "47A1E18011FAC1EB"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:firepylon"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "286972876EAA962A"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.5d
|
|
||||||
y: 7.5d
|
|
||||||
description: ["Will harvest crops"]
|
|
||||||
dependencies: ["2ECD838CFDF78A86"]
|
|
||||||
id: "6E4420669E71BF06"
|
|
||||||
tasks: [{
|
|
||||||
id: "281138F8DC1207CC"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:harvestshrine"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "03AED7450C9E0F51"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: 6.5d
|
|
||||||
description: ["Will accelerate the growth of plants"]
|
|
||||||
dependencies: ["746617CE4CE87181"]
|
|
||||||
id: "2ECD838CFDF78A86"
|
|
||||||
tasks: [{
|
|
||||||
id: "331F47ADC46DF997"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:growthshrine"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "62862DC429613DFC"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: 6.5d
|
|
||||||
description: ["Periodically refill hunger"]
|
|
||||||
dependencies: ["746617CE4CE87181"]
|
|
||||||
id: "5B7DBFB78BA64427"
|
|
||||||
tasks: [{
|
|
||||||
id: "2E196D3AA6196090"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:sweetshrine"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0AE50202600F1C62"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.5d
|
|
||||||
y: 6.5d
|
|
||||||
description: ["Will absorb items around it"]
|
|
||||||
dependencies: ["746617CE4CE87181"]
|
|
||||||
id: "1F031BC9A972EF50"
|
|
||||||
tasks: [{
|
|
||||||
id: "6642B133819CA0B6"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:vacuumshrine"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "30C744CEBB34210A"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.5d
|
|
||||||
y: 4.5d
|
|
||||||
description: ["By inputing food it will reproduce animals"]
|
|
||||||
dependencies: ["746617CE4CE87181"]
|
|
||||||
id: "5BD871A97EACEF6A"
|
|
||||||
tasks: [{
|
|
||||||
id: "07176FD7132DB752"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:breedingshrine"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "633D2BE9228CCCBE"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.5d
|
|
||||||
y: 5.5d
|
|
||||||
description: ["Dig for ores underneath it"]
|
|
||||||
dependencies: ["746617CE4CE87181"]
|
|
||||||
id: "0A71E1877179ED7A"
|
|
||||||
tasks: [{
|
|
||||||
id: "4C63022CF1C1BFAA"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:oreshrine"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "753C1A7CECD0B00C"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.5d
|
|
||||||
y: 3.5d
|
|
||||||
description: ["Will create flowers on top of grass"]
|
|
||||||
dependencies: ["746617CE4CE87181"]
|
|
||||||
id: "167C3F2892707E65"
|
|
||||||
tasks: [{
|
|
||||||
id: "7AEC1BB3D0FFF6BB"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:groveshrine"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "288E5F839960F8C1"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.5d
|
|
||||||
y: 4.5d
|
|
||||||
description: ["When this face another block, it will accelerate the tick of this block."]
|
|
||||||
dependencies: ["746617CE4CE87181"]
|
|
||||||
id: "5B1CB4DF7C9C45A9"
|
|
||||||
tasks: [{
|
|
||||||
id: "3FE395F3FE45F4E4"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:overloadshrine"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "4CB790EBFFD555D4"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 12.5d
|
|
||||||
y: -1.5d
|
|
||||||
description: ["Allow you to transport &5Elemental Nodes&r that can be found in the nature. This has 4 durability"]
|
|
||||||
dependencies: ["045A7AC4769EEF48"]
|
|
||||||
id: "4DF85537A3A0A2D6"
|
|
||||||
tasks: [{
|
|
||||||
id: "65E3A9B03A81534A"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "elementalcraft:receptacle_empty"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "237A4AFE78E403B8"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 12.5d
|
|
||||||
y: -3.0d
|
|
||||||
description: ["This an improved version of the &nReceptacle&r but this one has more durability"]
|
|
||||||
dependencies: ["4DF85537A3A0A2D6"]
|
|
||||||
id: "64DA51EADABA1B8D"
|
|
||||||
tasks: [{
|
|
||||||
id: "433FE1FFD21EC6DE"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "elementalcraft:receptacle_improved_empty"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "24B74A6324CDF5A3"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 14.0d
|
|
||||||
y: -1.0d
|
|
||||||
description: ["With the &6Pure Crystal&r, you can craft this new ingot."]
|
|
||||||
dependencies: ["045A7AC4769EEF48"]
|
|
||||||
id: "229B9EB4219C784A"
|
|
||||||
tasks: [{
|
|
||||||
id: "035985EC7672BE89"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:fireite_ingot"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "3F92A31657227C8C"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 14.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["Can stock a very large amount of &4Fire Element&r"]
|
|
||||||
dependencies: ["045A7AC4769EEF48"]
|
|
||||||
id: "569761A7546843B8"
|
|
||||||
tasks: [{
|
|
||||||
id: "49493C00FF720001"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:reservoir_fire"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "2DA2783F1FEEFBFF"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 14.0d
|
|
||||||
y: 1.5d
|
|
||||||
description: ["Can stock a very large amount of &3Water Element&r"]
|
|
||||||
dependencies: ["045A7AC4769EEF48"]
|
|
||||||
id: "245B081A199D68DE"
|
|
||||||
tasks: [{
|
|
||||||
id: "3E9C07A47BB3296C"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:reservoir_water"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "4B178BB4A9F8ABD0"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 13.0d
|
|
||||||
y: 2.0d
|
|
||||||
description: ["Can stock a very large amount of &2Earth Element&r"]
|
|
||||||
dependencies: ["045A7AC4769EEF48"]
|
|
||||||
id: "45039F83032E5C9A"
|
|
||||||
tasks: [{
|
|
||||||
id: "358EA6042F5C0C6C"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:reservoir_earth"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "01C2FC5A29F7AA4A"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 12.0d
|
|
||||||
y: 1.5d
|
|
||||||
description: ["Can stock a very large amount of &6Air Element&r"]
|
|
||||||
dependencies: ["045A7AC4769EEF48"]
|
|
||||||
id: "08369CF09580028E"
|
|
||||||
tasks: [{
|
|
||||||
id: "4CA525FE5F64BC59"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:reservoir_air"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "705D8F5BB1B88652"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 8.0d
|
|
||||||
y: -3.5d
|
|
||||||
description: [
|
|
||||||
"Allows you to craft spells"
|
|
||||||
"Spells can also be found in the overworld."
|
|
||||||
]
|
|
||||||
hide_dependency_lines: true
|
|
||||||
dependencies: ["0A3948A727717EB4"]
|
|
||||||
id: "6C5A44C3DC9A72EE"
|
|
||||||
tasks: [{
|
|
||||||
id: "341D741D2DBA4AAD"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:spell_desk"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "4AD9D7BE3D7179BB"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "260C3193DE339C07"
|
|
||||||
type: "random"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 8.0d
|
|
||||||
y: -5.0d
|
|
||||||
description: ["Like a magic wand with anvil you can add spells to it"]
|
|
||||||
dependencies: ["6C5A44C3DC9A72EE"]
|
|
||||||
id: "25FA26C314664D0B"
|
|
||||||
tasks: [{
|
|
||||||
id: "61B124F5997DE814"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:focus"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "19CC30D80E68BF36"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: 6.0d
|
|
||||||
description: ["Melts stone into lava"]
|
|
||||||
dependencies: ["5D8FFBC33C841F06"]
|
|
||||||
id: "39F6237930F22195"
|
|
||||||
tasks: [{
|
|
||||||
id: "18DD0EA5960E3671"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:lavashrine"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "21A9476DE34B2E7B"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 10.5d
|
|
||||||
y: 4.5d
|
|
||||||
shape: "gear"
|
|
||||||
description: ["So now that you've managed to get some &6Pure Crystals&r, you will be able to go to the &5Ars Nouveau&r mod"]
|
|
||||||
dependencies: ["1CE7C3FE672DA886"]
|
|
||||||
size: 3.0d
|
|
||||||
id: "4A44A6FE8FD947B6"
|
|
||||||
tasks: [{
|
|
||||||
id: "751446A8D0F78DEB"
|
|
||||||
type: "item"
|
|
||||||
item: "ars_nouveau:worn_notebook"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Impaired element pipe"
|
|
||||||
x: 2.5d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["Can transport a few amount of element between two &5Elemental Craft&r blocks"]
|
|
||||||
dependencies: ["0B0EB289CB8CEA3C"]
|
|
||||||
id: "73FE028836791BD0"
|
|
||||||
tasks: [{
|
|
||||||
id: "5B07EC173DAA96D5"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:elementpipe_impaired"
|
|
||||||
count: 16L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "5A02ACBAC535A626"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Element Pipe"
|
|
||||||
x: 1.5d
|
|
||||||
y: -3.0d
|
|
||||||
description: ["Improved version of the impaired"]
|
|
||||||
dependencies: ["73FE028836791BD0"]
|
|
||||||
id: "68AA9DBEA11BDEBC"
|
|
||||||
tasks: [{
|
|
||||||
id: "0994E28D55EBCB13"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:elementpipe"
|
|
||||||
count: 16L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "7B15796245EAD60C"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Improved Element Pipe"
|
|
||||||
x: 0.5d
|
|
||||||
y: -4.0d
|
|
||||||
description: ["Improved version of the element pipe"]
|
|
||||||
dependencies: ["68AA9DBEA11BDEBC"]
|
|
||||||
id: "49189F8854F16C3F"
|
|
||||||
tasks: [{
|
|
||||||
id: "1F987A3950ED9D5C"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:elementpipe_improved"
|
|
||||||
count: 16L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6A318A9E028CD5AB"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.0d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["Can craft &5Elemental Gems&r"]
|
|
||||||
dependencies: [
|
|
||||||
"691875E5448101B6"
|
|
||||||
"528A919751F7A145"
|
|
||||||
"12AAAE11B4297E26"
|
|
||||||
"0482F6AEA4CA8ED4"
|
|
||||||
]
|
|
||||||
id: "303ABA48F3F9C0A3"
|
|
||||||
tasks: [{
|
|
||||||
id: "3FEF90364CC90B01"
|
|
||||||
type: "item"
|
|
||||||
item: "elementalcraft:crystallizer"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "541B53F3D940584E"
|
|
||||||
type: "random"
|
|
||||||
table_id: 8655552789015021416L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,25 +1,13 @@
|
|||||||
{
|
{
|
||||||
id: "1DCEC3F89595F264"
|
id: "1DCEC3F89595F264"
|
||||||
group: "78206C9353FDEF6F"
|
group: "1838AE681EA99F1E"
|
||||||
order_index: 54
|
order_index: 3
|
||||||
filename: "reborn_of_the_end"
|
filename: "end_exploration"
|
||||||
title: "End Exploration"
|
title: "End Exploration"
|
||||||
icon: "betterendforge:chorus_nylium"
|
icon: "betterendforge:chorus_nylium"
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
default_hide_dependency_lines: false
|
default_hide_dependency_lines: false
|
||||||
images: [
|
images: [
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: -0.5d
|
|
||||||
width: 15.0d
|
|
||||||
height: 8.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "rad2:textures/misc/rad_dragon.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
x: -5.5d
|
x: -5.5d
|
||||||
y: -2.5d
|
y: -2.5d
|
||||||
@ -82,180 +70,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
quests: [
|
quests: [
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: 5.5d
|
|
||||||
id: "50B4B4DFE66D23A6"
|
|
||||||
tasks: [{
|
|
||||||
id: "3E7EFADC850F3666"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:puffbug_bottle"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "4B45B30CF216B272"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 5
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7D55E68407263A20"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6B178AAC79ACB8F4"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "ftbquests:lootcrate"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
type: "materials_random"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: 2.5d
|
|
||||||
id: "17C5F27ACCD8C203"
|
|
||||||
tasks: [{
|
|
||||||
id: "199115D9D0447745"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:acidian_lantern"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "32DDF7786A886728"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 5
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "248B907E4AA18491"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.5d
|
|
||||||
y: 2.5d
|
|
||||||
id: "27646DEA5A3C8606"
|
|
||||||
tasks: [{
|
|
||||||
id: "40A4316A6D75678D"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:poise_boat"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "48EF7CDA9BAEDDC0"
|
|
||||||
type: "item"
|
|
||||||
item: "aquaculture:lockbox"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6CB44A18B1BE166F"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: 5.0d
|
|
||||||
id: "172B17B7C326539B"
|
|
||||||
tasks: [{
|
|
||||||
id: "4E8C41957B641B6D"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:bolloom_bud"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "01B0C88C12078422"
|
|
||||||
type: "item"
|
|
||||||
item: "aquaculture:lockbox"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "000000000000062A"
|
|
||||||
type: "item"
|
|
||||||
item: "randomite:randomite_ore"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -5.5d
|
|
||||||
y: 2.5d
|
|
||||||
id: "5A7840A885202106"
|
|
||||||
tasks: [{
|
|
||||||
id: "7E840EF886808A22"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:poise_ladder"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "6891AFB2ED715AE9"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 5
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "594CFD242552141B"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: 5.0d
|
|
||||||
id: "1A0AAFFEBE392C23"
|
|
||||||
tasks: [{
|
|
||||||
id: "078B552C7DA1D03D"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:eumus_brick"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "784A018C929B7FA0"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 5
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "374563F34FF46E78"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: 2.0d
|
|
||||||
id: "6313806C748462E7"
|
|
||||||
tasks: [{
|
|
||||||
id: "0353494B1CD38A03"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:poise_bookshelf"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "01EF57F405F6A909"
|
|
||||||
type: "item"
|
|
||||||
item: "aquaculture:lockbox"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "36DA7334FC027763"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: 3.5d
|
|
||||||
id: "16A7EE5B41602F29"
|
|
||||||
tasks: [{
|
|
||||||
id: "12B6DD4ADDCF3429"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:poise_planks"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0000000000000628"
|
|
||||||
type: "item"
|
|
||||||
item: "randomite:randomite_ore"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
x: 0.0d
|
x: 0.0d
|
||||||
y: 3.5d
|
y: 3.5d
|
||||||
@ -273,123 +87,6 @@
|
|||||||
item: "aquaculture:lockbox"
|
item: "aquaculture:lockbox"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: 6.0d
|
|
||||||
id: "5E58C743EB40697D"
|
|
||||||
tasks: [{
|
|
||||||
id: "4DA467D02330A18D"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:bolloom_balloon"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7236CBEA3BD81F3F"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 5
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1BDB978B19568834"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0BA4161A4D8AB0E4"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "ftbquests:lootcrate"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
type: "materials_random"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -6.0d
|
|
||||||
y: 3.5d
|
|
||||||
id: "4417B225D5CD5381"
|
|
||||||
tasks: [{
|
|
||||||
id: "68CFF21289B30F3E"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:poise_chest"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "0CD57CE6D2BB0216"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 5
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "07D113535D3B2A6E"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -5.5d
|
|
||||||
y: 4.5d
|
|
||||||
id: "2E786F1B59BC1560"
|
|
||||||
tasks: [{
|
|
||||||
id: "6B2A602D98802BB6"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:ender_lantern"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "1D5C905E1B83A5AA"
|
|
||||||
type: "item"
|
|
||||||
item: "aquaculture:lockbox"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4EBC517C756A82A6"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "75CA88F230B8344E"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "ftbquests:lootcrate"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
type: "materials_random"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.5d
|
|
||||||
y: 4.5d
|
|
||||||
id: "61B63B9A90DC9A41"
|
|
||||||
tasks: [{
|
|
||||||
id: "6596A5A4EDE55B69"
|
|
||||||
type: "item"
|
|
||||||
item: "endergetic:ender_campfire"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "4293EF83D8A7B5C6"
|
|
||||||
type: "item"
|
|
||||||
item: "aquaculture:lockbox"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "65A9C5C801133A05"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "4FD58A74F4D07219"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "ftbquests:lootcrate"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
type: "materials_random"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
icon: {
|
icon: {
|
||||||
id: "minecraft:elytra"
|
id: "minecraft:elytra"
|
||||||
@ -1904,182 +1601,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: 7.5d
|
|
||||||
shape: "square"
|
|
||||||
dependencies: ["63A64571BBB85FE5"]
|
|
||||||
id: "5ED2954BF674562F"
|
|
||||||
tasks: [{
|
|
||||||
id: "20B0F05D27F0EFFE"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "betterendforge:virid_jadestone"
|
|
||||||
Count: 1b
|
|
||||||
ForgeCaps: {
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "6B2CCA9658D27CEB"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0EA3C69AA7F35A78"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5F2A2048F52402FF"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "aquaculture:box"
|
|
||||||
Count: 1b
|
|
||||||
ForgeCaps: {
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: 10.0d
|
|
||||||
shape: "square"
|
|
||||||
dependencies: ["63A64571BBB85FE5"]
|
|
||||||
id: "6CEB160C26CB76E6"
|
|
||||||
tasks: [{
|
|
||||||
id: "11B3D6DDA9005BDB"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "betterendforge:azure_jadestone"
|
|
||||||
Count: 1b
|
|
||||||
ForgeCaps: {
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "799D599526DB22A5"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6CE35B230C2E3C22"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6C57B5296DE472F4"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "aquaculture:box"
|
|
||||||
Count: 1b
|
|
||||||
ForgeCaps: {
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: 8.5d
|
|
||||||
shape: "square"
|
|
||||||
dependencies: ["63A64571BBB85FE5"]
|
|
||||||
id: "449B74375F7BF371"
|
|
||||||
tasks: [{
|
|
||||||
id: "0E471FB798860CD9"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "betterendforge:sandy_jadestone"
|
|
||||||
Count: 1b
|
|
||||||
ForgeCaps: {
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "43DB4B3A6F10F83F"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "07645A3E86B08644"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6882264444AFE6C5"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "aquaculture:box"
|
|
||||||
Count: 1b
|
|
||||||
ForgeCaps: {
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: 9.5d
|
|
||||||
shape: "square"
|
|
||||||
dependencies: ["63A64571BBB85FE5"]
|
|
||||||
id: "0E36BF29D8DD8FD7"
|
|
||||||
tasks: [{
|
|
||||||
id: "1236B5E099206A20"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "betterendforge:umbralith"
|
|
||||||
Count: 1b
|
|
||||||
ForgeCaps: {
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "6C05DF44E63817D9"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "59BE9330FDC7E139"
|
|
||||||
type: "custom"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3ADF71BD27F95B64"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "aquaculture:box"
|
|
||||||
Count: 1b
|
|
||||||
ForgeCaps: {
|
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
|
||||||
BuiltInEnchantments: [ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
x: 6.0d
|
x: 6.0d
|
||||||
y: 6.5d
|
y: 6.5d
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "5A4525EE85A001DD"
|
id: "5A4525EE85A001DD"
|
||||||
group: "234D12C999BA9832"
|
group: "234D12C999BA9832"
|
||||||
order_index: 8
|
order_index: 10
|
||||||
filename: "enigmatic_legacy"
|
filename: "enigmatic_legacy"
|
||||||
title: "Enigmatic Legacy"
|
title: "Enigmatic Legacy"
|
||||||
icon: "enigmaticlegacy:astral_dust"
|
icon: "enigmaticlegacy:astral_dust"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "6F6B82E04E896DD4"
|
id: "6F6B82E04E896DD4"
|
||||||
group: "78206C9353FDEF6F"
|
group: "3F056B9CFF789F29"
|
||||||
order_index: 59
|
order_index: 3
|
||||||
filename: "enigmatic_legacy4"
|
filename: "enigmatic_legacy4"
|
||||||
title: "Enigmatic Legacy"
|
title: "Enigmatic Legacy"
|
||||||
icon: {
|
icon: {
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
id: "1429C1F3A692BD99"
|
id: "1429C1F3A692BD99"
|
||||||
group: "78206C9353FDEF6F"
|
group: "234D12C999BA9832"
|
||||||
order_index: 20
|
order_index: 11
|
||||||
filename: "enigmatic_legacy3"
|
filename: "enigmatic_legacy_the_ring"
|
||||||
title: "Enigmatic Legacy3"
|
title: "Enigmatic Legacy: The Ring"
|
||||||
icon: "enigmaticlegacy:cursed_ring"
|
icon: "enigmaticlegacy:cursed_ring"
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
default_hide_dependency_lines: false
|
default_hide_dependency_lines: false
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "000000000000003B"
|
id: "000000000000003B"
|
||||||
group: "3F056B9CFF789F29"
|
group: "1838AE681EA99F1E"
|
||||||
order_index: 1
|
order_index: 4
|
||||||
filename: "exploration"
|
filename: "exploration"
|
||||||
title: "Exploration"
|
title: "Exploration"
|
||||||
icon: "minecraft:grass_block"
|
icon: "minecraft:grass_block"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "0000000000000005"
|
id: "0000000000000005"
|
||||||
group: "78206C9353FDEF6F"
|
group: "1838AE681EA99F1E"
|
||||||
order_index: 34
|
order_index: 5
|
||||||
filename: "floral_encouters"
|
filename: "floral_encouters"
|
||||||
title: "Floral Encounters"
|
title: "Floral Encounters"
|
||||||
icon: "botania:cosmetic_four_leaf_clover"
|
icon: "botania:cosmetic_four_leaf_clover"
|
||||||
@ -599,7 +599,7 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 4.0d
|
x: 4.0d
|
||||||
y: 5.0d
|
y: 6.0d
|
||||||
subtitle: "Vegetarian"
|
subtitle: "Vegetarian"
|
||||||
id: "00000000000000E2"
|
id: "00000000000000E2"
|
||||||
tasks: [{
|
tasks: [{
|
||||||
@ -1194,72 +1194,8 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 8.0d
|
x: 7.5d
|
||||||
y: 28.0d
|
y: 12.5d
|
||||||
subtitle: "Legendary Mana Generator"
|
|
||||||
dependencies: ["000000000000017D"]
|
|
||||||
id: "6424CCA53EA8D0F9"
|
|
||||||
tasks: [{
|
|
||||||
id: "7761D860BB1024B6"
|
|
||||||
type: "item"
|
|
||||||
item: "mythicbotany:aura_ring_greatest"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7440E80D91BB1567"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:blacker_lotus"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0000000000000434"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 35
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "32A5A54B2629DC5B"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:essence_floral"
|
|
||||||
count: 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.0d
|
|
||||||
y: 28.0d
|
|
||||||
subtitle: "Legendary Mana Storage"
|
|
||||||
dependencies: ["0000000000000083"]
|
|
||||||
id: "0000000000000193"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000194"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "mythicbotany:mana_ring_greatest"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "38854CAC075BD7E5"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:blacker_lotus"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0000000000000435"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 35
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5D8FC13FE97EE650"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:essence_floral"
|
|
||||||
count: 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 10.0d
|
|
||||||
y: 17.5d
|
|
||||||
subtitle: "Ring Of The Fairy Master"
|
subtitle: "Ring Of The Fairy Master"
|
||||||
hide_dependency_lines: true
|
hide_dependency_lines: true
|
||||||
id: "0000000000000195"
|
id: "0000000000000195"
|
||||||
@ -1300,8 +1236,8 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 10.0d
|
x: 8.5d
|
||||||
y: 18.5d
|
y: 12.5d
|
||||||
subtitle: "Ring Of The Embraced Builder"
|
subtitle: "Ring Of The Embraced Builder"
|
||||||
hide_dependency_lines: true
|
hide_dependency_lines: true
|
||||||
id: "0000000000000197"
|
id: "0000000000000197"
|
||||||
@ -1341,76 +1277,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
|
||||||
x: 10.0d
|
|
||||||
y: 19.5d
|
|
||||||
subtitle: "Ring Of Fire"
|
|
||||||
hide_dependency_lines: true
|
|
||||||
id: "0000000000000199"
|
|
||||||
tasks: [{
|
|
||||||
id: "000000000000019A"
|
|
||||||
type: "item"
|
|
||||||
item: "mythicbotany:fire_ring"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "000000000000054C"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:pixie_dust"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0AD54D812682E50C"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:elementium_ingot"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0EEA7BE5C44A01A4"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 15
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1CE18B780E24D2F3"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:essence_floral"
|
|
||||||
count: 3
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 10.0d
|
|
||||||
y: 20.5d
|
|
||||||
subtitle: "Ring Of Frost"
|
|
||||||
hide_dependency_lines: true
|
|
||||||
id: "000000000000019B"
|
|
||||||
tasks: [{
|
|
||||||
id: "000000000000019C"
|
|
||||||
type: "item"
|
|
||||||
item: "mythicbotany:ice_ring"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "70AB323AEE42C735"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:pixie_dust"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "58754C0E244B7D4A"
|
|
||||||
type: "item"
|
|
||||||
item: "botania:elementium_ingot"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0E32D6D5F7E7D335"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 15
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "459DAC5F5B2D6E3F"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:essence_floral"
|
|
||||||
count: 3
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
x: 0.0d
|
x: 0.0d
|
||||||
y: 2.0d
|
y: 2.0d
|
||||||
@ -1581,7 +1447,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 2.0d
|
x: 1.0d
|
||||||
y: 10.5d
|
y: 10.5d
|
||||||
subtitle: "Sword With A Hint Of Range Attack"
|
subtitle: "Sword With A Hint Of Range Attack"
|
||||||
dependencies: ["00000000000000EA"]
|
dependencies: ["00000000000000EA"]
|
||||||
@ -1612,7 +1478,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: -2.0d
|
x: -1.0d
|
||||||
y: 10.5d
|
y: 10.5d
|
||||||
subtitle: "Leveling Grants Bonuses \\& Status"
|
subtitle: "Leveling Grants Bonuses \\& Status"
|
||||||
dependencies: ["00000000000000EA"]
|
dependencies: ["00000000000000EA"]
|
||||||
@ -1644,8 +1510,8 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 2.5d
|
x: 1.0d
|
||||||
y: 11.5d
|
y: 12.5d
|
||||||
subtitle: "Tree-Decapitater"
|
subtitle: "Tree-Decapitater"
|
||||||
dependencies: ["00000000000000EA"]
|
dependencies: ["00000000000000EA"]
|
||||||
id: "00000000000001FE"
|
id: "00000000000001FE"
|
||||||
@ -1674,73 +1540,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: 11.5d
|
|
||||||
subtitle: "5x5 Shoveling"
|
|
||||||
dependencies: ["00000000000000EA"]
|
|
||||||
id: "0000000000000200"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000201"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botaniaadditions:terra_shovel"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "004DE64224B8CE68"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 20
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2AA73FD7E2758777"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:essence_floral"
|
|
||||||
count: 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: 26.5d
|
|
||||||
subtitle: "Really Consuming Infuser"
|
|
||||||
id: "0000000000000202"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "0000000000000203"
|
|
||||||
type: "item"
|
|
||||||
item: "mythicbotany:mana_infuser"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0000000000000436"
|
|
||||||
type: "item"
|
|
||||||
item: "mythicbotany:alfsteel_ingot"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "000000000000043F"
|
|
||||||
type: "item"
|
|
||||||
item: "mythicbotany:alfsteel_pylon"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0000000000000440"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 50
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "60451ADAAF0A664A"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:essence_floral"
|
|
||||||
count: 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
x: -9.0d
|
x: -9.0d
|
||||||
y: 7.5d
|
y: 7.5d
|
||||||
@ -2029,77 +1828,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: 28.0d
|
|
||||||
subtitle: "One Of The Best!"
|
|
||||||
dependencies: ["0000000000000202"]
|
|
||||||
id: "0000000000000219"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "000000000000021A"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "mythicbotany:alfsteel_helmet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0000000000000441"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "mythicbotany:alfsteel_chestplate"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0000000000000442"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "mythicbotany:alfsteel_leggings"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0000000000000443"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "mythicbotany:alfsteel_boots"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "0E73E47A44759B95"
|
|
||||||
type: "item"
|
|
||||||
item: "mythicbotany:alfsteel_ingot"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0000000000000553"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 50
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "51B0B38D71A643D8"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:essence_floral"
|
|
||||||
count: 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
x: -1.0d
|
x: -1.0d
|
||||||
y: 19.0d
|
y: 19.0d
|
||||||
@ -2242,40 +1970,9 @@
|
|||||||
xp_levels: 5
|
xp_levels: 5
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: 12.5d
|
|
||||||
subtitle: "Who Needs Volley?"
|
|
||||||
dependencies: ["00000000000000EA"]
|
|
||||||
id: "0000000000000233"
|
|
||||||
tasks: [{
|
|
||||||
id: "0000000000000234"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "botaniaadditions:terra_bow"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "007C2651BA73391F"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 20
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3AF5AD0CC01B1CCC"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:essence_floral"
|
|
||||||
count: 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
title: "Thorn Chakrams"
|
title: "Thorn Chakrams"
|
||||||
x: -2.0d
|
x: -1.0d
|
||||||
y: 12.5d
|
y: 12.5d
|
||||||
subtitle: "FLING!"
|
subtitle: "FLING!"
|
||||||
dependencies: ["00000000000000EA"]
|
dependencies: ["00000000000000EA"]
|
||||||
@ -2465,7 +2162,7 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
x: 0.0d
|
x: 0.0d
|
||||||
y: 25.0d
|
y: 23.0d
|
||||||
subtitle: "Random Gaia Artifacts"
|
subtitle: "Random Gaia Artifacts"
|
||||||
hide_dependency_lines: true
|
hide_dependency_lines: true
|
||||||
id: "0000000000000444"
|
id: "0000000000000444"
|
||||||
@ -2494,28 +2191,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: 5.5d
|
|
||||||
subtitle: "Rain = Power"
|
|
||||||
id: "5E33AD89B2E367E6"
|
|
||||||
tasks: [{
|
|
||||||
id: "2AFF683957AC57FE"
|
|
||||||
type: "item"
|
|
||||||
item: "mythicbotany:raindeletia"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "3EE7ADB9FEF22E8C"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 10
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "508B4C230F73E024"
|
|
||||||
type: "item"
|
|
||||||
item: "kubejs:essence_floral"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,24 +1,12 @@
|
|||||||
{
|
{
|
||||||
id: "42510D445257E239"
|
id: "42510D445257E239"
|
||||||
group: "0D8CA5D6B1F10989"
|
group: "17C6D3A9847C6311"
|
||||||
order_index: 0
|
order_index: 2
|
||||||
filename: "4flux_networks"
|
filename: "flux_networks"
|
||||||
title: "&cFlux Networks"
|
title: "Flux Networks"
|
||||||
icon: "fluxnetworks:flux_controller"
|
icon: "fluxnetworks:flux_controller"
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
default_hide_dependency_lines: false
|
default_hide_dependency_lines: false
|
||||||
images: [{
|
|
||||||
x: -1.3214285714285694d
|
|
||||||
y: -7.125d
|
|
||||||
width: 0.3d
|
|
||||||
height: 1.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/quest.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}]
|
|
||||||
quests: [
|
quests: [
|
||||||
{
|
{
|
||||||
title: "&f&lFlux"
|
title: "&f&lFlux"
|
||||||
@ -326,10 +314,20 @@
|
|||||||
{
|
{
|
||||||
title: "&f&lFlux Networks"
|
title: "&f&lFlux Networks"
|
||||||
icon: {
|
icon: {
|
||||||
id: "ftbquests:custom_icon"
|
id: "thermal:energy_cell"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
tag: {
|
tag: {
|
||||||
Icon: "kubejs:textures/item/fn.png"
|
BlockEntityTag: {
|
||||||
|
EnergyMax: 1000000
|
||||||
|
EnergySend: 1000
|
||||||
|
Energy: 0
|
||||||
|
EnergyRecv: 1000
|
||||||
|
}
|
||||||
|
}
|
||||||
|
ForgeCaps: {
|
||||||
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
x: -2.0d
|
x: -2.0d
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "7DAE0912A85164A7"
|
id: "7DAE0912A85164A7"
|
||||||
group: "78206C9353FDEF6F"
|
group: "234D12C999BA9832"
|
||||||
order_index: 11
|
order_index: 12
|
||||||
filename: "forbidden_and_arcanus"
|
filename: "forbidden_and_arcanus"
|
||||||
title: "Forbidden and Arcanus"
|
title: "Forbidden and Arcanus"
|
||||||
icon: "forbidden_arcanus:arcane_crystal"
|
icon: "forbidden_arcanus:arcane_crystal"
|
||||||
@ -414,7 +414,15 @@
|
|||||||
{
|
{
|
||||||
id: "1AFEB8E89C189833"
|
id: "1AFEB8E89C189833"
|
||||||
type: "item"
|
type: "item"
|
||||||
item: "xreliquary:ice_magus_rod"
|
item: {
|
||||||
|
id: "minecraft:experience_bottle"
|
||||||
|
Count: 1b
|
||||||
|
ForgeCaps: {
|
||||||
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -443,21 +451,19 @@
|
|||||||
type: "xp_levels"
|
type: "xp_levels"
|
||||||
xp_levels: 5
|
xp_levels: 5
|
||||||
}
|
}
|
||||||
{
|
|
||||||
id: "3206DF4159977C2D"
|
|
||||||
type: "item"
|
|
||||||
item: "upgrade_aquatic:elder_eye"
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
id: "1B3A01A86E87CE62"
|
id: "1B3A01A86E87CE62"
|
||||||
type: "item"
|
type: "item"
|
||||||
item: {
|
item: {
|
||||||
id: "evilcraft:spectral_glasses"
|
id: "minecraft:experience_bottle"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
tag: {
|
ForgeCaps: {
|
||||||
Damage: 0
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
count: 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,546 +0,0 @@
|
|||||||
{
|
|
||||||
id: "39A7FB1403A5E974"
|
|
||||||
group: "78206C9353FDEF6F"
|
|
||||||
order_index: 19
|
|
||||||
filename: "getting_started2"
|
|
||||||
title: "Getting Started2"
|
|
||||||
icon: "minecraft:grass_block"
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -3.5d
|
|
||||||
shape: "octagon"
|
|
||||||
subtitle: "Starting basics"
|
|
||||||
id: "785F7763B06CA043"
|
|
||||||
tasks: [{
|
|
||||||
id: "1B5C0EA37FA80623"
|
|
||||||
type: "item"
|
|
||||||
title: "Logs"
|
|
||||||
icon: "minecraft:oak_log"
|
|
||||||
item: {
|
|
||||||
id: "itemfilters:tag"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
value: "minecraft:logs"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
count: 32L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0A4301D6718B8019"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:oak_planks"
|
|
||||||
count: 32
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -2.5d
|
|
||||||
dependencies: ["785F7763B06CA043"]
|
|
||||||
id: "6691490B0E029268"
|
|
||||||
tasks: [{
|
|
||||||
id: "6461302C47AF4113"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:crafting_table"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "7650B624BC3CC4EB"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["785F7763B06CA043"]
|
|
||||||
id: "14497C92CAFBCD82"
|
|
||||||
tasks: [{
|
|
||||||
id: "029A4556D2880C5F"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:cobblestone"
|
|
||||||
count: 8L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "67EB4884C29E4B31"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["14497C92CAFBCD82"]
|
|
||||||
id: "1498AB5F7EB96658"
|
|
||||||
tasks: [{
|
|
||||||
id: "60306F1D43D0C8EE"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:furnace"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "2507B0CAC3868A8E"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -4.5d
|
|
||||||
dependencies: ["1498AB5F7EB96658"]
|
|
||||||
id: "665C4124EF2EED68"
|
|
||||||
tasks: [{
|
|
||||||
id: "59C67C25CB831571"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:smoker"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "5F7DAB4F914C6B6E"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -2.5d
|
|
||||||
dependencies: ["1498AB5F7EB96658"]
|
|
||||||
id: "5AF73FE70F8B6CE2"
|
|
||||||
tasks: [{
|
|
||||||
id: "4DEE7DA7D2F13514"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:blast_furnace"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "433D4D238930DD7B"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["1498AB5F7EB96658"]
|
|
||||||
id: "47BA5DFD32622803"
|
|
||||||
tasks: [{
|
|
||||||
id: "25828073CA262D3F"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:iron_ingot"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0C8A21BF68A90803"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["47BA5DFD32622803"]
|
|
||||||
id: "0BA22ABEB3D65DE2"
|
|
||||||
tasks: [{
|
|
||||||
id: "468AD74E450DE002"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:lava_bucket"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "62620766D7F03BD4"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -2.5d
|
|
||||||
dependencies: ["0BA22ABEB3D65DE2"]
|
|
||||||
id: "5B3BBE4B58C16F35"
|
|
||||||
tasks: [{
|
|
||||||
id: "57CB98BFE4F2E168"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:obsidian"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "08679053284E784E"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -4.5d
|
|
||||||
dependencies: ["47BA5DFD32622803"]
|
|
||||||
id: "0988763630748AED"
|
|
||||||
tasks: [{
|
|
||||||
id: "0C499F43AEA5E483"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "minecraft:flint_and_steel"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "2F11B13E132DC46D"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.0d
|
|
||||||
y: -4.0d
|
|
||||||
dependencies: ["67EC95AF8740F4CB"]
|
|
||||||
id: "60EDDAA798C340C5"
|
|
||||||
tasks: [{
|
|
||||||
id: "2419AF6FE4922583"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:blaze_rod"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "075D4BE8BDD332E8"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["60EDDAA798C340C5"]
|
|
||||||
id: "3C83FC6FC6AF5664"
|
|
||||||
tasks: [{
|
|
||||||
id: "5566F30D97C707FE"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:ender_eye"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "1965AE5531511276"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.0d
|
|
||||||
y: -3.0d
|
|
||||||
dependencies: ["61D62087F74D1130"]
|
|
||||||
id: "2CB2CBF1D288A844"
|
|
||||||
tasks: [{
|
|
||||||
id: "33DFA2968BE2741E"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:end_stone"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "3A7B7AA5E2C515FF"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.0d
|
|
||||||
y: -3.0d
|
|
||||||
dependencies: ["67EC95AF8740F4CB"]
|
|
||||||
id: "15A6CF65FC8F2742"
|
|
||||||
tasks: [{
|
|
||||||
id: "3E541D5720413B2C"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:netherrack"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "181458E07C655214"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["3C83FC6FC6AF5664"]
|
|
||||||
id: "61D62087F74D1130"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "21497095EEFE706E"
|
|
||||||
type: "dimension"
|
|
||||||
title: "Visit Dimension : &dThe End"
|
|
||||||
dimension: "minecraft:the_end"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "37346A00B242FC12"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Quest Debug"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "43396FB044465F8B"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.0d
|
|
||||||
y: -4.0d
|
|
||||||
dependencies: ["61D62087F74D1130"]
|
|
||||||
id: "7AF5363753DEF27B"
|
|
||||||
tasks: [{
|
|
||||||
id: "4B023AB20431CEE3"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:purpur_block"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "237C6EB88EC82E06"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -1.5d
|
|
||||||
dependencies: ["6691490B0E029268"]
|
|
||||||
id: "3348C57BA6BD5C7F"
|
|
||||||
tasks: [{
|
|
||||||
id: "0AF0AEE17327A193"
|
|
||||||
type: "item"
|
|
||||||
item: "vanillatweaks:pad"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "7974812ED6671BCF"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: -5.0d
|
|
||||||
shape: "gear"
|
|
||||||
description: ["Creating the teleporter allow you to visit a dimension that only consists of caves !"]
|
|
||||||
hide_dependency_lines: true
|
|
||||||
dependencies: [
|
|
||||||
"785F7763B06CA043"
|
|
||||||
"14497C92CAFBCD82"
|
|
||||||
]
|
|
||||||
size: 1.2d
|
|
||||||
id: "22216C516D42C2E4"
|
|
||||||
tasks: [{
|
|
||||||
id: "2D507AD17B6CEC23"
|
|
||||||
type: "item"
|
|
||||||
item: "mining_dimension:teleporter"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "2DF2D5534A5E645F"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 8.5d
|
|
||||||
y: -2.5d
|
|
||||||
shape: "gear"
|
|
||||||
id: "7BB2F53904170212"
|
|
||||||
tasks: [{
|
|
||||||
id: "211EA97C53E009D1"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "tiab:timeinabottle"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
timeData: { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "41F6C04BB124DF50"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Entangled"
|
|
||||||
x: 8.5d
|
|
||||||
y: -3.5d
|
|
||||||
shape: "gear"
|
|
||||||
description: [
|
|
||||||
"Entangled gives you the materials needed to bind two blocks together, allowing you to interact with either one as if they were the same block !"
|
|
||||||
""
|
|
||||||
"This will allow you to transfer items, energy, fluids or whatever you want instantly, you can have more than six sides to work with or you could just hide your messy cables, the possibilities are endless !"
|
|
||||||
""
|
|
||||||
"&6&lBinding an Entangled Block :"
|
|
||||||
"&a1.&r Craft an Entangled Block and an Entangled Binder"
|
|
||||||
"&a2.&r Place down your Entangled Block"
|
|
||||||
"&a3.&r Right-Click on the block you want to bind with the Entangled Binder"
|
|
||||||
"&a4.&r Right-Click on your Entangled Block with the Entangled Binder"
|
|
||||||
]
|
|
||||||
dependencies: ["679EEA8ED654D878"]
|
|
||||||
id: "6B5C0839F2618B98"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "697DA91113B984D7"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "entangled:block"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6747852B346FF8C1"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "entangled:item"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "47D96E0789A5333E"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 8.5d
|
|
||||||
y: -4.5d
|
|
||||||
shape: "gear"
|
|
||||||
hide_dependency_lines: true
|
|
||||||
dependencies: ["5B3BBE4B58C16F35"]
|
|
||||||
id: "32D9A7820E7750D7"
|
|
||||||
tasks: [{
|
|
||||||
id: "6F7AE8448210A1F5"
|
|
||||||
type: "item"
|
|
||||||
item: "waystones:waystone"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "59EBFF9BECA79C0C"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: -6.0d
|
|
||||||
dependencies: ["22216C516D42C2E4"]
|
|
||||||
id: "274B81B90110E01A"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "227C65F74D390FCD"
|
|
||||||
type: "dimension"
|
|
||||||
title: "Visit Dimension : &2Mining Dimension"
|
|
||||||
dimension: "mining_dimension:mining"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "63916FBAEDED7322"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Quest Debug"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "120397BA5B5152B6"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.0d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: [
|
|
||||||
"5B3BBE4B58C16F35"
|
|
||||||
"0988763630748AED"
|
|
||||||
]
|
|
||||||
id: "67EC95AF8740F4CB"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "7AA6307296B89521"
|
|
||||||
type: "dimension"
|
|
||||||
title: "Visit Dimension : &4Nether"
|
|
||||||
dimension: "minecraft:the_nether"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "20FAD7F7A307CD71"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Quest Debug"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "43F59119B2538EE7"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: -3.5d
|
|
||||||
description: [
|
|
||||||
"This &aScanner&r will help you to find some ressouces/mobs/entities..."
|
|
||||||
"But you will need &aUpgrades&r to do this"
|
|
||||||
]
|
|
||||||
hide_dependency_lines: true
|
|
||||||
dependencies: ["47BA5DFD32622803"]
|
|
||||||
id: "2A969C06C468CEAD"
|
|
||||||
tasks: [{
|
|
||||||
id: "446712E63CBC2C47"
|
|
||||||
type: "item"
|
|
||||||
item: "scannable:scanner"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "303E8C5E91DBE60F"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Scanner Upgrades"
|
|
||||||
x: 10.5d
|
|
||||||
y: -3.5d
|
|
||||||
description: ["So this are the &aUpgrades&r"]
|
|
||||||
dependencies: ["2A969C06C468CEAD"]
|
|
||||||
id: "7789E43E121BEE67"
|
|
||||||
tasks: [{
|
|
||||||
id: "1285B9D4AB41F05C"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "itemfilters:or"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
id: "scannable:module_fluid"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "scannable:module_ore_rare"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "scannable:module_range"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "scannable:module_entity"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "scannable:module_animal"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "scannable:module_monster"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "scannable:module_block"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "scannable:module_ore_common"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "235F9DBEC1670431"
|
|
||||||
type: "random"
|
|
||||||
table_id: 4063386593177790740L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "699BA072B094D03B"
|
id: "699BA072B094D03B"
|
||||||
group: "3F056B9CFF789F29"
|
group: "3F056B9CFF789F29"
|
||||||
order_index: 2
|
order_index: 4
|
||||||
filename: "grand_achievements"
|
filename: "grand_achievements"
|
||||||
title: "Grand Achievements"
|
title: "Grand Achievements"
|
||||||
icon: "minecraft:bookshelf"
|
icon: "minecraft:bookshelf"
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
{
|
{
|
||||||
id: "0399220027D545F6"
|
id: "0399220027D545F6"
|
||||||
group: "78206C9353FDEF6F"
|
group: "2A642849A0E86509"
|
||||||
order_index: 61
|
order_index: 1
|
||||||
filename: "alexs_mobs"
|
filename: "hostile_world"
|
||||||
title: "Hostile World"
|
title: "Hostile World"
|
||||||
icon: {
|
icon: {
|
||||||
id: "rats:rat_upgrade_warrior"
|
id: "minecraft:chainmail_helmet"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
|
tag: {
|
||||||
|
Damage: 0
|
||||||
|
}
|
||||||
ForgeCaps: {
|
ForgeCaps: {
|
||||||
"dungeons_libraries:built_in_enchantments": {
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
BuiltInEnchantments: [ ]
|
BuiltInEnchantments: [ ]
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "64BDE577925E9849"
|
id: "64BDE577925E9849"
|
||||||
group: "78206C9353FDEF6F"
|
group: "1838AE681EA99F1E"
|
||||||
order_index: 55
|
order_index: 6
|
||||||
filename: "into_the_sands"
|
filename: "into_the_sands"
|
||||||
title: "Into the sands"
|
title: "Into the sands"
|
||||||
icon: "atum:scarab"
|
icon: "atum:scarab"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "13C4DFA75BA24DE9"
|
id: "13C4DFA75BA24DE9"
|
||||||
group: "78206C9353FDEF6F"
|
group: ""
|
||||||
order_index: 65
|
order_index: 1
|
||||||
filename: "leveling"
|
filename: "leveling"
|
||||||
title: "Leveling"
|
title: "Leveling"
|
||||||
icon: "minecraft:experience_bottle"
|
icon: "minecraft:experience_bottle"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "18CB6387FD28AEB8"
|
id: "18CB6387FD28AEB8"
|
||||||
group: "78206C9353FDEF6F"
|
group: "234D12C999BA9832"
|
||||||
order_index: 12
|
order_index: 13
|
||||||
filename: "mana_and_artifice"
|
filename: "mana_and_artifice"
|
||||||
title: "Mana and Artifice"
|
title: "Mana and Artifice"
|
||||||
icon: "mana-and-artifice:ritual_focus_greater"
|
icon: "mana-and-artifice:ritual_focus_greater"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "0000000000000003"
|
id: "0000000000000003"
|
||||||
group: "17C6D3A9847C6311"
|
group: "17C6D3A9847C6311"
|
||||||
order_index: 2
|
order_index: 3
|
||||||
filename: "mekanism"
|
filename: "mekanism"
|
||||||
title: "Mekanism"
|
title: "Mekanism"
|
||||||
icon: "mekanism:metallurgic_infuser"
|
icon: "mekanism:metallurgic_infuser"
|
||||||
|
@ -1,32 +1,30 @@
|
|||||||
{
|
{
|
||||||
id: "6EA731A90FB3F61A"
|
id: "6EA731A90FB3F61A"
|
||||||
group: "78206C9353FDEF6F"
|
group: "17C6D3A9847C6311"
|
||||||
order_index: 1
|
order_index: 4
|
||||||
filename: "mekanism6"
|
filename: "mekanism_2"
|
||||||
title: "&dMekanism6"
|
title: "Mekanism 2"
|
||||||
icon: "mekanism:robit"
|
icon: {
|
||||||
|
id: "mekanism:robit"
|
||||||
|
Count: 1b
|
||||||
|
ForgeCaps: {
|
||||||
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
default_quest_shape: ""
|
default_quest_shape: ""
|
||||||
default_hide_dependency_lines: false
|
default_hide_dependency_lines: false
|
||||||
images: [{
|
|
||||||
x: -13.142857142857139d
|
|
||||||
y: -14.232142857142861d
|
|
||||||
width: 0.3d
|
|
||||||
height: 1.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/item/quest.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}]
|
|
||||||
quests: [
|
quests: [
|
||||||
{
|
{
|
||||||
title: "&e&lWelcome to Mekanism"
|
title: "&e&lWelcome to Mekanism"
|
||||||
icon: {
|
icon: {
|
||||||
id: "ftbquests:custom_icon"
|
id: "mekanism:basic_control_circuit"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
tag: {
|
ForgeCaps: {
|
||||||
Icon: "kubejs:textures/item/meka.png"
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
x: -13.92857142857143d
|
x: -13.92857142857143d
|
||||||
@ -286,10 +284,12 @@
|
|||||||
{
|
{
|
||||||
title: "&e&lThe Fusion Reactor"
|
title: "&e&lThe Fusion Reactor"
|
||||||
icon: {
|
icon: {
|
||||||
id: "ftbquests:custom_icon"
|
id: "mekanismgenerators:fusion_reactor_controller"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
tag: {
|
ForgeCaps: {
|
||||||
Icon: "kubejs:textures/item/fusion_reactor.png"
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
x: -0.4642857142857153d
|
x: -0.4642857142857153d
|
||||||
@ -2298,10 +2298,12 @@
|
|||||||
{
|
{
|
||||||
title: "&e&lThe Industrial Turbine"
|
title: "&e&lThe Industrial Turbine"
|
||||||
icon: {
|
icon: {
|
||||||
id: "ftbquests:custom_icon"
|
id: "mekanismgenerators:turbine_blade"
|
||||||
Count: 1b
|
Count: 1b
|
||||||
tag: {
|
ForgeCaps: {
|
||||||
Icon: "kubejs:textures/item/industrial_turbine.png"
|
"dungeons_libraries:built_in_enchantments": {
|
||||||
|
BuiltInEnchantments: [ ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
x: -6.892857142857146d
|
x: -6.892857142857146d
|
@ -1,185 +0,0 @@
|
|||||||
{
|
|
||||||
id: "14B289EEAADDD67B"
|
|
||||||
group: "78206C9353FDEF6F"
|
|
||||||
order_index: 69
|
|
||||||
filename: "metal_chest"
|
|
||||||
title: "Chests!"
|
|
||||||
icon: "minecraft:chest"
|
|
||||||
subtitle: ["Simple storage"]
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
x: -10.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["You have some storage now! but how can you make it hold more?"]
|
|
||||||
id: "20FC43BFD4D18515"
|
|
||||||
tasks: [{
|
|
||||||
id: "16327BA26F360741"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:chest"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "43BB99FCF8EA13D3"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:leather"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -8.5d
|
|
||||||
y: 2.0d
|
|
||||||
dependencies: ["20FC43BFD4D18515"]
|
|
||||||
id: "258FB566B6F5A74E"
|
|
||||||
tasks: [{
|
|
||||||
id: "2F23F7FFC694F963"
|
|
||||||
type: "item"
|
|
||||||
item: "ironchest:wood_to_iron_chest_upgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "5AB7379B08588B8E"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:gold_ingot"
|
|
||||||
count: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -8.5d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["the lowest of upgrades for your chest."]
|
|
||||||
dependencies: ["20FC43BFD4D18515"]
|
|
||||||
id: "5DB93574528AFAF0"
|
|
||||||
tasks: [{
|
|
||||||
id: "5027C5AFAFFD36A3"
|
|
||||||
type: "item"
|
|
||||||
item: "ironchest:wood_to_copper_chest_upgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "16609B411D75E005"
|
|
||||||
type: "item"
|
|
||||||
item: "mysticalworld:silver_ingot"
|
|
||||||
count: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -6.5d
|
|
||||||
y: 2.0d
|
|
||||||
description: ["Shiny and efficient!"]
|
|
||||||
dependencies: ["258FB566B6F5A74E"]
|
|
||||||
id: "33830C422EEB1D2C"
|
|
||||||
tasks: [{
|
|
||||||
id: "1C68EED97C3047DE"
|
|
||||||
type: "item"
|
|
||||||
item: "ironchest:iron_to_gold_chest_upgrade"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "2DE62827B8FECC5A"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:diamond"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "711C5289BB73CDBA"
|
|
||||||
type: "choice"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -5.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["1 step from obtaining the best possible chest!"]
|
|
||||||
dependencies: [
|
|
||||||
"33830C422EEB1D2C"
|
|
||||||
"69DC96AC9C47C0D9"
|
|
||||||
]
|
|
||||||
dependency_requirement: "one_completed"
|
|
||||||
id: "6E9F3451B3424E06"
|
|
||||||
tasks: [{
|
|
||||||
id: "7644F819A25DB729"
|
|
||||||
type: "item"
|
|
||||||
item: "ironchest:gold_to_diamond_chest_upgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "016EBD1598B0DDDE"
|
|
||||||
type: "item"
|
|
||||||
item: "ironchest:gold_to_diamond_chest_upgrade"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.5d
|
|
||||||
y: -1.0d
|
|
||||||
description: [
|
|
||||||
"Congrats! you have the best chest in the game! "
|
|
||||||
"BUT WAIT! there is something bigger!"
|
|
||||||
]
|
|
||||||
dependencies: ["6E9F3451B3424E06"]
|
|
||||||
id: "60F574E52AEF5C2E"
|
|
||||||
tasks: [{
|
|
||||||
id: "193E4583938A6AFB"
|
|
||||||
type: "item"
|
|
||||||
item: "ironchest:diamond_to_obsidian_chest_upgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "10C69A3678C2EC2E"
|
|
||||||
type: "item"
|
|
||||||
item: "colossalchests:chest_wall_iron"
|
|
||||||
count: 25
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -7.5d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["No vampires are touching this chest!"]
|
|
||||||
dependencies: ["5DB93574528AFAF0"]
|
|
||||||
id: "7C2DA4DB9449E2B2"
|
|
||||||
tasks: [{
|
|
||||||
id: "3AA80745A9B97BA3"
|
|
||||||
type: "item"
|
|
||||||
item: "ironchest:copper_to_silver_chest_upgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "28FECE120478260E"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:gold_ingot"
|
|
||||||
count: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -6.5d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["Shiny and efficient!"]
|
|
||||||
dependencies: ["7C2DA4DB9449E2B2"]
|
|
||||||
id: "69DC96AC9C47C0D9"
|
|
||||||
tasks: [{
|
|
||||||
id: "5F36A9BC11495D59"
|
|
||||||
type: "item"
|
|
||||||
item: "ironchest:silver_to_gold_chest_upgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0B3182625405306C"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:diamond"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.5d
|
|
||||||
y: 1.0d
|
|
||||||
description: [
|
|
||||||
"Congrats! you have the best chest in the game! "
|
|
||||||
"BUT WAIT! there is something bigger!"
|
|
||||||
]
|
|
||||||
dependencies: ["6E9F3451B3424E06"]
|
|
||||||
id: "3CEA85468AC786FA"
|
|
||||||
tasks: [{
|
|
||||||
id: "04775ECCD9C6E13E"
|
|
||||||
type: "item"
|
|
||||||
item: "ironchest:diamond_to_crystal_chest_upgrade"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6D156D2616C03309"
|
|
||||||
type: "item"
|
|
||||||
item: "colossalchests:chest_wall_iron"
|
|
||||||
count: 25
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "2D960E31957D9614"
|
id: "2D960E31957D9614"
|
||||||
group: "78206C9353FDEF6F"
|
group: "3F056B9CFF789F29"
|
||||||
order_index: 66
|
order_index: 5
|
||||||
filename: "minecolonies"
|
filename: "minecolonies"
|
||||||
title: "Minecolonies"
|
title: "Minecolonies"
|
||||||
icon: "minecolonies:blockhuttownhall"
|
icon: "minecolonies:blockhuttownhall"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "25E5597827B2F531"
|
id: "25E5597827B2F531"
|
||||||
group: "78206C9353FDEF6F"
|
group: "3F056B9CFF789F29"
|
||||||
order_index: 29
|
order_index: 6
|
||||||
filename: "mob_grinding_utils"
|
filename: "mob_grinding_utils"
|
||||||
title: "Mob Grinding Utils"
|
title: "Mob Grinding Utils"
|
||||||
icon: "mob_grinding_utils:saw"
|
icon: "mob_grinding_utils:saw"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,666 +0,0 @@
|
|||||||
{
|
|
||||||
id: "1A566D1005CF5381"
|
|
||||||
group: "78206C9353FDEF6F"
|
|
||||||
order_index: 38
|
|
||||||
filename: "nether2"
|
|
||||||
title: "Nether2"
|
|
||||||
icon: "minecraft:magma_block"
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
images: [{
|
|
||||||
x: 2.0d
|
|
||||||
y: -11.5d
|
|
||||||
width: 10.0d
|
|
||||||
height: 2.0d
|
|
||||||
rotation: 0.0d
|
|
||||||
image: "kubejs:textures/other/nether.png"
|
|
||||||
hover: [ ]
|
|
||||||
click: ""
|
|
||||||
dev: false
|
|
||||||
corner: false
|
|
||||||
}]
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
title: "Enter the Nether"
|
|
||||||
x: 1.0d
|
|
||||||
y: -8.5d
|
|
||||||
subtitle: "You might want to bring some Gold for the Piglins"
|
|
||||||
id: "492F2A93499D5171"
|
|
||||||
tasks: [{
|
|
||||||
id: "067822E39CCDE47A"
|
|
||||||
type: "dimension"
|
|
||||||
dimension: "minecraft:the_nether"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "4913C6EB43B9454B"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:gold_ingot"
|
|
||||||
count: 4
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: -8.5d
|
|
||||||
subtitle: "Hot rods!"
|
|
||||||
id: "21BAA54A8DDC37A5"
|
|
||||||
tasks: [{
|
|
||||||
id: "5F67465BB28710A4"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:blaze_rod"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "29A06C776D7C27F3"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:blaze_powder"
|
|
||||||
count: 4
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.0d
|
|
||||||
y: -8.5d
|
|
||||||
subtitle: "Maybe you can get 'lucky' with Piglin trading"
|
|
||||||
dependencies: ["21BAA54A8DDC37A5"]
|
|
||||||
id: "440BBFA6420428E2"
|
|
||||||
tasks: [{
|
|
||||||
id: "16A0AD36D39FF18E"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:ender_eye"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "2B5A65074A32FEC7"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:ender_pearl"
|
|
||||||
count: 4
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: -7.0d
|
|
||||||
subtitle: "Another two and you've got a Wither!"
|
|
||||||
dependencies: ["06E4DF2954EECC07"]
|
|
||||||
id: "4EFF199D63C49146"
|
|
||||||
tasks: [{
|
|
||||||
id: "64780CA39D05C31F"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:wither_skeleton_skull"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "235E982B0A3680BC"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:soul_sand"
|
|
||||||
count: 4
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "667A6050C00E4851"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Locate a Fortress"
|
|
||||||
x: 1.0d
|
|
||||||
y: -7.0d
|
|
||||||
subtitle: "What a lovely fortress!"
|
|
||||||
dependencies: ["492F2A93499D5171"]
|
|
||||||
id: "06E4DF2954EECC07"
|
|
||||||
tasks: [{
|
|
||||||
id: "28FC6E43DE954040"
|
|
||||||
type: "advancement"
|
|
||||||
advancement: "minecraft:nether/find_fortress"
|
|
||||||
criterion: ""
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "67687D94D8077011"
|
|
||||||
type: "item"
|
|
||||||
item: "tconstruct:broad_blade_sand_cast"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.0d
|
|
||||||
y: -7.0d
|
|
||||||
subtitle: "Found in the depths of the Nether"
|
|
||||||
id: "0B33F86D1FA7A2A5"
|
|
||||||
tasks: [{
|
|
||||||
id: "322C376BAE532CA8"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:ancient_debris"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "63F0B07AB4199E71"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "minecraft:diamond_pickaxe"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: -7.0d
|
|
||||||
subtitle: "Better than Diamond!"
|
|
||||||
dependencies: ["0B33F86D1FA7A2A5"]
|
|
||||||
id: "687690964CE52845"
|
|
||||||
tasks: [{
|
|
||||||
id: "48F87EE740A4A478"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:netherite_ingot"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7A55DBC6CB61485B"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:smithing_table"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5635E3250CE72CEC"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "minecraft:diamond_helmet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2352F58252AF871D"
|
|
||||||
type: "command"
|
|
||||||
title: "One Claim"
|
|
||||||
icon: {
|
|
||||||
id: "ftbquests:custom_icon"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Icon: "cc:textures/block/claim_block.png"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
command: "/ftbchunks admin extra_claim_chunks @p add 1"
|
|
||||||
player_command: false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Distract Piglins with Gold"
|
|
||||||
x: 4.0d
|
|
||||||
y: -5.5d
|
|
||||||
subtitle: "Without wearing Gold Armor"
|
|
||||||
id: "2B270EBABF2DB016"
|
|
||||||
tasks: [{
|
|
||||||
id: "7CD2E2A8E3B0567B"
|
|
||||||
type: "advancement"
|
|
||||||
icon: "minecraft:gold_ingot"
|
|
||||||
advancement: "minecraft:nether/distract_piglin"
|
|
||||||
criterion: ""
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "1B8E31186130B0D1"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:ender_pearl"
|
|
||||||
count: 2
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: -8.5d
|
|
||||||
subtitle: "Chargin' Targe"
|
|
||||||
dependencies: ["744D7E5E60563B8A"]
|
|
||||||
id: "6DED16F7C56C93F5"
|
|
||||||
tasks: [{
|
|
||||||
id: "2B1F610A347BB75A"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "bigbrain:buckler"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "01503187F2AE370D"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "tconstruct:sword"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
tic_multipliers: {
|
|
||||||
"tconstruct:mining_speed": 0.5f
|
|
||||||
"tconstruct:durability": 1.1f
|
|
||||||
}
|
|
||||||
tic_stats: {
|
|
||||||
"tconstruct:attack_speed": 1.4399999f
|
|
||||||
"tconstruct:mining_speed": 2.25f
|
|
||||||
"tconstruct:attack_damage": 7.7999997f
|
|
||||||
"tconstruct:harvest_level": 3.0f
|
|
||||||
"tconstruct:durability": 345.4f
|
|
||||||
}
|
|
||||||
tic_broken: 0b
|
|
||||||
tic_modifiers: [
|
|
||||||
{
|
|
||||||
name: "tconstruct:lacerating"
|
|
||||||
level: 3s
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name: "tconstruct:silky_shears"
|
|
||||||
level: 1s
|
|
||||||
}
|
|
||||||
]
|
|
||||||
tic_materials: [
|
|
||||||
"tconstruct:nahuatl"
|
|
||||||
"tconstruct:nahuatl"
|
|
||||||
"tconstruct:nahuatl"
|
|
||||||
]
|
|
||||||
Damage: 0
|
|
||||||
tic_persistent_data: {
|
|
||||||
abilities: 1
|
|
||||||
upgrades: 3
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Find a Bastion"
|
|
||||||
x: -1.0d
|
|
||||||
y: -8.5d
|
|
||||||
subtitle: "Look out for Blackstone Bricks"
|
|
||||||
dependencies: ["492F2A93499D5171"]
|
|
||||||
id: "744D7E5E60563B8A"
|
|
||||||
tasks: [{
|
|
||||||
id: "64519C52278EE143"
|
|
||||||
type: "advancement"
|
|
||||||
advancement: "minecraft:nether/find_bastion"
|
|
||||||
criterion: ""
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0D5251A56D2B2B37"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "minecraft:golden_boots"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -5.5d
|
|
||||||
subtitle: "Kill a Crimson Mosquito"
|
|
||||||
dependencies: ["5431E1A9FF830F21"]
|
|
||||||
id: "162906530F86E698"
|
|
||||||
tasks: [{
|
|
||||||
id: "13D153CDAA80827C"
|
|
||||||
type: "item"
|
|
||||||
item: "alexsmobs:mosquito_proboscis"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "6D709838E34A0841"
|
|
||||||
type: "item"
|
|
||||||
item: "byg:crimson_berry_pie"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Tame a Warped Toad"
|
|
||||||
x: -2.5d
|
|
||||||
y: -5.0d
|
|
||||||
subtitle: "Feed them Crimson Larva"
|
|
||||||
dependencies: ["384B4869B575E368"]
|
|
||||||
id: "632E2155E10FCA41"
|
|
||||||
tasks: [{
|
|
||||||
id: "54ADF9959A624D9E"
|
|
||||||
type: "advancement"
|
|
||||||
advancement: "alexsmobs:alexsmobs/tame_warped_toad"
|
|
||||||
criterion: ""
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "770A5856FDE7C82F"
|
|
||||||
type: "item"
|
|
||||||
item: "alexsmobs:warped_mixture"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -4.0d
|
|
||||||
subtitle: "Doesn't look very appetizing"
|
|
||||||
dependencies: ["162906530F86E698"]
|
|
||||||
id: "384B4869B575E368"
|
|
||||||
tasks: [{
|
|
||||||
id: "475DC84650E20A4F"
|
|
||||||
type: "item"
|
|
||||||
item: "alexsmobs:mosquito_larva"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "783AC458E705FD5F"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "tconstruct:tough_handle"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Material: "tconstruct:blazing_bone"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Grow a Stradpole into a Straddler"
|
|
||||||
x: -2.5d
|
|
||||||
y: -3.0d
|
|
||||||
subtitle: "Feed them Crimson Larva"
|
|
||||||
dependencies: ["384B4869B575E368"]
|
|
||||||
id: "4EBC2FFBA1930A2B"
|
|
||||||
tasks: [{
|
|
||||||
id: "1DA0B38381352844"
|
|
||||||
type: "advancement"
|
|
||||||
advancement: "alexsmobs:alexsmobs/stradpole_feed"
|
|
||||||
criterion: ""
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "7D5DB9B89A723949"
|
|
||||||
type: "item"
|
|
||||||
item: "alexsmobs:straddlite"
|
|
||||||
count: 4
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "68A36C73149ED24F"
|
|
||||||
type: "command"
|
|
||||||
title: "One Claim"
|
|
||||||
icon: {
|
|
||||||
id: "ftbquests:custom_icon"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Icon: "cc:textures/block/claim_block.png"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
command: "/ftbchunks admin extra_claim_chunks @p add 1"
|
|
||||||
player_command: false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.0d
|
|
||||||
y: -5.5d
|
|
||||||
subtitle: "This sand could do great things if blended with another type of sand"
|
|
||||||
id: "0118475FD95DCC75"
|
|
||||||
tasks: [{
|
|
||||||
id: "525504CC9DD55E93"
|
|
||||||
type: "item"
|
|
||||||
item: "byg:quartzite_sand"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "39EBE1B2DCBBB58F"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:quartz_block"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.0d
|
|
||||||
y: -4.0d
|
|
||||||
subtitle: "Can be turned into Gold Nuggets!"
|
|
||||||
id: "4FF8FAA7B376A550"
|
|
||||||
tasks: [{
|
|
||||||
id: "72AB593393DF1EB2"
|
|
||||||
type: "item"
|
|
||||||
item: "byg:sythian_stalk_block"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "63CCCD160B7DFA1C"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:blast_furnace"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: -5.5d
|
|
||||||
subtitle: "Natural light!"
|
|
||||||
id: "37DBDFB0C4AC274C"
|
|
||||||
tasks: [{
|
|
||||||
id: "0673A861346BA3C2"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:shroomlight"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "3E0DA204A0CDFEB7"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:glowstone_dust"
|
|
||||||
count: 16
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: -4.0d
|
|
||||||
subtitle: "Lovely lamps"
|
|
||||||
dependencies: ["37DBDFB0C4AC274C"]
|
|
||||||
id: "33D750951687F128"
|
|
||||||
tasks: [{
|
|
||||||
id: "02952F3DB7248D8D"
|
|
||||||
type: "item"
|
|
||||||
item: "supplementaries:crimson_lantern"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "00331A8672F2D7A7"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:red_carpet"
|
|
||||||
count: 6
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7F423F658770C92F"
|
|
||||||
type: "xp"
|
|
||||||
xp: 30
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: -10.0d
|
|
||||||
subtitle: "Where are the Obsidian tissues?"
|
|
||||||
id: "289C83C254776B8F"
|
|
||||||
tasks: [{
|
|
||||||
id: "0D25865EA19B9353"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:crying_obsidian"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "32A165A9DEBDA768"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:ghast_tear"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.0d
|
|
||||||
y: -10.0d
|
|
||||||
subtitle: "Fill it with Glowstone to set your spawn in the Nether"
|
|
||||||
dependencies: ["289C83C254776B8F"]
|
|
||||||
id: "7E7A1240BC94D76C"
|
|
||||||
tasks: [{
|
|
||||||
id: "2634EB8432CA9212"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:respawn_anchor"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "10B9CCA684DFBEE5"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:glowstone"
|
|
||||||
count: 4
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6D7DDC71AA0530F4"
|
|
||||||
type: "command"
|
|
||||||
title: "One Claim"
|
|
||||||
icon: {
|
|
||||||
id: "ftbquests:custom_icon"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Icon: "cc:textures/block/claim_block.png"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
command: "/ftbchunks admin extra_claim_chunks @p add 1"
|
|
||||||
player_command: false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Find a Crimson Forest"
|
|
||||||
icon: "minecraft:crimson_nylium"
|
|
||||||
x: -1.0d
|
|
||||||
y: -7.0d
|
|
||||||
subtitle: "Watch out for the Mosquitos"
|
|
||||||
dependencies: ["492F2A93499D5171"]
|
|
||||||
id: "5431E1A9FF830F21"
|
|
||||||
tasks: [{
|
|
||||||
id: "1BBB387C6A61496A"
|
|
||||||
type: "biome"
|
|
||||||
biome: "minecraft:crimson_forest"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "4BD6EA9E181412FD"
|
|
||||||
type: "item"
|
|
||||||
item: "eidolon:crimson_essence"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Find a Basalt Deltas"
|
|
||||||
icon: "minecraft:polished_basalt"
|
|
||||||
x: 1.0d
|
|
||||||
y: -10.0d
|
|
||||||
subtitle: "On the rocks"
|
|
||||||
dependencies: ["492F2A93499D5171"]
|
|
||||||
id: "20832B5489C262BE"
|
|
||||||
tasks: [{
|
|
||||||
id: "763F70C65E04A527"
|
|
||||||
type: "biome"
|
|
||||||
biome: "minecraft:basalt_deltas"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "5F8D41A8FC0FEA2F"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "quark:pickarang"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Locate a Nether City"
|
|
||||||
x: 6.0d
|
|
||||||
y: -10.0d
|
|
||||||
subtitle: "They look like End Cities, but in the Nether"
|
|
||||||
id: "21B3C9EA4F27F9CD"
|
|
||||||
tasks: [{
|
|
||||||
id: "24A22D98DA6F49B4"
|
|
||||||
type: "advancement"
|
|
||||||
advancement: "repurposed_structures:city_nether"
|
|
||||||
criterion: ""
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "2BFCB7DBFF2AA806"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "minecraft:potion"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Potion: "goblintraders:extended_fire_resistance"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "66B5BCD3B6650E1A"
|
|
||||||
type: "xp"
|
|
||||||
xp: 100
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -10.0d
|
|
||||||
subtitle: "A strong metal used to create Manyullyn"
|
|
||||||
id: "6F4A218F5BA2DF8E"
|
|
||||||
tasks: [{
|
|
||||||
id: "7E7D85975D7822C8"
|
|
||||||
type: "item"
|
|
||||||
item: "tconstruct:cobalt_ore"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "367DF3C73D0E275C"
|
|
||||||
type: "item"
|
|
||||||
item: "tconstruct:debris_nugget"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "0FFE82AA2A94CFD2"
|
|
||||||
type: "command"
|
|
||||||
title: "One Claim"
|
|
||||||
icon: {
|
|
||||||
id: "ftbquests:custom_icon"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Icon: "cc:textures/block/claim_block.png"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
command: "/ftbchunks admin extra_claim_chunks @p add 1"
|
|
||||||
player_command: false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Find a Glowstone Canyon"
|
|
||||||
icon: "infernalexp:dimstone"
|
|
||||||
x: 4.0d
|
|
||||||
y: -4.0d
|
|
||||||
subtitle: "Look out for... Glowstone, I guess"
|
|
||||||
id: "1F7E82967F918F60"
|
|
||||||
tasks: [{
|
|
||||||
id: "24AE0244B39FF1B8"
|
|
||||||
type: "biome"
|
|
||||||
biome: "infernalexp:glowstone_canyon"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "43AD663038D0C016"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:glowstone"
|
|
||||||
count: 16
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: -8.5d
|
|
||||||
subtitle: "You Nether need to eat unhealthy foods again"
|
|
||||||
id: "44A5281B10CE6EE7"
|
|
||||||
tasks: [{
|
|
||||||
id: "460FD3C8D7DCEC25"
|
|
||||||
type: "item"
|
|
||||||
item: "farmersdelight:nether_salad"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "5A9B28A96859CE6F"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "minecraft:splash_potion"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Potion: "goblintraders:powerful_instant_health"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "71C71DB2E9054F0C"
|
|
||||||
type: "xp"
|
|
||||||
xp: 10
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,981 +0,0 @@
|
|||||||
{
|
|
||||||
id: "100C477F4E63F20A"
|
|
||||||
group: "2B51AC12041E3F89"
|
|
||||||
order_index: 1
|
|
||||||
filename: "create2"
|
|
||||||
title: "Create2"
|
|
||||||
icon: "create:large_cogwheel"
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: 0.0d
|
|
||||||
shape: "hexagon"
|
|
||||||
description: [
|
|
||||||
"&5&lWelcome To Create!"
|
|
||||||
""
|
|
||||||
"Create is an immersive tech mod, bringing realism into Minecraft on a whole new level!"
|
|
||||||
""
|
|
||||||
"If you have doubts about any blocks or items, hold W to ponder and see an amazing 3D in-game wiki!"
|
|
||||||
]
|
|
||||||
size: 1.5d
|
|
||||||
id: "57A7A5C79389A96A"
|
|
||||||
tasks: [{
|
|
||||||
id: "695A0E0BC4B78AEC"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Create"
|
|
||||||
icon: "create:wrench"
|
|
||||||
}]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "1E5B06A1884F3578"
|
|
||||||
type: "item"
|
|
||||||
item: "create:wrench"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7D53F8A8D382F356"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "minecraft:player_head"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
SkullOwner: {
|
|
||||||
Properties: {
|
|
||||||
textures: [{
|
|
||||||
Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjcyOGRhNTIzNzBmZGJkZDkyZmMwYTg3Yjc2NTQxOTNlOTk3YWI3ZTI5MzNhYjYxZDM3ZTYzYWY5NjgxNzVjNCJ9fX0="
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
Id: [I;
|
|
||||||
522720834
|
|
||||||
384190020
|
|
||||||
-1750486376
|
|
||||||
1760436187
|
|
||||||
]
|
|
||||||
}
|
|
||||||
display: {
|
|
||||||
Name: "{\"text\":\"LadyLexxie\"}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -3.5d
|
|
||||||
description: ["This will be the main ingredient for most of this mod's items and blocks."]
|
|
||||||
dependencies: ["57A7A5C79389A96A"]
|
|
||||||
id: "0F16498769DFB3B0"
|
|
||||||
tasks: [{
|
|
||||||
id: "5D2B9139C49F5ABA"
|
|
||||||
type: "item"
|
|
||||||
item: "create:andesite_alloy"
|
|
||||||
count: 32L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "50217BC8953EBD3E"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:andesite"
|
|
||||||
count: 32
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -5.5d
|
|
||||||
description: ["&n&5Shafts&r transfer rotational power without changing the speed of the gears."]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "5B36DE3826F26963"
|
|
||||||
tasks: [{
|
|
||||||
id: "2F89C6C2CD322B51"
|
|
||||||
type: "item"
|
|
||||||
item: "create:shaft"
|
|
||||||
count: 16L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.0d
|
|
||||||
y: -5.5d
|
|
||||||
description: [
|
|
||||||
"The &n&5Cogwheel&r transfers rotational power but also doubles or halves speed."
|
|
||||||
""
|
|
||||||
"Doubling speed will also double the stress in the system."
|
|
||||||
]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "3E5E0C768038CDF4"
|
|
||||||
tasks: [{
|
|
||||||
id: "68F2BD699AADA753"
|
|
||||||
type: "item"
|
|
||||||
item: "create:cogwheel"
|
|
||||||
count: 8L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "76537C95327D603D"
|
|
||||||
type: "item"
|
|
||||||
item: "create:cogwheel"
|
|
||||||
count: 8
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -6.0d
|
|
||||||
description: [
|
|
||||||
"The &n&5Cogwheel&r transfers rotational power but also doubles or halves speed."
|
|
||||||
""
|
|
||||||
"Doubling speed will also double the stress in the system."
|
|
||||||
]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "23A9617F183C4EB1"
|
|
||||||
tasks: [{
|
|
||||||
id: "3E2A4428BDE92738"
|
|
||||||
type: "item"
|
|
||||||
item: "create:large_cogwheel"
|
|
||||||
count: 8L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "01DCE2A5A57DAEC5"
|
|
||||||
type: "item"
|
|
||||||
item: "create:large_cogwheel"
|
|
||||||
count: 8
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -7.5d
|
|
||||||
description: [
|
|
||||||
"The &n&5Waterwheel&r is one of the most basic ways of generating rotational force. You can hook up multiple wheels by placing them next to each other."
|
|
||||||
""
|
|
||||||
"The speed it's rotating at is measured by how many flowing water blocks are touching the wheel."
|
|
||||||
]
|
|
||||||
dependencies: ["23A9617F183C4EB1"]
|
|
||||||
id: "1AC0B7934F275EDE"
|
|
||||||
tasks: [{
|
|
||||||
id: "35709DE2871F0CED"
|
|
||||||
type: "item"
|
|
||||||
item: "create:water_wheel"
|
|
||||||
count: 3L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "5118928E884676B3"
|
|
||||||
type: "item"
|
|
||||||
item: "create:water_wheel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.0d
|
|
||||||
y: 1.5d
|
|
||||||
description: [
|
|
||||||
"The &n&5Encased Fan&r has multiple uses. It can be used to generate a low amount of rotational energy if it's placed above a heat source, like Lava."
|
|
||||||
""
|
|
||||||
"It can also be used to pull/push items and entities if you spin it. The arrow will show you the direction it's facing and the rotation direction will determine if it pushes or pulls."
|
|
||||||
]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "1E9B2D814F50A265"
|
|
||||||
tasks: [{
|
|
||||||
id: "1A4B96C7C821174E"
|
|
||||||
type: "item"
|
|
||||||
item: "create:encased_fan"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: 2.5d
|
|
||||||
description: ["The &n&5Gearbox&r can rotate the direction of the rotation in any direction by 90 degrees."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "4285510271B5223D"
|
|
||||||
tasks: [{
|
|
||||||
id: "1840DB80F48921E2"
|
|
||||||
type: "item"
|
|
||||||
item: "create:gearbox"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.0d
|
|
||||||
y: 3.5d
|
|
||||||
description: ["The &n&5Clutch&r will stop any rotation if a redstone signal is applied."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "2BB3DB19D5EFC7E2"
|
|
||||||
tasks: [{
|
|
||||||
id: "54F14BE619292D1D"
|
|
||||||
type: "item"
|
|
||||||
item: "create:clutch"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.5d
|
|
||||||
y: 4.5d
|
|
||||||
description: ["The &n&5Gearshift&r will reverse the direction of rotation if a redstone signal is applied."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "67A46ED73E488CEE"
|
|
||||||
tasks: [{
|
|
||||||
id: "0CE491535E6FA50B"
|
|
||||||
type: "item"
|
|
||||||
item: "create:gearshift"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.5d
|
|
||||||
y: 5.0d
|
|
||||||
description: ["The &n&5Chain Drive&r can be linked with others in any direction as long as they are touching. They will relay the rotation sideways."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "7F8E50FA436DB4E6"
|
|
||||||
tasks: [{
|
|
||||||
id: "1674E46511507301"
|
|
||||||
type: "item"
|
|
||||||
item: "create:encased_chain_drive"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.5d
|
|
||||||
y: 6.0d
|
|
||||||
description: [
|
|
||||||
"The &n&5Adjustable Chain Drive&r works similar to the normal Chain Drive when it has no redstone signal."
|
|
||||||
""
|
|
||||||
"When you apply a redstone signal and it is the block receiving the rotational force, it will double the speed for the connected Chain Drives."
|
|
||||||
""
|
|
||||||
"When you apply a redstone signal and it is not the block receiving the rotational force, it will half the speed for the connected Chain Drives."
|
|
||||||
]
|
|
||||||
dependencies: ["7F8E50FA436DB4E6"]
|
|
||||||
id: "54EC1C7FC1DA9107"
|
|
||||||
tasks: [{
|
|
||||||
id: "115F81D0A661F71F"
|
|
||||||
type: "item"
|
|
||||||
item: "create:adjustable_chain_gearshift"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["The &n&5Press&r can be used to create metal plates or blocks."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "2D41B04C75FA02BC"
|
|
||||||
tasks: [{
|
|
||||||
id: "52136CB29F02E923"
|
|
||||||
type: "item"
|
|
||||||
item: "create:mechanical_press"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 10.0d
|
|
||||||
y: 1.5d
|
|
||||||
description: ["The &n&5Mixer&r can be used combined with the Basin to craft."]
|
|
||||||
dependencies: ["2D41B04C75FA02BC"]
|
|
||||||
id: "5DC892BA79EB52EC"
|
|
||||||
tasks: [{
|
|
||||||
id: "057EDA1FF37AE35E"
|
|
||||||
type: "item"
|
|
||||||
item: "create:mechanical_mixer"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: -3.5d
|
|
||||||
description: ["The &n&5Basin&r is used for recipes, mainly including the &n&5Mechanical Press&r and the &n&5Mechanical Mixer&r."]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "75CBB5BD8C1DFEA1"
|
|
||||||
tasks: [{
|
|
||||||
id: "56DBF4356117F26A"
|
|
||||||
type: "item"
|
|
||||||
item: "create:basin"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 8.0d
|
|
||||||
y: 1.5d
|
|
||||||
description: [
|
|
||||||
"To get the &n&5Blaze Burner&r, you need to make an Empty Blaze Burner and R-Click it on a Blaze."
|
|
||||||
""
|
|
||||||
"This is used under a Basin to heat it or super-heat it for different recipes."
|
|
||||||
]
|
|
||||||
dependencies: ["2D41B04C75FA02BC"]
|
|
||||||
id: "1B182A30604655E2"
|
|
||||||
tasks: [{
|
|
||||||
id: "50FED4EED98A8648"
|
|
||||||
type: "item"
|
|
||||||
item: "create:blaze_burner"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -1.0d
|
|
||||||
description: ["The &n&5Mechanical Piston&r is similar to the Piston, it can push blocks, but you can add as many Extension Poles as you wish."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "45EC31812FB9934D"
|
|
||||||
tasks: [{
|
|
||||||
id: "7C7AF9238D06CB36"
|
|
||||||
type: "item"
|
|
||||||
item: "create:mechanical_piston"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -0.5d
|
|
||||||
y: 3.5d
|
|
||||||
description: ["The Speedometer will show you the speed of the currently connected gear."]
|
|
||||||
dependencies: ["4F95F00ED78FBAB9"]
|
|
||||||
id: "29917E6196649F5D"
|
|
||||||
tasks: [{
|
|
||||||
id: "6A5BBAA13F1730F2"
|
|
||||||
type: "item"
|
|
||||||
item: "create:speedometer"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: 3.5d
|
|
||||||
description: ["The Stressometer will show you how stressed the system is when you connect it."]
|
|
||||||
dependencies: ["4F95F00ED78FBAB9"]
|
|
||||||
id: "48BE7DAC5082044D"
|
|
||||||
tasks: [{
|
|
||||||
id: "10CB6FCDDD3E38D4"
|
|
||||||
type: "item"
|
|
||||||
item: "create:stressometer"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: -3.5d
|
|
||||||
description: [
|
|
||||||
"The &n&5Cart Assembler&r can be placed on tracks. Anything you build on top of it will be picked up by a Minecart if the Assembler has a redstone signal."
|
|
||||||
""
|
|
||||||
"The blocks must be glued together and any blocks requiring rotational force will automatically be working."
|
|
||||||
""
|
|
||||||
"To \"unmount\" the blocks from the Minecart, simply turn off the redstone signal and let the Minecart ride through."
|
|
||||||
]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "09936F8FCEA72C5C"
|
|
||||||
tasks: [{
|
|
||||||
id: "15BA4109324B4A44"
|
|
||||||
type: "item"
|
|
||||||
item: "create:cart_assembler"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.0d
|
|
||||||
y: -1.5d
|
|
||||||
description: ["The &n&5Linear Chassis&r can be used similar to the &n&5Super Glue&r. It will connect blocks in a line without the need for glue."]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "51EA6B1452883AB2"
|
|
||||||
tasks: [{
|
|
||||||
id: "4A80AC1DE4002191"
|
|
||||||
type: "item"
|
|
||||||
item: "create:linear_chassis"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -1.5d
|
|
||||||
description: ["The &n&5Radial Chassis&r can be used similar to the &n&5Super Glue&r. It will connect blocks in a line, on the sides, without the need for glue."]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "459BA85E48B343AE"
|
|
||||||
tasks: [{
|
|
||||||
id: "3598B8EDD5834F92"
|
|
||||||
type: "item"
|
|
||||||
item: "create:radial_chassis"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -4.5d
|
|
||||||
description: ["Combine with &n&5Radial Chassis&r to create a very powerful windmill that has high stress capacity."]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "76CBFA38D021AC95"
|
|
||||||
tasks: [{
|
|
||||||
id: "3652E21F6AD6D33F"
|
|
||||||
type: "item"
|
|
||||||
item: "create:white_sail"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.0d
|
|
||||||
y: 3.5d
|
|
||||||
description: ["The &n&5Drill&r will break any block in front of it. If it has a connected inventory, the items will be stored in it."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "3029E1E133B91ED8"
|
|
||||||
tasks: [{
|
|
||||||
id: "072131C19C185896"
|
|
||||||
type: "item"
|
|
||||||
item: "create:mechanical_drill"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: 2.5d
|
|
||||||
description: ["The &n&5Saw&r will harvest trees in front of it. It can also be used as a Sawmill. If it has a connected inventory, the items will be stored in it."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "72DCE154E1714890"
|
|
||||||
tasks: [{
|
|
||||||
id: "36C1D75275CE2AAB"
|
|
||||||
type: "item"
|
|
||||||
item: "create:mechanical_saw"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: 4.5d
|
|
||||||
description: ["The &n&5Deployer&r can be used to either place items/blocks or to use items like Swords."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "3314FBC4FEAE1D08"
|
|
||||||
tasks: [{
|
|
||||||
id: "79D2F12337D1F637"
|
|
||||||
type: "item"
|
|
||||||
item: "create:deployer"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 10.0d
|
|
||||||
y: 5.5d
|
|
||||||
description: [
|
|
||||||
"The &n&5Portable Interface&r works in pairs. You need to have one placed in the world and another one on a moving entity, like a Minecart."
|
|
||||||
""
|
|
||||||
"When the two interfaces are facing each other, they will link and transfer items between each other."
|
|
||||||
]
|
|
||||||
dependencies: ["48EA6D9923E38B71"]
|
|
||||||
id: "134BC365E77C6DB8"
|
|
||||||
tasks: [{
|
|
||||||
id: "2D54A1DB29903A0A"
|
|
||||||
type: "item"
|
|
||||||
item: "create:portable_storage_interface"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.5d
|
|
||||||
y: 0.5d
|
|
||||||
description: ["The &n&5Harvester&r will harvest any crops it goes over. If it has a connected inventory, the items will be stored in it."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "4C31649D721F76B5"
|
|
||||||
tasks: [{
|
|
||||||
id: "1357FF84B9B133C4"
|
|
||||||
type: "item"
|
|
||||||
item: "create:mechanical_harvester"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: 1.5d
|
|
||||||
description: ["The &n&5Plough&r will destroy any non-solid block, turn dirt into farmland and launch entities without doing damage. If it has a connected inventory, the items will be stored in it."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "0759CA52EECF3B49"
|
|
||||||
tasks: [{
|
|
||||||
id: "7B9B459AAB9F6483"
|
|
||||||
type: "item"
|
|
||||||
item: "create:mechanical_plough"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["&n&5Casings&r are used as a crafting ingredient for most blocks."]
|
|
||||||
dependencies: ["57A7A5C79389A96A"]
|
|
||||||
id: "17885C2DE986F1BD"
|
|
||||||
tasks: [{
|
|
||||||
id: "0341E5F9B7361D1F"
|
|
||||||
type: "item"
|
|
||||||
item: "create:andesite_casing"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 10.5d
|
|
||||||
y: 4.5d
|
|
||||||
description: ["&n&5Casings&r are used as a crafting ingredient for most blocks."]
|
|
||||||
dependencies: ["1DA6B8B2DCC97809"]
|
|
||||||
id: "48EA6D9923E38B71"
|
|
||||||
tasks: [{
|
|
||||||
id: "23E40F6D58658887"
|
|
||||||
type: "item"
|
|
||||||
item: "create:brass_casing"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 11.0d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["&n&5Casings&r are used as a crafting ingredient for most blocks."]
|
|
||||||
dependencies: ["2D41B04C75FA02BC"]
|
|
||||||
id: "3F663416E824720C"
|
|
||||||
tasks: [{
|
|
||||||
id: "7FE62F264B4FA5DE"
|
|
||||||
type: "item"
|
|
||||||
item: "create:copper_casing"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: 2.0d
|
|
||||||
description: ["&cCurrently this item has no uses."]
|
|
||||||
dependencies: ["5EE53C2C83F73244"]
|
|
||||||
id: "5EBCFDDB3D74F000"
|
|
||||||
tasks: [{
|
|
||||||
id: "20C538A66BB39D54"
|
|
||||||
type: "item"
|
|
||||||
item: "create:shadow_steel_casing"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["&cCurrently this item has no uses."]
|
|
||||||
dependencies: ["21CF93BDCE7BA2F9"]
|
|
||||||
id: "1086C6450728C3B4"
|
|
||||||
tasks: [{
|
|
||||||
id: "499034410753391A"
|
|
||||||
type: "item"
|
|
||||||
item: "create:refined_radiance_casing"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 13.5d
|
|
||||||
y: 5.0d
|
|
||||||
dependencies: ["7A43D2A2632BEA9B"]
|
|
||||||
id: "2244A1B11D7D6E11"
|
|
||||||
tasks: [{
|
|
||||||
id: "4BE77A9A3F878072"
|
|
||||||
type: "item"
|
|
||||||
item: "create:flywheel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 12.0d
|
|
||||||
y: 4.0d
|
|
||||||
description: [
|
|
||||||
"The &n&5Furnace Engine&r must be placed on a Furnace or Blast Furnace. The Blast Furnace will be more efficient."
|
|
||||||
""
|
|
||||||
"You must also connect it to a &n&5Flywheel&r. Place them one block apart to have them connect."
|
|
||||||
""
|
|
||||||
"The heat created by the furnaces will spin the Flywheel, creating rotational force with very high stress capacity."
|
|
||||||
]
|
|
||||||
dependencies: ["1DA6B8B2DCC97809"]
|
|
||||||
id: "7A43D2A2632BEA9B"
|
|
||||||
tasks: [{
|
|
||||||
id: "4E4C808C70D08946"
|
|
||||||
type: "item"
|
|
||||||
item: "create:furnace_engine"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 13.5d
|
|
||||||
y: 2.5d
|
|
||||||
description: [
|
|
||||||
"The &n&5Arm&r is a machine that can take items from a Depot or a Belt and place them into a different Depot, Belt or Crafter."
|
|
||||||
""
|
|
||||||
"To select input/output hold the Arm in your hand and R-Click the blocks you want to assign."
|
|
||||||
""
|
|
||||||
"To deselect a block, L-Click it with the Arm in your hand."
|
|
||||||
]
|
|
||||||
dependencies: ["4194397DFD0199C2"]
|
|
||||||
id: "3F2C1A81C17D2D67"
|
|
||||||
tasks: [{
|
|
||||||
id: "3EC06DE78E520CC9"
|
|
||||||
type: "item"
|
|
||||||
item: "create:mechanical_arm"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -2.5d
|
|
||||||
description: ["The &n&5Funnel&r can import or export items from connected inventories."]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "47A6769B6BF1A46D"
|
|
||||||
tasks: [{
|
|
||||||
id: "5CB1191F8F7BBAA4"
|
|
||||||
type: "item"
|
|
||||||
item: "create:andesite_funnel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.0d
|
|
||||||
y: 2.5d
|
|
||||||
description: ["The &n&5Funnel&r can import or export items from connected inventories."]
|
|
||||||
dependencies: ["1DA6B8B2DCC97809"]
|
|
||||||
id: "495B0CC178B4CFA9"
|
|
||||||
tasks: [{
|
|
||||||
id: "1C5B4D14826937BB"
|
|
||||||
type: "item"
|
|
||||||
item: "create:brass_funnel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -2.5d
|
|
||||||
description: ["The &n&5Tunnels&r can be placed on belts and they will filter items that pass through them. You can link multiple tunnels by placing them next to each other."]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "7C8CDD259495A31A"
|
|
||||||
tasks: [{
|
|
||||||
id: "07162DA2FD7B0E05"
|
|
||||||
type: "item"
|
|
||||||
item: "create:andesite_tunnel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.0d
|
|
||||||
y: 4.0d
|
|
||||||
description: ["The &n&5Tunnels&r can be placed on belts and they will filter items that pass through them. You can link multiple tunnels by placing them next to each other."]
|
|
||||||
dependencies: ["1DA6B8B2DCC97809"]
|
|
||||||
id: "78656C89EEE80DB5"
|
|
||||||
tasks: [{
|
|
||||||
id: "688E14A6938EBEF7"
|
|
||||||
type: "item"
|
|
||||||
item: "create:brass_tunnel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.5d
|
|
||||||
y: -1.0d
|
|
||||||
description: ["The &n&5Depot&r is used to store items, mainly for the Spout."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "7F0D59EC1573FDC0"
|
|
||||||
tasks: [{
|
|
||||||
id: "7EFB9500BBDD745C"
|
|
||||||
type: "item"
|
|
||||||
item: "create:depot"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: -1.5d
|
|
||||||
description: ["The &n&5Chute&r is used to insert/extract from inventories, or to place/take items from a belt."]
|
|
||||||
dependencies: ["2D41B04C75FA02BC"]
|
|
||||||
id: "3D2A03EB2B91E9C1"
|
|
||||||
tasks: [{
|
|
||||||
id: "105F8859D59964C4"
|
|
||||||
type: "item"
|
|
||||||
item: "create:chute"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 11.0d
|
|
||||||
y: 5.5d
|
|
||||||
description: ["The &n&5Adjustable Crate&r is a Chest that has adjustable slots. You can select how many stacks it can hold by limiting the number of slots."]
|
|
||||||
dependencies: ["48EA6D9923E38B71"]
|
|
||||||
id: "78002595642C50A7"
|
|
||||||
tasks: [{
|
|
||||||
id: "3976CB67C78A1474"
|
|
||||||
type: "item"
|
|
||||||
item: "create:adjustable_crate"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: 2.0d
|
|
||||||
description: [
|
|
||||||
"These goggles will allow you to see your contrations in more detail."
|
|
||||||
""
|
|
||||||
"It will show things as rotation speed and stress."
|
|
||||||
]
|
|
||||||
dependencies: ["57A7A5C79389A96A"]
|
|
||||||
id: "4F95F00ED78FBAB9"
|
|
||||||
tasks: [{
|
|
||||||
id: "6989058FD488CE64"
|
|
||||||
type: "item"
|
|
||||||
item: "create:goggles"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: [
|
|
||||||
"You can create this by making Rose Crystals and Sand Paper."
|
|
||||||
""
|
|
||||||
"You can either hold the crystals in your off-hand, or throw them on the ground and then R-Click while holding Sand Paper."
|
|
||||||
]
|
|
||||||
dependencies: ["57A7A5C79389A96A"]
|
|
||||||
id: "610DEC4FC4FBB63E"
|
|
||||||
tasks: [{
|
|
||||||
id: "3BC40DF423178031"
|
|
||||||
type: "item"
|
|
||||||
item: "create:polished_rose_quartz"
|
|
||||||
count: 8L
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "43C2760F8FDD84CA"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "create:sand_paper"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -6.0d
|
|
||||||
y: -1.0d
|
|
||||||
description: [
|
|
||||||
"To craft &n&5Refined Radiance&r simply throw one or more &n&5Chromatic Compound&r into the beam of an active &n&5Beacon&r."
|
|
||||||
""
|
|
||||||
"It will be converted and will start levitating. A magnet is highly recommended!"
|
|
||||||
]
|
|
||||||
dependencies: ["52D8D124CCC5EE39"]
|
|
||||||
id: "21CF93BDCE7BA2F9"
|
|
||||||
tasks: [{
|
|
||||||
id: "14C6182E103486AF"
|
|
||||||
type: "item"
|
|
||||||
item: "create:refined_radiance"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 14.0d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["The &n&5Blaze Cake&r is used to Super-Heat the Blaze Burner for crafting the Chromatic Compound."]
|
|
||||||
dependencies: ["1C2309DB4B890E71"]
|
|
||||||
id: "4C77ABCD41383F32"
|
|
||||||
tasks: [{
|
|
||||||
id: "2E9A4E9BFFC10819"
|
|
||||||
type: "item"
|
|
||||||
item: "create:blaze_cake"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["To craft the &n&5Chromatic Compound&r throw all the recipes inside the &n&5Basin&r and &n&5Super-Heat&r the &n&5Blaze Burner&r by fueling it with a &n&5Blaze Cake&r."]
|
|
||||||
dependencies: ["610DEC4FC4FBB63E"]
|
|
||||||
id: "52D8D124CCC5EE39"
|
|
||||||
tasks: [{
|
|
||||||
id: "081039A2EE1CFFA2"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "create:chromatic_compound"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -6.0d
|
|
||||||
y: 1.0d
|
|
||||||
description: [
|
|
||||||
"To craft &n&5Shadow Steel&r simply throw one or more &n&5Chromatic Compound&r into the void."
|
|
||||||
""
|
|
||||||
"It will be converted and will levitate back up. A magnet is highly recommended!"
|
|
||||||
]
|
|
||||||
dependencies: ["52D8D124CCC5EE39"]
|
|
||||||
id: "5EE53C2C83F73244"
|
|
||||||
tasks: [{
|
|
||||||
id: "3B1D5DAAC314F8A8"
|
|
||||||
type: "item"
|
|
||||||
item: "create:shadow_steel"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -7.5d
|
|
||||||
y: -2.0d
|
|
||||||
description: [
|
|
||||||
"The &n&5Wand of Symmetry&r will place down a mirror wherever you R-Click it. Everything you place on one side of the mirror, will be copied to the other side."
|
|
||||||
""
|
|
||||||
"You can also Shift + R-Click to access some settings."
|
|
||||||
]
|
|
||||||
dependencies: ["21CF93BDCE7BA2F9"]
|
|
||||||
id: "1559256D87C89D70"
|
|
||||||
tasks: [{
|
|
||||||
id: "4E8CD4A011936D0C"
|
|
||||||
type: "item"
|
|
||||||
item: "create:wand_of_symmetry"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 12.0d
|
|
||||||
y: 2.5d
|
|
||||||
description: [
|
|
||||||
"The &n&5Crafters&r can be connected to each other to form a huge in-world crafting table."
|
|
||||||
""
|
|
||||||
"The arrows on the Crafters must eventually converge on the same Crafter to finish the recipe. You can turn the arrows by R-Clicking it with the Wrench."
|
|
||||||
]
|
|
||||||
dependencies: ["1DA6B8B2DCC97809"]
|
|
||||||
id: "4194397DFD0199C2"
|
|
||||||
tasks: [{
|
|
||||||
id: "65C6E83AF17405E0"
|
|
||||||
type: "item"
|
|
||||||
item: "create:mechanical_crafter"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 7.5d
|
|
||||||
y: 0.5d
|
|
||||||
description: ["The &n&5Gantry Carriage&r can be attached to Gantry Shafts and if the Shaft is rotating, it will move the Carriage along it."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "75B14A09FE39EDDA"
|
|
||||||
tasks: [{
|
|
||||||
id: "7DA78C3A582368E2"
|
|
||||||
type: "item"
|
|
||||||
item: "create:gantry_carriage"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.5d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["The &n&5Weighted Ejector&r can launch items or entities to a selected location."]
|
|
||||||
dependencies: ["7F0D59EC1573FDC0"]
|
|
||||||
id: "4EA4EDD5A7923F98"
|
|
||||||
tasks: [{
|
|
||||||
id: "34313AA5D327317C"
|
|
||||||
type: "item"
|
|
||||||
item: "create:weighted_ejector"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: -3.0d
|
|
||||||
description: ["The &n&5Smart Chute&r is the same as the Chute but with additional functionalities, such as stack size and filters."]
|
|
||||||
dependencies: ["3D2A03EB2B91E9C1"]
|
|
||||||
id: "7EEEEDD5FF31ACD3"
|
|
||||||
tasks: [{
|
|
||||||
id: "37EE09651ED58F6F"
|
|
||||||
type: "item"
|
|
||||||
item: "create:smart_chute"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.5d
|
|
||||||
y: 1.5d
|
|
||||||
description: [
|
|
||||||
"The Schematic Table will read and write structures to/from your schematics."
|
|
||||||
""
|
|
||||||
"You can use it to copy buildings or to share them with others!"
|
|
||||||
]
|
|
||||||
dependencies: ["57A7A5C79389A96A"]
|
|
||||||
id: "0CF69DBA9573A7B3"
|
|
||||||
tasks: [{
|
|
||||||
id: "0FB1E9BD14FE8EF8"
|
|
||||||
type: "item"
|
|
||||||
item: "create:schematic_table"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "35DCC6CB7C472F17"
|
|
||||||
type: "item"
|
|
||||||
item: "create:schematic_and_quill"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.5d
|
|
||||||
y: 2.5d
|
|
||||||
description: ["The Cannon will build the structures from Schematics, taking materials from nearby chests and using gunpowder as fuel."]
|
|
||||||
dependencies: ["0CF69DBA9573A7B3"]
|
|
||||||
id: "7D67058592EE5958"
|
|
||||||
tasks: [{
|
|
||||||
id: "5D989C876E9B8AA5"
|
|
||||||
type: "item"
|
|
||||||
item: "create:schematicannon"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 4.5d
|
|
||||||
y: -1.5d
|
|
||||||
description: ["The &n&5Rope Pulley&r can move blocks up or down, they can be glued together."]
|
|
||||||
dependencies: ["17885C2DE986F1BD"]
|
|
||||||
id: "24E658BA47367A44"
|
|
||||||
tasks: [{
|
|
||||||
id: "0674C07C7DE332A9"
|
|
||||||
type: "item"
|
|
||||||
item: "create:rope_pulley"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 12.5d
|
|
||||||
y: 0.0d
|
|
||||||
description: ["The &n&5Spout&r is used to fill items with liquid. It is best to use a Depot under it to hold the items."]
|
|
||||||
dependencies: ["3F663416E824720C"]
|
|
||||||
id: "1C2309DB4B890E71"
|
|
||||||
tasks: [{
|
|
||||||
id: "6772D04457414991"
|
|
||||||
type: "item"
|
|
||||||
item: "create:spout"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 12.0d
|
|
||||||
y: 1.0d
|
|
||||||
description: ["The &n&5Hose Pulley&r is a pump that can extract liquids or place liquids in the world."]
|
|
||||||
dependencies: ["3F663416E824720C"]
|
|
||||||
id: "77382D4114E901CB"
|
|
||||||
tasks: [{
|
|
||||||
id: "739701B00C0F8A7B"
|
|
||||||
type: "item"
|
|
||||||
item: "create:hose_pulley"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -2.0d
|
|
||||||
dependencies: ["45EC31812FB9934D"]
|
|
||||||
id: "1265C49FE7032C4F"
|
|
||||||
tasks: [{
|
|
||||||
id: "64C79C55EB1CC9F2"
|
|
||||||
type: "item"
|
|
||||||
item: "create:sticky_mechanical_piston"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: -1.0d
|
|
||||||
dependencies: ["45EC31812FB9934D"]
|
|
||||||
id: "47897D827C50629D"
|
|
||||||
tasks: [{
|
|
||||||
id: "473DA14538E1B94C"
|
|
||||||
type: "item"
|
|
||||||
item: "create:piston_extension_pole"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 12.0d
|
|
||||||
y: -1.0d
|
|
||||||
description: [
|
|
||||||
"The &n&5Portable Interface&r works in pairs. You need to have one placed in the world and another one on a moving entity, like a Minecart."
|
|
||||||
""
|
|
||||||
"When the two interfaces are facing each other, they will link and transfer liquids between each other."
|
|
||||||
]
|
|
||||||
dependencies: ["3F663416E824720C"]
|
|
||||||
id: "71B1B53A03A16296"
|
|
||||||
tasks: [{
|
|
||||||
id: "339D26EDFBB54047"
|
|
||||||
type: "item"
|
|
||||||
item: "create:portable_fluid_interface"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 10.5d
|
|
||||||
y: 3.0d
|
|
||||||
dependencies: ["5DC892BA79EB52EC"]
|
|
||||||
id: "1DA6B8B2DCC97809"
|
|
||||||
tasks: [{
|
|
||||||
id: "07896B715ED0E04F"
|
|
||||||
type: "item"
|
|
||||||
item: "create:brass_ingot"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 8.0d
|
|
||||||
y: -1.5d
|
|
||||||
description: ["&n&5Super Glue&r can be used to attach blocks to each other to move them with pistons or other means."]
|
|
||||||
dependencies: ["2D41B04C75FA02BC"]
|
|
||||||
id: "1F58AA51814C7568"
|
|
||||||
tasks: [{
|
|
||||||
id: "1A9BC10CDDA9FCF2"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "create:super_glue"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -4.5d
|
|
||||||
description: [
|
|
||||||
"&n&5Belts&r can be placed between two &n&5Shafts&r to transfer mobs/items or to simply transfer rotational energy from one point to another."
|
|
||||||
""
|
|
||||||
"The &n&5Shafts&r must be at either 45, 90 or 180 degrees from each other."
|
|
||||||
]
|
|
||||||
dependencies: ["0F16498769DFB3B0"]
|
|
||||||
id: "13AEBC331F29BC3D"
|
|
||||||
tasks: [{
|
|
||||||
id: "4D2A907287515990"
|
|
||||||
type: "item"
|
|
||||||
item: "create:belt_connector"
|
|
||||||
count: 4L
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,900 +0,0 @@
|
|||||||
{
|
|
||||||
id: "7831613229FC6191"
|
|
||||||
group: "2869CB12B4663D25"
|
|
||||||
order_index: 10
|
|
||||||
filename: "psi"
|
|
||||||
title: "Psi"
|
|
||||||
icon: {
|
|
||||||
id: "patchouli:guide_book"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
"patchouli:book": "psi:encyclopaedia_psionica"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: 0.0d
|
|
||||||
shape: "gear"
|
|
||||||
description: [
|
|
||||||
"Welcome to &aPsi&f, a mod by &2Vazkii&f!"
|
|
||||||
""
|
|
||||||
"Contained in your &eAkashic Tome&f, the &eEncyclopaedia Psionica&f will provide more information about the items and features in this mod."
|
|
||||||
]
|
|
||||||
size: 1.5d
|
|
||||||
id: "14EBEEFAA34FBB77"
|
|
||||||
tasks: [{
|
|
||||||
id: "341F8B1E1667A045"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Psi"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "4F58802A8304C359"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "minecraft:player_head"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
SkullOwner: {
|
|
||||||
Properties: {
|
|
||||||
textures: [{
|
|
||||||
Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWQ3YzI3M2U5N2MyNzdjNDljOTA2NWVkZGYxMDdlODdlYTc3NWM4N2IyYzlmZWEwOTIyNTUwNTE5MDJhYzRhIn19fQ=="
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
Id: [I;
|
|
||||||
-647195142
|
|
||||||
2010533167
|
|
||||||
-1243897687
|
|
||||||
1144171008
|
|
||||||
]
|
|
||||||
}
|
|
||||||
display: {
|
|
||||||
Name: "{\"text\":\"BovineShaman\"}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["Your first &eCasting Assistant Device (CAD)&f!"]
|
|
||||||
dependencies: ["14EBEEFAA34FBB77"]
|
|
||||||
id: "447053485CABA551"
|
|
||||||
tasks: [{
|
|
||||||
id: "7083348D2C3AC9B6"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_iron"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "265BC6BBB82382F6"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -4.0d
|
|
||||||
description: ["This station will be used for all of your &eCAD&f assembling needs."]
|
|
||||||
dependencies: ["447053485CABA551"]
|
|
||||||
id: "3CEF13CA385F4434"
|
|
||||||
tasks: [{
|
|
||||||
id: "114C592ADE552419"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembler"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -6.0d
|
|
||||||
description: ["Plop your &eIron CAD Assembly&f into the &fCAD Assembler&f"]
|
|
||||||
dependencies: ["3CEF13CA385F4434"]
|
|
||||||
id: "6EBFE853BA815DAA"
|
|
||||||
tasks: [{
|
|
||||||
id: "0AD774B6DB580774"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:cad"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
componentASSEMBLY: {
|
|
||||||
id: "psi:cad_assembly_iron"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
Memory: [ ]
|
|
||||||
Battery: 0
|
|
||||||
Time: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -8.0d
|
|
||||||
description: ["Throw some &eredstone&f on the ground and right-click using your new &ecasting assistant device&f while nearby"]
|
|
||||||
dependencies: ["6EBFE853BA815DAA"]
|
|
||||||
id: "672A9398B8CB6E25"
|
|
||||||
tasks: [{
|
|
||||||
id: "01A34931339FD7F4"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "527EC20AC4D60C7E"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
count: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
icon: "psi:programmer"
|
|
||||||
x: -1.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: [
|
|
||||||
"This station will be used for all of your &dspell&f creation needs."
|
|
||||||
""
|
|
||||||
"Right-click a &espell bullet&f onto the &espell programmer&f to load the &ebullet&f with that &dspell&f."
|
|
||||||
]
|
|
||||||
dependencies: ["672A9398B8CB6E25"]
|
|
||||||
id: "5610D15E9584FD62"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "14837B5723152A87"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:programmer"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3519C05E87E6175B"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "0C0AF913A9C85F17"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet_projectile"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -9.0d
|
|
||||||
description: [
|
|
||||||
"Simply changes the psi color of the &eCAD&f it's put onto."
|
|
||||||
""
|
|
||||||
"This is not required for a functional &eCAD&f, it is purely aesthetic"
|
|
||||||
]
|
|
||||||
dependencies: ["672A9398B8CB6E25"]
|
|
||||||
id: "4FCB27776B052710"
|
|
||||||
tasks: [{
|
|
||||||
id: "3DA14CC8518E5AA8"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_colorizer_red"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "40F60594B0804EA6"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -10.0d
|
|
||||||
description: ["Using the fancy new parts you just made, make a new CAD, only this one will be better!"]
|
|
||||||
dependencies: [
|
|
||||||
"4FCB27776B052710"
|
|
||||||
"7D724B0F045F26E4"
|
|
||||||
]
|
|
||||||
id: "6884A98956F51E5C"
|
|
||||||
tasks: [{
|
|
||||||
id: "1AAA904E05AFD162"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:cad"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
componentCORE: {
|
|
||||||
id: "psi:cad_core_basic"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentASSEMBLY: {
|
|
||||||
id: "psi:cad_assembly_gold"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentDYE: {
|
|
||||||
id: "psi:cad_colorizer_psi"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentSOCKET: {
|
|
||||||
id: "psi:cad_socket_basic"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentBATTERY: {
|
|
||||||
id: "psi:cad_battery_basic"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
Memory: [ ]
|
|
||||||
Battery: 100
|
|
||||||
Time: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "4CA679F42773B583"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -8.0d
|
|
||||||
description: [
|
|
||||||
"&dSpell&f must have &bTrick: Infusion&f and be named \"&5Infusion&f\"."
|
|
||||||
""
|
|
||||||
""
|
|
||||||
]
|
|
||||||
dependencies: ["5610D15E9584FD62"]
|
|
||||||
id: "1FA1B263BE981D57"
|
|
||||||
tasks: [{
|
|
||||||
id: "72F113BBA8359D13"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
spell: {
|
|
||||||
modsRequired: [{
|
|
||||||
modVersion: "1.16-94"
|
|
||||||
modName: "psi"
|
|
||||||
}]
|
|
||||||
spellName: "Infusion"
|
|
||||||
uuidMost: 3804495466522953104L
|
|
||||||
validSpell: 1b
|
|
||||||
spellList: [{
|
|
||||||
x: 4
|
|
||||||
y: 4
|
|
||||||
data: {
|
|
||||||
key: "psi:trick_infusion"
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
uuidLeast: -8202454919581574748L
|
|
||||||
}
|
|
||||||
has_spell: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: ["&dSpell&f must contain &bTrick: Greater Infusion&f and be named \"&5Greater Infusion&f\"."]
|
|
||||||
dependencies: ["5610D15E9584FD62"]
|
|
||||||
id: "296E709DCF11ECF2"
|
|
||||||
tasks: [{
|
|
||||||
id: "7390F185303E8519"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
spell: {
|
|
||||||
modsRequired: [{
|
|
||||||
modVersion: "1.16-94"
|
|
||||||
modName: "psi"
|
|
||||||
}]
|
|
||||||
spellName: "Greater Infusion"
|
|
||||||
uuidMost: 7503375332235758121L
|
|
||||||
validSpell: 1b
|
|
||||||
spellList: [{
|
|
||||||
x: 4
|
|
||||||
y: 4
|
|
||||||
data: {
|
|
||||||
key: "psi:trick_greater_infusion"
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
uuidLeast: -5136156521636814908L
|
|
||||||
}
|
|
||||||
has_spell: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.0d
|
|
||||||
y: -9.0d
|
|
||||||
description: [
|
|
||||||
"Created similarly to &epsidust&f, &epsimetal&f requires a &egold ingot&f on the ground and the casting of the \"&5Infusion&f\" &dspell&f while near the &egold ingots&f."
|
|
||||||
""
|
|
||||||
"This &dspell&f can also be used to make &epsidust&f."
|
|
||||||
]
|
|
||||||
dependencies: [
|
|
||||||
"1FA1B263BE981D57"
|
|
||||||
"6884A98956F51E5C"
|
|
||||||
]
|
|
||||||
id: "7897AD80B39B3DA9"
|
|
||||||
tasks: [{
|
|
||||||
id: "3FD358531114048C"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psimetal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "13FE8EC6DFF39C62"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psimetal"
|
|
||||||
count: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -6.0d
|
|
||||||
dependencies: ["467C88955EDA576B"]
|
|
||||||
id: "350EECB5549A9149"
|
|
||||||
tasks: [{
|
|
||||||
id: "3CDC8E3D9EA38648"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:cad"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
componentCORE: {
|
|
||||||
id: "psi:cad_core_overclocked"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentASSEMBLY: {
|
|
||||||
id: "psi:cad_assembly_psimetal"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentSOCKET: {
|
|
||||||
id: "psi:cad_socket_signaling"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentBATTERY: {
|
|
||||||
id: "psi:cad_battery_extended"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
Memory: [ ]
|
|
||||||
Battery: 0
|
|
||||||
Time: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -5.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: [
|
|
||||||
"Same as &epsidust&f and &epsimetal&f, the input being &ediamond&f and the \"&5Greater Infusion&f\" &dspell&f."
|
|
||||||
""
|
|
||||||
"This &dspell&f can also be used to make &epsidust&f and &epsimetal&f."
|
|
||||||
]
|
|
||||||
dependencies: [
|
|
||||||
"296E709DCF11ECF2"
|
|
||||||
"350EECB5549A9149"
|
|
||||||
]
|
|
||||||
id: "508BB7E1F4E05BD9"
|
|
||||||
tasks: [{
|
|
||||||
id: "68DC88BC1A432680"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psigem"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "2B70EB4BD82021A4"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psigem"
|
|
||||||
count: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Ebony \\& Ivory Substance"
|
|
||||||
x: -3.0d
|
|
||||||
y: -5.0d
|
|
||||||
description: [
|
|
||||||
"Same as &epsidust&f, &epsimetal&f, and &epsigems&f, the input being &ecoal&f or &equartz&f and the \"&5Evony \\& Ivory&f\" &dspell&f."
|
|
||||||
""
|
|
||||||
"This &dspell&f can also be used to make &epsidust&f, &epsimetal&f, and &epsigems&f."
|
|
||||||
""
|
|
||||||
"You must be in the end for this &dspell&f to work!"
|
|
||||||
]
|
|
||||||
dependencies: [
|
|
||||||
"350EECB5549A9149"
|
|
||||||
"71E43799270B048D"
|
|
||||||
]
|
|
||||||
id: "1BC4DFA9F41319C7"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "66672A2AF4107310"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ebony_substance"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6A53520A5236FF5F"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ivory_substance"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "4D216BD77D3A434E"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ebony_substance"
|
|
||||||
count: 2
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3393BB0E7CAF3916"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ivory_substance"
|
|
||||||
count: 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.0d
|
|
||||||
y: -3.0d
|
|
||||||
dependencies: ["1BC4DFA9F41319C7"]
|
|
||||||
id: "707D86F3055FD628"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "6C5DE0F53CBB2E19"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ebony_psimetal"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "69AAF133777ECFEC"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ivory_psimetal"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "3110B8F9C0D4DA02"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ebony_psimetal"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "13960722C196394C"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ivory_psimetal"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["This assembly has higher efficiency than it's ebony counter part."]
|
|
||||||
dependencies: ["707D86F3055FD628"]
|
|
||||||
id: "1882D37244614A68"
|
|
||||||
tasks: [{
|
|
||||||
id: "375F79ED3299DFE5"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_ivory_psimetal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "491876EB2D0A054E"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Getting A Better CAD"
|
|
||||||
x: 0.0d
|
|
||||||
y: -10.0d
|
|
||||||
description: [
|
|
||||||
"Time to make some &eCAD&f parts!"
|
|
||||||
"- Cores determine max spell complexity"
|
|
||||||
"- Batteries determine max psi"
|
|
||||||
"- Sockets determine number of slots for &dspells&f"
|
|
||||||
]
|
|
||||||
dependencies: ["672A9398B8CB6E25"]
|
|
||||||
id: "7D724B0F045F26E4"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "586BE79EE6794A08"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_gold"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6BBE3E81A3CB88E4"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_core_basic"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2DB8A39927CD4799"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_socket_basic"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "716D0E526FFC911B"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_battery_basic"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "3517D3ACEF28700C"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Better CAD Parts"
|
|
||||||
x: -4.0d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: ["7897AD80B39B3DA9"]
|
|
||||||
id: "467C88955EDA576B"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "3B6FD05608ACBFB6"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_psimetal"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "52D4DD0EEF7BA0A3"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_core_overclocked"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5A7436894C51324B"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_socket_signaling"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5C76A0021188FA01"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_battery_extended"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "1ACEA2C49B48E515"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psimetal"
|
|
||||||
count: 2
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -6.0d
|
|
||||||
description: ["&dSpell&f must contain &bTrick: Ebony \\& Ivory&f and be named \"&5Ebony \\& Ivory&f\"."]
|
|
||||||
dependencies: ["5610D15E9584FD62"]
|
|
||||||
id: "71E43799270B048D"
|
|
||||||
tasks: [{
|
|
||||||
id: "7755ACF9FA2374C7"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
spell: {
|
|
||||||
modsRequired: [{
|
|
||||||
modVersion: "1.16-94"
|
|
||||||
modName: "psi"
|
|
||||||
}]
|
|
||||||
spellName: "Ebony & Ivory"
|
|
||||||
uuidMost: 817484819054216280L
|
|
||||||
validSpell: 1b
|
|
||||||
spellList: [{
|
|
||||||
x: 4
|
|
||||||
y: 4
|
|
||||||
data: {
|
|
||||||
key: "psi:trick_ebony_ivory"
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
uuidLeast: -6505221033292121448L
|
|
||||||
}
|
|
||||||
has_spell: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Psimetal Tools"
|
|
||||||
x: -6.0d
|
|
||||||
y: -6.0d
|
|
||||||
description: ["These tools can cast spells just like a &eCAD&f can!"]
|
|
||||||
dependencies: ["508BB7E1F4E05BD9"]
|
|
||||||
id: "03F5451FB3E37710"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "32F228801C9F6BB2"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_sword"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "283D895E9F215B6D"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_pickaxe"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "45550AB85C31E698"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_axe"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "01B317BF3D6F3FEF"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_shovel"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "2615F462FCB25EBE"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_colorizer_empty"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: ["A tool for measuring vectors"]
|
|
||||||
dependencies: ["672A9398B8CB6E25"]
|
|
||||||
id: "090636BABEE2587A"
|
|
||||||
tasks: [{
|
|
||||||
id: "774CD3F11F95B8C6"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:vector_ruler"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "5AA2B8E73209E416"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Psimetal Exosuit"
|
|
||||||
x: -7.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: ["This armor can cast spells just like a &eCAD&f can!"]
|
|
||||||
dependencies: ["508BB7E1F4E05BD9"]
|
|
||||||
id: "04A1564F7BBB5781"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "7AFBAFFF4DF54BF8"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_exosuit_helmet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "48B9BB583D4C8B6E"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_exosuit_chestplate"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7A0558C43DEB59B8"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_exosuit_leggings"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "765C996BFD3196A1"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_exosuit_boots"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "67826687578C28A1"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_colorizer_psi"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -10.0d
|
|
||||||
description: [
|
|
||||||
"Crafting this with a \"loaded\" &ebullet&f will save whatever &dspell&f is on that &ebullet&f to the &espell drive&f."
|
|
||||||
""
|
|
||||||
"While sneaking, right-click the &espell drive&f onto a &espell programmer&f to load up the saved &dspell&f for editing."
|
|
||||||
]
|
|
||||||
dependencies: ["7897AD80B39B3DA9"]
|
|
||||||
id: "078BE0A8317FB3E5"
|
|
||||||
tasks: [{
|
|
||||||
id: "2295AC27CFC24222"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_drive"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0C9649A8FC3FBE5E"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Even Better CAD Parts"
|
|
||||||
x: -6.0d
|
|
||||||
y: -8.0d
|
|
||||||
description: [
|
|
||||||
"These are the highest tier components for &eCAD Assemblies&f."
|
|
||||||
""
|
|
||||||
"You will need to choose which &esocket&f and &ecore&f best suits your needs."
|
|
||||||
]
|
|
||||||
dependencies: ["508BB7E1F4E05BD9"]
|
|
||||||
id: "4B6AA8594BD08A05"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "5E54CAF48AC43B3B"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_core_hyperclocked"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "60EE2E57D2E2D2A8"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_socket_transmissive"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6F00AC0CEB4DDF4A"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_core_radiative"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3150325572388CC4"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_socket_huge"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "481287167B69F2FB"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_battery_ultradense"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "3A539FE9104DF3C7"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_psimetal"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "762CBDB981745FC6"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_colorizer_rainbow"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Exosuit Sensors"
|
|
||||||
x: -8.0d
|
|
||||||
y: -6.0d
|
|
||||||
dependencies: ["04A1564F7BBB5781"]
|
|
||||||
id: "1B4F621A49F86237"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "6CFECA4B05D6C468"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_light"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6498064514B7E474"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_heat"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "57D9075704B4C348"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_stress"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "75C242F2A21D466F"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_water"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "25CF04BBE1C0AD51"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_trigger"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "1A01065ECCFC813C"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -8.0d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: ["04A1564F7BBB5781"]
|
|
||||||
id: "33B94A3D3DC4348F"
|
|
||||||
tasks: [{
|
|
||||||
id: "179E9DEB9315A5EB"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_controller"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "7F5A06183FB38425"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["This assembly has higher potency than it's ivory counter part."]
|
|
||||||
dependencies: ["707D86F3055FD628"]
|
|
||||||
id: "51544B18E7CCC1A4"
|
|
||||||
tasks: [{
|
|
||||||
id: "67BFB015F706806D"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_ebony_psimetal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0842C52DB386315E"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,920 +0,0 @@
|
|||||||
{
|
|
||||||
id: "7831613229FC6191"
|
|
||||||
group: "02FE661031A105D8"
|
|
||||||
order_index: 4
|
|
||||||
filename: "psi2"
|
|
||||||
title: "Psi2"
|
|
||||||
icon: {
|
|
||||||
id: "patchouli:guide_book"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
"patchouli:book": "psi:encyclopaedia_psionica"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: 0.0d
|
|
||||||
shape: "gear"
|
|
||||||
description: [
|
|
||||||
"Welcome to &aPsi&f, a mod by &2Vazkii&f!"
|
|
||||||
""
|
|
||||||
"Contained in your &eAkashic Tome&f, the &eEncyclopaedia Psionica&f will provide more information about the items and features in this mod."
|
|
||||||
]
|
|
||||||
size: 1.5d
|
|
||||||
id: "14EBEEFAA34FBB77"
|
|
||||||
tasks: [{
|
|
||||||
id: "341F8B1E1667A045"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Psi"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "4F58802A8304C359"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "minecraft:player_head"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
SkullOwner: {
|
|
||||||
Properties: {
|
|
||||||
textures: [{
|
|
||||||
Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWQ3YzI3M2U5N2MyNzdjNDljOTA2NWVkZGYxMDdlODdlYTc3NWM4N2IyYzlmZWEwOTIyNTUwNTE5MDJhYzRhIn19fQ=="
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
Id: [I;
|
|
||||||
-647195142
|
|
||||||
2010533167
|
|
||||||
-1243897687
|
|
||||||
1144171008
|
|
||||||
]
|
|
||||||
}
|
|
||||||
display: {
|
|
||||||
Name: "{\"text\":\"BovineShaman\"}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["Your first &eCasting Assistant Device (CAD)&f!"]
|
|
||||||
dependencies: ["14EBEEFAA34FBB77"]
|
|
||||||
id: "447053485CABA551"
|
|
||||||
tasks: [{
|
|
||||||
id: "7083348D2C3AC9B6"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_iron"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "265BC6BBB82382F6"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -4.0d
|
|
||||||
description: ["This station will be used for all of your &eCAD&f assembling needs."]
|
|
||||||
dependencies: ["447053485CABA551"]
|
|
||||||
id: "3CEF13CA385F4434"
|
|
||||||
tasks: [{
|
|
||||||
id: "114C592ADE552419"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembler"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -6.0d
|
|
||||||
subtitle: "aka CAD"
|
|
||||||
description: ["Plop your &eIron CAD Assembly&f into the &fCAD Assembler&f"]
|
|
||||||
dependencies: ["3CEF13CA385F4434"]
|
|
||||||
id: "6EBFE853BA815DAA"
|
|
||||||
tasks: [{
|
|
||||||
id: "0AD774B6DB580774"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:cad"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
componentASSEMBLY: {
|
|
||||||
id: "psi:cad_assembly_iron"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
Memory: [ ]
|
|
||||||
Battery: 0
|
|
||||||
Time: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.0d
|
|
||||||
y: -8.0d
|
|
||||||
description: ["Throw some &eredstone&f on the ground and right-click using your new &ecasting assistant device&f while nearby"]
|
|
||||||
dependencies: ["6EBFE853BA815DAA"]
|
|
||||||
id: "672A9398B8CB6E25"
|
|
||||||
tasks: [{
|
|
||||||
id: "01A34931339FD7F4"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "527EC20AC4D60C7E"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
count: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
icon: "psi:programmer"
|
|
||||||
x: -1.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: [
|
|
||||||
"This station will be used for all of your &dspell&f creation needs."
|
|
||||||
""
|
|
||||||
"Right-click a &espell bullet&f onto the &espell programmer&f to load the &ebullet&f with that &dspell&f."
|
|
||||||
]
|
|
||||||
dependencies: ["672A9398B8CB6E25"]
|
|
||||||
id: "5610D15E9584FD62"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "14837B5723152A87"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:programmer"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3519C05E87E6175B"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "0C0AF913A9C85F17"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet_projectile"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -9.0d
|
|
||||||
description: [
|
|
||||||
"Simply changes the psi color of the &eCAD&f it's put onto."
|
|
||||||
""
|
|
||||||
"This is not required for a functional &eCAD&f, it is purely aesthetic"
|
|
||||||
]
|
|
||||||
dependencies: ["672A9398B8CB6E25"]
|
|
||||||
id: "4FCB27776B052710"
|
|
||||||
tasks: [{
|
|
||||||
id: "3DA14CC8518E5AA8"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_colorizer_red"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "40F60594B0804EA6"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -10.0d
|
|
||||||
description: ["Using the fancy new parts you just made, make a new CAD, only this one will be better!"]
|
|
||||||
dependencies: [
|
|
||||||
"4FCB27776B052710"
|
|
||||||
"7D724B0F045F26E4"
|
|
||||||
]
|
|
||||||
dependency_requirement: "one_started"
|
|
||||||
id: "6884A98956F51E5C"
|
|
||||||
tasks: [{
|
|
||||||
id: "1AAA904E05AFD162"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:cad"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
componentCORE: {
|
|
||||||
id: "psi:cad_core_basic"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentASSEMBLY: {
|
|
||||||
id: "psi:cad_assembly_gold"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentDYE: {
|
|
||||||
id: "psi:cad_colorizer_psi"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentSOCKET: {
|
|
||||||
id: "psi:cad_socket_basic"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentBATTERY: {
|
|
||||||
id: "psi:cad_battery_basic"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
Memory: [ ]
|
|
||||||
Battery: 100
|
|
||||||
Time: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "4CA679F42773B583"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -8.0d
|
|
||||||
description: [
|
|
||||||
"&dSpell&f must have &bTrick: Infusion&f and be named \"&5Infusion&f\"."
|
|
||||||
""
|
|
||||||
""
|
|
||||||
]
|
|
||||||
dependencies: ["5610D15E9584FD62"]
|
|
||||||
id: "1FA1B263BE981D57"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "72F113BBA8359D13"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
spell: {
|
|
||||||
modsRequired: [{
|
|
||||||
modVersion: "1.16-94"
|
|
||||||
modName: "psi"
|
|
||||||
}]
|
|
||||||
spellName: "Infusion"
|
|
||||||
uuidMost: 3804495466522953104L
|
|
||||||
validSpell: 1b
|
|
||||||
spellList: [{
|
|
||||||
x: 4
|
|
||||||
y: 4
|
|
||||||
data: {
|
|
||||||
key: "psi:trick_infusion"
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
uuidLeast: -8202454919581574748L
|
|
||||||
}
|
|
||||||
has_spell: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "32FAFA6E6F2F9F6B"
|
|
||||||
type: "checkmark"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: ["&dSpell&f must contain &bTrick: Greater Infusion&f and be named \"&5Greater Infusion&f\"."]
|
|
||||||
dependencies: ["5610D15E9584FD62"]
|
|
||||||
id: "296E709DCF11ECF2"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "7390F185303E8519"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
spell: {
|
|
||||||
modsRequired: [{
|
|
||||||
modVersion: "1.16-94"
|
|
||||||
modName: "psi"
|
|
||||||
}]
|
|
||||||
spellName: "Greater Infusion"
|
|
||||||
uuidMost: 7503375332235758121L
|
|
||||||
validSpell: 1b
|
|
||||||
spellList: [{
|
|
||||||
x: 4
|
|
||||||
y: 4
|
|
||||||
data: {
|
|
||||||
key: "psi:trick_greater_infusion"
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
uuidLeast: -5136156521636814908L
|
|
||||||
}
|
|
||||||
has_spell: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "38F05C2FCBD45B25"
|
|
||||||
type: "checkmark"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.0d
|
|
||||||
y: -9.0d
|
|
||||||
description: [
|
|
||||||
"Created similarly to &epsidust&f, &epsimetal&f requires a &egold ingot&f on the ground and the casting of the \"&5Infusion&f\" &dspell&f while near the &egold ingots&f."
|
|
||||||
""
|
|
||||||
"This &dspell&f can also be used to make &epsidust&f."
|
|
||||||
]
|
|
||||||
dependencies: [
|
|
||||||
"1FA1B263BE981D57"
|
|
||||||
"6884A98956F51E5C"
|
|
||||||
]
|
|
||||||
id: "7897AD80B39B3DA9"
|
|
||||||
tasks: [{
|
|
||||||
id: "3FD358531114048C"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psimetal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "13FE8EC6DFF39C62"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psimetal"
|
|
||||||
count: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -6.0d
|
|
||||||
dependencies: ["467C88955EDA576B"]
|
|
||||||
id: "350EECB5549A9149"
|
|
||||||
tasks: [{
|
|
||||||
id: "3CDC8E3D9EA38648"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:cad"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
componentCORE: {
|
|
||||||
id: "psi:cad_core_overclocked"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentASSEMBLY: {
|
|
||||||
id: "psi:cad_assembly_psimetal"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentSOCKET: {
|
|
||||||
id: "psi:cad_socket_signaling"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
componentBATTERY: {
|
|
||||||
id: "psi:cad_battery_extended"
|
|
||||||
Count: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ForgeCaps: {
|
|
||||||
Parent: {
|
|
||||||
Memory: [ ]
|
|
||||||
Battery: 0
|
|
||||||
Time: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -5.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: [
|
|
||||||
"Same as &epsidust&f and &epsimetal&f, the input being &ediamond&f and the \"&5Greater Infusion&f\" &dspell&f."
|
|
||||||
""
|
|
||||||
"This &dspell&f can also be used to make &epsidust&f and &epsimetal&f."
|
|
||||||
]
|
|
||||||
dependencies: [
|
|
||||||
"296E709DCF11ECF2"
|
|
||||||
"350EECB5549A9149"
|
|
||||||
]
|
|
||||||
id: "508BB7E1F4E05BD9"
|
|
||||||
tasks: [{
|
|
||||||
id: "68DC88BC1A432680"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psigem"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "2B70EB4BD82021A4"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psigem"
|
|
||||||
count: 3
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Ebony \\& Ivory Substance"
|
|
||||||
x: -3.0d
|
|
||||||
y: -5.0d
|
|
||||||
description: [
|
|
||||||
"Same as &epsidust&f, &epsimetal&f, and &epsigems&f, the input being &ecoal&f or &equartz&f and the \"&5Evony \\& Ivory&f\" &dspell&f."
|
|
||||||
""
|
|
||||||
"This &dspell&f can also be used to make &epsidust&f, &epsimetal&f, and &epsigems&f."
|
|
||||||
""
|
|
||||||
"You must be in the end for this &dspell&f to work!"
|
|
||||||
]
|
|
||||||
dependencies: [
|
|
||||||
"350EECB5549A9149"
|
|
||||||
"71E43799270B048D"
|
|
||||||
]
|
|
||||||
id: "1BC4DFA9F41319C7"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "66672A2AF4107310"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ebony_substance"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6A53520A5236FF5F"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ivory_substance"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "4D216BD77D3A434E"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ebony_substance"
|
|
||||||
count: 2
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3393BB0E7CAF3916"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ivory_substance"
|
|
||||||
count: 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -3.0d
|
|
||||||
y: -3.0d
|
|
||||||
dependencies: ["1BC4DFA9F41319C7"]
|
|
||||||
id: "707D86F3055FD628"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "6C5DE0F53CBB2E19"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ebony_psimetal"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "69AAF133777ECFEC"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ivory_psimetal"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "3110B8F9C0D4DA02"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ebony_psimetal"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "13960722C196394C"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:ivory_psimetal"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["This assembly has higher efficiency than it's ebony counter part."]
|
|
||||||
dependencies: ["707D86F3055FD628"]
|
|
||||||
id: "1882D37244614A68"
|
|
||||||
tasks: [{
|
|
||||||
id: "375F79ED3299DFE5"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_ivory_psimetal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "491876EB2D0A054E"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Getting A Better CAD"
|
|
||||||
x: 0.0d
|
|
||||||
y: -10.0d
|
|
||||||
description: [
|
|
||||||
"Time to make some &eCAD&f parts!"
|
|
||||||
"- Cores determine max spell complexity"
|
|
||||||
"- Batteries determine max psi"
|
|
||||||
"- Sockets determine number of slots for &dspells&f"
|
|
||||||
]
|
|
||||||
dependencies: ["672A9398B8CB6E25"]
|
|
||||||
id: "7D724B0F045F26E4"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "586BE79EE6794A08"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_gold"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6BBE3E81A3CB88E4"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_core_basic"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "2DB8A39927CD4799"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_socket_basic"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "716D0E526FFC911B"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_battery_basic"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "3517D3ACEF28700C"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Better CAD Parts"
|
|
||||||
x: -4.0d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: ["7897AD80B39B3DA9"]
|
|
||||||
id: "467C88955EDA576B"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "3B6FD05608ACBFB6"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_psimetal"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "52D4DD0EEF7BA0A3"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_core_overclocked"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5A7436894C51324B"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_socket_signaling"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "5C76A0021188FA01"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_battery_extended"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "1ACEA2C49B48E515"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psimetal"
|
|
||||||
count: 2
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -2.0d
|
|
||||||
y: -6.0d
|
|
||||||
description: ["&dSpell&f must contain &bTrick: Ebony \\& Ivory&f and be named \"&5Ebony \\& Ivory&f\"."]
|
|
||||||
dependencies: ["5610D15E9584FD62"]
|
|
||||||
id: "71E43799270B048D"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "7755ACF9FA2374C7"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
spell: {
|
|
||||||
modsRequired: [{
|
|
||||||
modVersion: "1.16-94"
|
|
||||||
modName: "psi"
|
|
||||||
}]
|
|
||||||
spellName: "Ebony & Ivory"
|
|
||||||
uuidMost: 817484819054216280L
|
|
||||||
validSpell: 1b
|
|
||||||
spellList: [{
|
|
||||||
x: 4
|
|
||||||
y: 4
|
|
||||||
data: {
|
|
||||||
key: "psi:trick_ebony_ivory"
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
uuidLeast: -6505221033292121448L
|
|
||||||
}
|
|
||||||
has_spell: 1b
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7FC801248D55FFAC"
|
|
||||||
type: "checkmark"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Psimetal Tools"
|
|
||||||
x: -6.0d
|
|
||||||
y: -6.0d
|
|
||||||
description: ["These tools can cast spells just like a &eCAD&f can!"]
|
|
||||||
dependencies: ["508BB7E1F4E05BD9"]
|
|
||||||
id: "03F5451FB3E37710"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "32F228801C9F6BB2"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_sword"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "283D895E9F215B6D"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_pickaxe"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "45550AB85C31E698"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_axe"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "01B317BF3D6F3FEF"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_shovel"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "2615F462FCB25EBE"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_colorizer_empty"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 1.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: ["A tool for measuring vectors"]
|
|
||||||
dependencies: ["672A9398B8CB6E25"]
|
|
||||||
id: "090636BABEE2587A"
|
|
||||||
tasks: [{
|
|
||||||
id: "774CD3F11F95B8C6"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:vector_ruler"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "5AA2B8E73209E416"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:psidust"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Psimetal Exosuit"
|
|
||||||
x: -7.0d
|
|
||||||
y: -7.0d
|
|
||||||
description: ["This armor can cast spells just like a &eCAD&f can!"]
|
|
||||||
dependencies: ["508BB7E1F4E05BD9"]
|
|
||||||
id: "04A1564F7BBB5781"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "7AFBAFFF4DF54BF8"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_exosuit_helmet"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "48B9BB583D4C8B6E"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_exosuit_chestplate"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "7A0558C43DEB59B8"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_exosuit_leggings"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "765C996BFD3196A1"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:psimetal_exosuit_boots"
|
|
||||||
Count: 1b
|
|
||||||
tag: {
|
|
||||||
Damage: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "67826687578C28A1"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_colorizer_psi"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -10.0d
|
|
||||||
description: [
|
|
||||||
"Crafting this with a \"loaded\" &ebullet&f will save whatever &dspell&f is on that &ebullet&f to the &espell drive&f."
|
|
||||||
""
|
|
||||||
"While sneaking, right-click the &espell drive&f onto a &espell programmer&f to load up the saved &dspell&f for editing."
|
|
||||||
]
|
|
||||||
dependencies: ["7897AD80B39B3DA9"]
|
|
||||||
id: "078BE0A8317FB3E5"
|
|
||||||
tasks: [{
|
|
||||||
id: "2295AC27CFC24222"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_drive"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0C9649A8FC3FBE5E"
|
|
||||||
type: "item"
|
|
||||||
item: {
|
|
||||||
id: "psi:spell_bullet"
|
|
||||||
Count: 1b
|
|
||||||
tag: { }
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Even Better CAD Parts"
|
|
||||||
x: -6.0d
|
|
||||||
y: -8.0d
|
|
||||||
description: [
|
|
||||||
"These are the highest tier components for &eCAD Assemblies&f."
|
|
||||||
""
|
|
||||||
"You will need to choose which &esocket&f and &ecore&f best suits your needs."
|
|
||||||
]
|
|
||||||
dependencies: ["508BB7E1F4E05BD9"]
|
|
||||||
id: "4B6AA8594BD08A05"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "5E54CAF48AC43B3B"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_core_hyperclocked"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "60EE2E57D2E2D2A8"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_socket_transmissive"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6F00AC0CEB4DDF4A"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_core_radiative"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "3150325572388CC4"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_socket_huge"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "481287167B69F2FB"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_battery_ultradense"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [
|
|
||||||
{
|
|
||||||
id: "3A539FE9104DF3C7"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_psimetal"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "762CBDB981745FC6"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_colorizer_rainbow"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Exosuit Sensors"
|
|
||||||
x: -8.0d
|
|
||||||
y: -6.0d
|
|
||||||
dependencies: ["04A1564F7BBB5781"]
|
|
||||||
id: "1B4F621A49F86237"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "6CFECA4B05D6C468"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_light"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "6498064514B7E474"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_heat"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "57D9075704B4C348"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_stress"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "75C242F2A21D466F"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_water"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "25CF04BBE1C0AD51"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_sensor_trigger"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
rewards: [{
|
|
||||||
id: "1A01065ECCFC813C"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -8.0d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: ["04A1564F7BBB5781"]
|
|
||||||
id: "33B94A3D3DC4348F"
|
|
||||||
tasks: [{
|
|
||||||
id: "179E9DEB9315A5EB"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:exosuit_controller"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "7F5A06183FB38425"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -4.0d
|
|
||||||
y: -2.0d
|
|
||||||
description: ["This assembly has higher potency than it's ivory counter part."]
|
|
||||||
dependencies: ["707D86F3055FD628"]
|
|
||||||
id: "51544B18E7CCC1A4"
|
|
||||||
tasks: [{
|
|
||||||
id: "67BFB015F706806D"
|
|
||||||
type: "item"
|
|
||||||
item: "psi:cad_assembly_ebony_psimetal"
|
|
||||||
}]
|
|
||||||
rewards: [{
|
|
||||||
id: "0842C52DB386315E"
|
|
||||||
type: "xp_levels"
|
|
||||||
xp_levels: 1
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
@ -1,37 +0,0 @@
|
|||||||
{
|
|
||||||
id: "1E09C468A5142ACC"
|
|
||||||
group: "441E2D2CD3ABE6DE"
|
|
||||||
order_index: 9
|
|
||||||
filename: "the_undergarden2"
|
|
||||||
title: "The Undergarden (wip)"
|
|
||||||
subtitle: ["This is deeper then Under the Sea ever went"]
|
|
||||||
always_invisible: true
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [{
|
|
||||||
title: "One coin to hell please"
|
|
||||||
x: 0.0d
|
|
||||||
y: -0.5d
|
|
||||||
description: ["This isn't quite the nether, but is about as deep as it needs to be to reach there. Get a catalyst and smack it inside a portal of stone bricks to reach there. "]
|
|
||||||
id: "2C6C54023C5600A8"
|
|
||||||
tasks: [
|
|
||||||
{
|
|
||||||
id: "20B54203E5158F90"
|
|
||||||
type: "item"
|
|
||||||
item: "undergarden:catalyst"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "196A5495078D6435"
|
|
||||||
type: "advancement"
|
|
||||||
advancement: "undergarden:undergarden/catalyst"
|
|
||||||
criterion: ""
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id: "1F09794CCD76D8D1"
|
|
||||||
type: "dimension"
|
|
||||||
icon: "undergarden:twistytwig"
|
|
||||||
dimension: "undergarden:undergarden"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}]
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
@ -1,790 +0,0 @@
|
|||||||
{
|
|
||||||
id: "783CBA95E9C6CA4C"
|
|
||||||
group: "78206C9353FDEF6F"
|
|
||||||
order_index: 0
|
|
||||||
filename: "ore_x5"
|
|
||||||
title: "Ore Processing"
|
|
||||||
icon: "minecraft:iron_ore"
|
|
||||||
default_quest_shape: ""
|
|
||||||
default_hide_dependency_lines: false
|
|
||||||
quests: [
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: 4.0d
|
|
||||||
dependencies: [
|
|
||||||
"5BBF95FCEACEA2F9"
|
|
||||||
"5BFA4F51378342B2"
|
|
||||||
]
|
|
||||||
dependency_requirement: "one_completed"
|
|
||||||
id: "1884D44BFD08A09E"
|
|
||||||
tasks: [{
|
|
||||||
id: "53C6F08046718085"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:energized_smelter"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: 4.0d
|
|
||||||
dependencies: ["7BB5F1357926CFFA"]
|
|
||||||
optional: true
|
|
||||||
id: "5BBF95FCEACEA2F9"
|
|
||||||
tasks: [{
|
|
||||||
id: "32E6A82142AACEFC"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:osmium_ore"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.5d
|
|
||||||
y: 4.0d
|
|
||||||
dependencies: ["1884D44BFD08A09E"]
|
|
||||||
id: "39EB57D557FCC711"
|
|
||||||
tasks: [{
|
|
||||||
id: "5D3E0FEB652DC3BE"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:ingot_osmium"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: 1.0d
|
|
||||||
dependencies: [
|
|
||||||
"6EEF5D40E30C32C4"
|
|
||||||
"5E6660A139337437"
|
|
||||||
]
|
|
||||||
dependency_requirement: "one_completed"
|
|
||||||
id: "05C039BF9B327152"
|
|
||||||
tasks: [{
|
|
||||||
id: "1777F540581DFEB7"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:basic_enriching_factory"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: 1.0d
|
|
||||||
dependencies: ["6BA61DCF65F754FE"]
|
|
||||||
optional: true
|
|
||||||
id: "6EEF5D40E30C32C4"
|
|
||||||
tasks: [{
|
|
||||||
id: "652354DB52B25414"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:osmium_ore"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Tier 0 (1x)"
|
|
||||||
x: -3.5d
|
|
||||||
y: 4.0d
|
|
||||||
shape: "gear"
|
|
||||||
optional: true
|
|
||||||
id: "7BB5F1357926CFFA"
|
|
||||||
tasks: [{
|
|
||||||
id: "2405F7923F2FDE8A"
|
|
||||||
type: "checkmark"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Tier 1 (2x)"
|
|
||||||
x: -3.5d
|
|
||||||
y: 1.0d
|
|
||||||
shape: "gear"
|
|
||||||
optional: true
|
|
||||||
id: "6BA61DCF65F754FE"
|
|
||||||
tasks: [{
|
|
||||||
id: "16F40B001A86340B"
|
|
||||||
type: "checkmark"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -2.0d
|
|
||||||
dependencies: ["52A5B94B94889DA2"]
|
|
||||||
id: "5D0A8973625B8776"
|
|
||||||
tasks: [{
|
|
||||||
id: "063E6CC091B1E38A"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:basic_crushing_factory"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: [
|
|
||||||
"6018C278F31E39E3"
|
|
||||||
"384DE5EFAA0183C4"
|
|
||||||
"3D6FB2ED01A65630"
|
|
||||||
]
|
|
||||||
dependency_requirement: "one_completed"
|
|
||||||
id: "4951F8AF198120F9"
|
|
||||||
tasks: [{
|
|
||||||
id: "07351FAB61998CFE"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:basic_purifying_factory"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: [
|
|
||||||
"011147557BFAFECA"
|
|
||||||
"6D36462808E2C0FB"
|
|
||||||
"1FD8EC8E50190AAD"
|
|
||||||
]
|
|
||||||
dependency_requirement: "one_completed"
|
|
||||||
id: "37113D6FFE8FD99F"
|
|
||||||
tasks: [{
|
|
||||||
id: "0215694F7FB36361"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_injection_chamber"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -11.0d
|
|
||||||
dependencies: ["328163DF81896215"]
|
|
||||||
id: "289CD6015A2D8E56"
|
|
||||||
tasks: [{
|
|
||||||
id: "10567415CE3569E6"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_crystallizer"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -14.0d
|
|
||||||
dependencies: [
|
|
||||||
"75F547B039512B41"
|
|
||||||
"399CAC3AEC28C968"
|
|
||||||
]
|
|
||||||
id: "62B181A45DBA4B2D"
|
|
||||||
tasks: [{
|
|
||||||
id: "1BD7C3B99FE9C13C"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_washer"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -17.0d
|
|
||||||
dependencies: [
|
|
||||||
"10B5763351624C00"
|
|
||||||
"23D7C0C178FD4112"
|
|
||||||
]
|
|
||||||
id: "33FF80541A73D3F0"
|
|
||||||
tasks: [{
|
|
||||||
id: "2422B9E513A29DAF"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_dissolution_chamber"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -17.0d
|
|
||||||
dependencies: ["28935BC82B9E06A2"]
|
|
||||||
optional: true
|
|
||||||
id: "10B5763351624C00"
|
|
||||||
tasks: [{
|
|
||||||
id: "435BC9A8DC36D14C"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:osmium_ore"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: ["1D9599DFB422F8CA"]
|
|
||||||
optional: true
|
|
||||||
id: "6018C278F31E39E3"
|
|
||||||
tasks: [{
|
|
||||||
id: "3D0CD84B0853EE49"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:osmium_ore"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: -1.0d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: ["193F52E39B4047DD"]
|
|
||||||
optional: true
|
|
||||||
id: "011147557BFAFECA"
|
|
||||||
tasks: [{
|
|
||||||
id: "28CC89D7D6C782A0"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:osmium_ore"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Tier 2 (3x)"
|
|
||||||
x: -3.5d
|
|
||||||
y: -5.0d
|
|
||||||
shape: "gear"
|
|
||||||
optional: true
|
|
||||||
id: "1D9599DFB422F8CA"
|
|
||||||
tasks: [{
|
|
||||||
id: "5B1DDE1D7FEF2CCC"
|
|
||||||
type: "checkmark"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Tier 3 (4x)"
|
|
||||||
x: -3.5d
|
|
||||||
y: -8.0d
|
|
||||||
shape: "gear"
|
|
||||||
optional: true
|
|
||||||
id: "193F52E39B4047DD"
|
|
||||||
tasks: [{
|
|
||||||
id: "72405B3AB9FEF82B"
|
|
||||||
type: "checkmark"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: 2.5d
|
|
||||||
dependencies: ["05C039BF9B327152"]
|
|
||||||
optional: true
|
|
||||||
id: "5BFA4F51378342B2"
|
|
||||||
tasks: [{
|
|
||||||
id: "22B65BDA463650E2"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:dust_osmium"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -0.5d
|
|
||||||
dependencies: ["5D0A8973625B8776"]
|
|
||||||
optional: true
|
|
||||||
id: "5E6660A139337437"
|
|
||||||
tasks: [{
|
|
||||||
id: "21A3FDCC7D318849"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:dirty_dust_osmium"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -3.5d
|
|
||||||
dependencies: ["4951F8AF198120F9"]
|
|
||||||
id: "52A5B94B94889DA2"
|
|
||||||
tasks: [{
|
|
||||||
id: "2F04D1F51CEAA81F"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:clump_osmium"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -6.5d
|
|
||||||
dependencies: ["37113D6FFE8FD99F"]
|
|
||||||
optional: true
|
|
||||||
id: "384DE5EFAA0183C4"
|
|
||||||
tasks: [{
|
|
||||||
id: "11F0E8EFBFBD1EDE"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:shard_osmium"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -9.5d
|
|
||||||
dependencies: ["289CD6015A2D8E56"]
|
|
||||||
optional: true
|
|
||||||
id: "6D36462808E2C0FB"
|
|
||||||
tasks: [{
|
|
||||||
id: "246FA5EADE0D437F"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:crystal_osmium"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Osmium Clean Ore Slurry"
|
|
||||||
x: 0.5d
|
|
||||||
y: -12.5d
|
|
||||||
dependencies: ["62B181A45DBA4B2D"]
|
|
||||||
id: "328163DF81896215"
|
|
||||||
tasks: [{
|
|
||||||
id: "57663DDD033EF2F6"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Osmi"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 0.5d
|
|
||||||
y: -15.5d
|
|
||||||
dependencies: ["33FF80541A73D3F0"]
|
|
||||||
id: "75F547B039512B41"
|
|
||||||
tasks: [{
|
|
||||||
id: "3FCA58AE417D7619"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Osmium Orez Slurry"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Tier 4 (5x)"
|
|
||||||
x: -3.5d
|
|
||||||
y: -17.0d
|
|
||||||
shape: "gear"
|
|
||||||
optional: true
|
|
||||||
id: "28935BC82B9E06A2"
|
|
||||||
tasks: [{
|
|
||||||
id: "2E7FD35AB119DAA2"
|
|
||||||
type: "checkmark"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: ["2D4D9CA3010EBABC"]
|
|
||||||
id: "3D6FB2ED01A65630"
|
|
||||||
tasks: [{
|
|
||||||
id: "457DFACC3C7367D0"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Oxygen"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: ["3E98F7849938C03D"]
|
|
||||||
id: "2D4D9CA3010EBABC"
|
|
||||||
tasks: [{
|
|
||||||
id: "7A251539F4CB13A8"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:electrolytic_separator"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: -5.0d
|
|
||||||
dependencies: ["62DBDDFE3AE8A427"]
|
|
||||||
id: "3E98F7849938C03D"
|
|
||||||
tasks: [{
|
|
||||||
id: "720C8896C466B380"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Water"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: -5.0d
|
|
||||||
id: "62DBDDFE3AE8A427"
|
|
||||||
tasks: [{
|
|
||||||
id: "75BCC4999F327A26"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:electric_pump"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: ["0225249906CF065A"]
|
|
||||||
id: "1FD8EC8E50190AAD"
|
|
||||||
tasks: [{
|
|
||||||
id: "2AA45486CF62488F"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Hydrogen Chloride"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: [
|
|
||||||
"12416FD78365A158"
|
|
||||||
"486B8D9FFD294D68"
|
|
||||||
]
|
|
||||||
id: "0225249906CF065A"
|
|
||||||
tasks: [{
|
|
||||||
id: "061C0FCEB4AF43FC"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_infuser"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -6.5d
|
|
||||||
dependencies: ["2D4D9CA3010EBABC"]
|
|
||||||
id: "12416FD78365A158"
|
|
||||||
tasks: [{
|
|
||||||
id: "132730B636C3E9F4"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Hydrogen"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: ["685A1A4117012DA7"]
|
|
||||||
id: "486B8D9FFD294D68"
|
|
||||||
tasks: [{
|
|
||||||
id: "51CBBF919B6F0F60"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Chlorine"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: -8.0d
|
|
||||||
dependencies: ["5B0AC62322385959"]
|
|
||||||
id: "685A1A4117012DA7"
|
|
||||||
tasks: [{
|
|
||||||
id: "4C860160D4827DD3"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:electrolytic_separator"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: -6.5d
|
|
||||||
dependencies: ["685A1A4117012DA7"]
|
|
||||||
id: "3E9949B6D42F4839"
|
|
||||||
tasks: [{
|
|
||||||
id: "5B330FF7365A8BA9"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Sodium"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: -14.0d
|
|
||||||
dependencies: ["59F843B42E2517B9"]
|
|
||||||
id: "5B0AC62322385959"
|
|
||||||
tasks: [{
|
|
||||||
id: "3054EE5B12B5F4AA"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Brine"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -14.0d
|
|
||||||
dependencies: ["7786A24E4EDBA79B"]
|
|
||||||
id: "399CAC3AEC28C968"
|
|
||||||
tasks: [{
|
|
||||||
id: "18F3CCA43DED54B7"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Water"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -14.0d
|
|
||||||
id: "7786A24E4EDBA79B"
|
|
||||||
tasks: [{
|
|
||||||
id: "452DA73C92E80D02"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:electric_pump"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -17.0d
|
|
||||||
dependencies: ["1B29F1230EA97575"]
|
|
||||||
id: "23D7C0C178FD4112"
|
|
||||||
tasks: [{
|
|
||||||
id: "07E2322356520FB7"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Sulfuric Acid"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -17.0d
|
|
||||||
dependencies: [
|
|
||||||
"694ABF196929B6A0"
|
|
||||||
"0532FA2AF6D4D665"
|
|
||||||
]
|
|
||||||
id: "1B29F1230EA97575"
|
|
||||||
tasks: [{
|
|
||||||
id: "40050D9BE3E9323D"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_infuser"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: -17.0d
|
|
||||||
dependencies: ["1CCD0B95C99609DC"]
|
|
||||||
id: "694ABF196929B6A0"
|
|
||||||
tasks: [{
|
|
||||||
id: "17DD76361C06F3BB"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Water Vapor"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: -17.0d
|
|
||||||
dependencies: ["043F1E984E5F0A56"]
|
|
||||||
id: "1CCD0B95C99609DC"
|
|
||||||
tasks: [{
|
|
||||||
id: "2B379FCF0DB17309"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:rotary_condensentrator"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 8.0d
|
|
||||||
y: -17.0d
|
|
||||||
dependencies: ["4B7CB1FD4FBF46C6"]
|
|
||||||
id: "043F1E984E5F0A56"
|
|
||||||
tasks: [{
|
|
||||||
id: "75020175E9B32F6D"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Water"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: -17.0d
|
|
||||||
id: "4B7CB1FD4FBF46C6"
|
|
||||||
tasks: [{
|
|
||||||
id: "35257B688F828264"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:electric_pump"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -18.5d
|
|
||||||
dependencies: ["5AC9B8169548F5CA"]
|
|
||||||
id: "0532FA2AF6D4D665"
|
|
||||||
tasks: [{
|
|
||||||
id: "7C7A3B4574E3F730"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Sulfur Trioxide"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -20.0d
|
|
||||||
dependencies: [
|
|
||||||
"5CB4C44B2DB8FDFE"
|
|
||||||
"75B014C424C03E2A"
|
|
||||||
]
|
|
||||||
id: "5AC9B8169548F5CA"
|
|
||||||
tasks: [{
|
|
||||||
id: "671330355D5E2BF0"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_infuser"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -21.5d
|
|
||||||
dependencies: ["1144B003B399B0BB"]
|
|
||||||
id: "75B014C424C03E2A"
|
|
||||||
tasks: [{
|
|
||||||
id: "5ACA1219A4182503"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Sulfur Dioxide"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: -20.0d
|
|
||||||
dependencies: ["45797C2EC2DB26D3"]
|
|
||||||
id: "5CB4C44B2DB8FDFE"
|
|
||||||
tasks: [{
|
|
||||||
id: "70E1D08AF57029BA"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Oxygen"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: -20.0d
|
|
||||||
dependencies: ["043F1E984E5F0A56"]
|
|
||||||
id: "45797C2EC2DB26D3"
|
|
||||||
tasks: [{
|
|
||||||
id: "4E4D91E2C728C7B2"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:electrolytic_separator"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: -23.0d
|
|
||||||
dependencies: ["45797C2EC2DB26D3"]
|
|
||||||
id: "3C656A19E3A74874"
|
|
||||||
tasks: [{
|
|
||||||
id: "1D20CBE2E25B4514"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Hydrogen"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -23.0d
|
|
||||||
dependencies: ["29DF42680C3D85CF"]
|
|
||||||
id: "1144B003B399B0BB"
|
|
||||||
tasks: [{
|
|
||||||
id: "05C92937B339B8EE"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_oxidizer"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -24.5d
|
|
||||||
dependencies: ["17E727D613C28DD7"]
|
|
||||||
id: "29DF42680C3D85CF"
|
|
||||||
tasks: [{
|
|
||||||
id: "0A14A44577891CFB"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Sulfur"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 3.5d
|
|
||||||
y: -26.0d
|
|
||||||
dependencies: [
|
|
||||||
"2E2F1A0B14DD8441"
|
|
||||||
"1227AF5986A59B75"
|
|
||||||
]
|
|
||||||
id: "17E727D613C28DD7"
|
|
||||||
tasks: [{
|
|
||||||
id: "0894039B7D0E51B4"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_injection_chamber"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 2.0d
|
|
||||||
y: -26.0d
|
|
||||||
id: "2E2F1A0B14DD8441"
|
|
||||||
tasks: [{
|
|
||||||
id: "4891BFEC29E4B939"
|
|
||||||
type: "item"
|
|
||||||
item: "minecraft:gunpowder"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 5.0d
|
|
||||||
y: -26.0d
|
|
||||||
dependencies: ["325B540A71BB0165"]
|
|
||||||
id: "1227AF5986A59B75"
|
|
||||||
tasks: [{
|
|
||||||
id: "45A257C82668451C"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Hydrogen Chloride"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 6.5d
|
|
||||||
y: -26.0d
|
|
||||||
dependencies: [
|
|
||||||
"3C656A19E3A74874"
|
|
||||||
"26A0B91557B1874C"
|
|
||||||
]
|
|
||||||
id: "325B540A71BB0165"
|
|
||||||
tasks: [{
|
|
||||||
id: "1E47740D88BC5BB7"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:chemical_infuser"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 8.0d
|
|
||||||
y: -26.0d
|
|
||||||
dependencies: ["6BFBF88A89342FC1"]
|
|
||||||
id: "26A0B91557B1874C"
|
|
||||||
tasks: [{
|
|
||||||
id: "3AF6C147262D74B7"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Chlorine"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: -26.0d
|
|
||||||
dependencies: ["7110C255B9F0965B"]
|
|
||||||
id: "6BFBF88A89342FC1"
|
|
||||||
tasks: [{
|
|
||||||
id: "422981DF537002AD"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:electrolytic_separator"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title: "Thermal Eveporation"
|
|
||||||
x: 13.0d
|
|
||||||
y: -17.0d
|
|
||||||
dependencies: [
|
|
||||||
"1F5E4E74691066A2"
|
|
||||||
"6F9587D6F11D742B"
|
|
||||||
]
|
|
||||||
id: "59F843B42E2517B9"
|
|
||||||
tasks: [{
|
|
||||||
id: "450D80684FF0EECB"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:thermal_evaporation_controller"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: -27.5d
|
|
||||||
dependencies: ["6BFBF88A89342FC1"]
|
|
||||||
id: "23151E302FB56149"
|
|
||||||
tasks: [{
|
|
||||||
id: "0A42E0EBC4CBD1EB"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Sodium"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 14.5d
|
|
||||||
y: -17.0d
|
|
||||||
dependencies: ["5C9932CB08B227DE"]
|
|
||||||
id: "6F9587D6F11D742B"
|
|
||||||
tasks: [{
|
|
||||||
id: "5FC4016153F90253"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Heat"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 13.0d
|
|
||||||
y: -18.5d
|
|
||||||
dependencies: ["3C23109B70D894B7"]
|
|
||||||
id: "1F5E4E74691066A2"
|
|
||||||
tasks: [{
|
|
||||||
id: "0F702F3C587EB3FE"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Water"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 13.0d
|
|
||||||
y: -20.0d
|
|
||||||
id: "3C23109B70D894B7"
|
|
||||||
tasks: [{
|
|
||||||
id: "6FC89896CF801F11"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:electric_pump"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 16.0d
|
|
||||||
y: -17.0d
|
|
||||||
id: "5C9932CB08B227DE"
|
|
||||||
tasks: [{
|
|
||||||
id: "2E192BEC0FBCBFEA"
|
|
||||||
type: "item"
|
|
||||||
item: "mekanism:resistive_heater"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x: 9.5d
|
|
||||||
y: -20.0d
|
|
||||||
dependencies: ["59F843B42E2517B9"]
|
|
||||||
id: "7110C255B9F0965B"
|
|
||||||
tasks: [{
|
|
||||||
id: "60D7A59EF839912C"
|
|
||||||
type: "checkmark"
|
|
||||||
title: "Brine"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user