forked from Anvilcraft/Mobs-Dimensions2
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
adf0f9ed2a | |||
960ad382dd |
268 changed files with 901 additions and 6628 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,2 @@
|
|||
.mpt
|
||||
build
|
||||
.vscode
|
||||
.idea
|
||||
build
|
|
@ -1,5 +1,7 @@
|
|||
## Mobs and Dimensions 2 MZTE fork
|
||||
## Mobs and Dimensions 2
|
||||
---
|
||||
just my fork of MnD2 which is probably vastly superior to the main version :P
|
||||
this is the repo for the next anvilcraft minecraft modpack
|
||||
|
||||
run './mpt buildtwitch' on Linux or in the git-bash to build the pack for the Twitch Launcher
|
||||
|
||||
this was made using [modpacktools](https://github.com/Anvilcraft/modpacktools)
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
selectedVersion = -1
|
||||
[Downloads]
|
||||
#The maximum number of threads that will be used for downloads
|
||||
maxThreads = 10
|
||||
maxThreads = 2
|
||||
#The timeout of http requests in ms
|
||||
httpTimeout = 2147483647
|
||||
|
|
43
mpt
Normal file
43
mpt
Normal file
|
@ -0,0 +1,43 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$0")" || exit
|
||||
case $1 in
|
||||
install)
|
||||
if ! [ -d "$HOME/.mpt" ];
|
||||
then mkdir $HOME/.mpt
|
||||
fi
|
||||
if ! [ -f "$HOME/.mpt/mpt.jar" ];
|
||||
then
|
||||
dl=$(curl https://data.tilera.xyz/file/mpt/mpt-latest)
|
||||
echo Downloading $dl ...
|
||||
curl $dl --output $HOME/.mpt/mpt.jar
|
||||
fi
|
||||
;;
|
||||
update)
|
||||
dl=$(curl https://data.tilera.xyz/file/mpt/mpt-latest)
|
||||
echo Downloading $dl ...
|
||||
if [ -f ".mpt/mpt.jar" ]
|
||||
then
|
||||
curl $dl --output .mpt/mpt.jar
|
||||
else
|
||||
curl $dl --output $HOME/.mpt/mpt.jar
|
||||
fi
|
||||
echo Updating Script
|
||||
curl https://data.tilera.xyz/file/mpt/mpt > mpt
|
||||
;;
|
||||
*)
|
||||
if ! [ -d ".mpt" ];
|
||||
then mkdir .mpt
|
||||
fi
|
||||
if [ -f ".mpt/mpt.jar" ];
|
||||
then jar=.mpt/mpt.jar
|
||||
elif [ -f "$HOME.mpt/mpt.jar" ];
|
||||
then jar=$HOME.mpt/mpt.jar
|
||||
else
|
||||
dl=$(curl https://data.tilera.xyz/file/mpt/mpt-latest)
|
||||
echo Downloading $dl ...
|
||||
curl $dl --output .mpt/mpt.jar
|
||||
jar=.mpt/mpt.jar
|
||||
fi
|
||||
java -jar $jar $*
|
||||
;;
|
||||
esac
|
235
src/modpack.json
235
src/modpack.json
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "mobs&dimensions2mzte",
|
||||
"id": "mobs&dimensions2",
|
||||
"type": "modpack",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.0-snapshot",
|
||||
"versionid": -1,
|
||||
"mcversion": [
|
||||
"1.12.2"
|
||||
|
@ -62,25 +62,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "guidebook",
|
||||
"id": "ftbguides",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:253874:2989594",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "drawers",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:223852:2952606",
|
||||
"artifact": "curse.maven:317586:2827161",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -1261,6 +1246,21 @@
|
|||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "294335",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:294335:2624990",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "245211",
|
||||
"file": {
|
||||
|
@ -1486,6 +1486,21 @@
|
|||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "262031",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:262031:2475164",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "228525",
|
||||
"file": {
|
||||
|
@ -1576,6 +1591,21 @@
|
|||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "nolives",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:281229:2807969",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "349214",
|
||||
"file": {
|
||||
|
@ -1681,6 +1711,21 @@
|
|||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "269973",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:269973:3013380",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "226410",
|
||||
"file": {
|
||||
|
@ -2177,10 +2222,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "akashictome",
|
||||
"id": "246760",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:250577:2648656",
|
||||
"artifact": "curse.maven:246760:2965308",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -2345,68 +2390,8 @@
|
|||
"id": "mdutils",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:413047:3080176",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "spackenmobs",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:413102:3082177",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "spectrite",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:268094:2655943",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "tinkerlevel",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:250957:2630860",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "chameleon",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:230497:2450900",
|
||||
"repository": "curse"
|
||||
"artifact": "ley.anvil:mdutils:1.0",
|
||||
"repository": "tilera"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
|
@ -2418,7 +2403,7 @@
|
|||
},
|
||||
{
|
||||
"id": "forge",
|
||||
"versions": "[1.12.2-14.23.5.2854]",
|
||||
"versions": "[14.23.5.2854]",
|
||||
"type": "modloader",
|
||||
"options": [
|
||||
"required",
|
||||
|
@ -2449,74 +2434,6 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f32",
|
||||
"file": {
|
||||
"installer": "internal.dir:resourcepacks",
|
||||
"link": "http://www.f32.me/F32-1.12.2.zip"
|
||||
},
|
||||
"type": "resourcepack",
|
||||
"options": [
|
||||
"optional",
|
||||
"client",
|
||||
"included"
|
||||
],
|
||||
"meta": {
|
||||
"name": "F32",
|
||||
"description": ["Faithful texture pack for mods"],
|
||||
"website": "http://f32.me",
|
||||
"icon": "https://avatars3.githubusercontent.com/u/8607259?s=200&v=4",
|
||||
"contributors": [
|
||||
{"name": "anders0nmat36", "roles": ["contributor"]},
|
||||
{"name": "StefanTT", "roles": ["contributor"]},
|
||||
{"name": "MassiMD", "roles": ["contributor"]},
|
||||
{"name": "Ormsher", "roles": ["contributor"]},
|
||||
{"name": "Intipablo", "roles": ["contributor"]},
|
||||
{"name": "Ethryan", "roles": ["contributor"]},
|
||||
{"name": "thewawpro", "roles": ["contributor"]},
|
||||
{"name": "peterhaneve", "roles": ["contributor"]},
|
||||
{"name": "agarian-2", "roles": ["contributor"]},
|
||||
{"name": "jmongeon", "roles": ["contributor"]},
|
||||
{"name": "aws404", "roles": ["contributor"]},
|
||||
{"name": "smenes", "roles": ["contributor"]},
|
||||
{"name": "cpw", "roles": ["contributor"]},
|
||||
{"name": "brad18", "roles": ["contributor"]},
|
||||
{"name": "blumn2", "roles": ["contributor"]},
|
||||
{"name": "VT-14", "roles": ["contributor"]},
|
||||
{"name": "Trinsdar", "roles": ["contributor"]},
|
||||
{"name": "SuperMario20", "roles": ["contributor"]},
|
||||
{"name": "Riernar", "roles": ["contributor"]},
|
||||
{"name": "Luke100000", "roles": ["contributor"]},
|
||||
{"name": "KarlosWGeek", "roles": ["contributor"]},
|
||||
{"name": "Bernasss12", "roles": ["contributor"]}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "faithful",
|
||||
"file": {
|
||||
"installer": "internal.dir:resourcepacks",
|
||||
"link": "https://github.com/FaithfulTeam/Faithful/archive/1.12.zip"
|
||||
},
|
||||
"type": "resourcepack",
|
||||
"options": [
|
||||
"optional",
|
||||
"client",
|
||||
"included"
|
||||
],
|
||||
"meta": {
|
||||
"name": "Faithful",
|
||||
"description": ["Pretty good looking texture pack i guess"],
|
||||
"website": "https://faithful.team",
|
||||
"icon": "https://faithful.team/content/images/2020/04/faithful_logo_3_final-2.png",
|
||||
"contributors": [
|
||||
{"name": "xMrVizzy", "roles": ["contributor"]},
|
||||
{"name": "seirin-blu", "roles": ["contributor"]},
|
||||
{"name": "katdotsh", "roles": ["contributor"]},
|
||||
{"name": "Juknum", "roles": ["contributor"]}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -2527,32 +2444,36 @@
|
|||
"id": "curse",
|
||||
"type": "curseforge",
|
||||
"url": "https://www.cursemaven.com/"
|
||||
},
|
||||
{
|
||||
"id": "tilera",
|
||||
"type": "maven",
|
||||
"url": "https://data.tilera.xyz/maven/"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "Mobs&Dimensions2",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "LordMZTE",
|
||||
"name": "tilera",
|
||||
"roles": [
|
||||
"owner"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tilera",
|
||||
"name": "ACGaming",
|
||||
"roles": [
|
||||
"author",
|
||||
"artist"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ACGaming",
|
||||
"name": "LordMZTE",
|
||||
"roles": [
|
||||
"author"
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": ["MZTE fork of the Mobs and Dimensions 2 pack"]
|
||||
]
|
||||
},
|
||||
"asversion": 1
|
||||
}
|
||||
|
|
|
@ -1,130 +0,0 @@
|
|||
<book title="Darkhold" cover="gbook:darkhold" fontSize="1.0" home="0:0"
|
||||
xmlns="http://localhost/gbook/base"
|
||||
xmlns:minecraft="http://localhost/gbook/minecraft-addons">
|
||||
|
||||
<include ref="gbook:xml/standard.xml"/>
|
||||
|
||||
<chapter>
|
||||
<section>
|
||||
<title>Index</title>
|
||||
<link ref="quantum">Quantum Technology</link>
|
||||
<link ref="dark">Dark Magic</link>
|
||||
</section>
|
||||
</chapter>
|
||||
<chapter id="quantum">
|
||||
<section>
|
||||
<title>Quantum Technology</title>
|
||||
<link ref="quantum:battery">Qunatum Battery</link>
|
||||
<link ref="quantum:portal">Dimensional Portal</link>
|
||||
<link ref="quantum:mill">Thread Mill</link>
|
||||
<link ref="quantum:mama">Mana Fabricator</link>
|
||||
<link ref="quantum:reactor">Quantum Reactor</link>
|
||||
<p>
|
||||
Quantum Technology is based on Quantum Ingots. This ingots can only be created using soul power infused materials from Hell.
|
||||
Using your Darkhold you can make Quantum Ingots out of Soularium Ingots and Soul Stone. With Quantum Ingots you can then
|
||||
make the parts needed to build quantum based machines.
|
||||
</p>
|
||||
</section>
|
||||
<section id="battery">
|
||||
<title>Quantum Battery</title>
|
||||
<p>
|
||||
Quantum Batteries are drawing energy from multiple dimensions. Their main usage is extracting Dark Matter from other dimensions.
|
||||
Becaus this is violating the first law of thermodynamics and therefore creating a vacuum between dimensions you have to power it
|
||||
with a material only found in the Limbo. This will fill the vacuum by giving to other dimensions their energy back. As a side effect this
|
||||
will also give you World Thread, which you would have to extract from the Limbo if not using this method. During the extraction process
|
||||
the battery will also output a bit of energy, which couldn't be converted to Dark Matter, so you can use it to power other machines.
|
||||
</p>
|
||||
<title>Using in other Dimensions</title>
|
||||
<p>
|
||||
By using Quantum Batteries in other dimensions and giving them matter originating from this dimension, you can create a manifestation
|
||||
of this dimensions power inside a cluster. This only works in some specific dimensions, but the clusters will be needed to open a
|
||||
<link ref="quantum:portal">Dimensional Portal</link>. Besides other dimensions energies you can also manifest the energies of Mob Souls
|
||||
in a Mob Cluster, which is also needed for the portal.
|
||||
</p>
|
||||
</section>
|
||||
<section id="portal">
|
||||
<title>Dimensional Portal</title>
|
||||
<p>
|
||||
The Dimensional Portal is used to retrieve Neutronium from another dimension. It is powered by World Thread, so you need an imensive amount of it to produce Neutronium.
|
||||
To build the portal you need some blocks containing matter from other artificially created dimensions. To activate it you need 12 clusters containing the energy of 11 dimensions
|
||||
and different mobs. This clusters can only be manifested using a <link ref="quantum:battery">Quantum Battery</link>.
|
||||
The portal uses a tear in Space-Time to produce Neutronium. This tear is called a "Klein Bottle" and can only be created by three <link ref="dark:monoliths">Monoliths</link> using a <link ref="quantum:battery">Quantum Battery</link>.
|
||||
</p>
|
||||
<title>Structure</title>
|
||||
<p>The placement of the clusters should look like this:</p>
|
||||
<p><stack item="modularmachinery:blockinputbus"/><stack item="contenttweaker:cluster_nether"/><stack item="contenttweaker:cluster_end"/><stack item="contenttweaker:cluster_aether"/><stack item="modularmachinery:blockinputbus"/></p>
|
||||
<p><stack item="contenttweaker:cluster_twilight"/><stack item="mystcraft:blockcrystal"/><stack item="mystcraft:blockcrystal"/><stack item="mystcraft:blockcrystal"/><stack item="contenttweaker:cluster_midnight"/></p>
|
||||
<p><stack item="contenttweaker:cluster_overworld"/><stack item="mystcraft:blockcrystal"/><stack item="mystcraft:blockcrystal"/><stack item="mystcraft:blockcrystal"/><stack item="contenttweaker:cluster_mob"/></p>
|
||||
<p><stack item="contenttweaker:cluster_erebus"/><stack item="mystcraft:blockcrystal"/><stack item="mystcraft:blockcrystal"/><stack item="mystcraft:blockcrystal"/><stack item="contenttweaker:cluster_cavern"/></p>
|
||||
<p><stack item="modularmachinery:blockoutputbus"/><stack item="contenttweaker:cluster_between"/><stack item="contenttweaker:cluster_advent"/><stack item="contenttweaker:cluster_abyss"/><stack item="modularmachinery:blockcontroller"/></p>
|
||||
<p>A Klein Bottle should be placed in the middle of the structure to complete it.</p>
|
||||
</section>
|
||||
<section id="mill">
|
||||
<title>Thread Mill</title>
|
||||
<p>
|
||||
The Thread Mill is a simple machine extracting World Thread from the Limbo. It must operate inside the Limbo and needs power to produce World Thread.
|
||||
</p>
|
||||
</section>
|
||||
<section id="mana">
|
||||
<title>Mana Fabricator</title>
|
||||
<p>
|
||||
The Mana Fabricator is used to generate Mana from other energy sources. To build it you must place some sort of Mana Spreader in the middle on top
|
||||
of the structure. The Mana Fabricator can produce Mana passively from Starlight or Grid Power or it can be powered actively by µI(Micro Infinity), Embers or Life Essence.
|
||||
The Mana will be outputted by the Mana Spreader placed on top of the Structure.
|
||||
</p>
|
||||
</section>
|
||||
<section id="reactor">
|
||||
<title>Quantum Reactor</title>
|
||||
<p>
|
||||
The Quantum Reactor is used to produce massive amounts of µI(Micro Infinity) using all kinds of magical energy. The reactor requires Starlight, Grid Power, Life Essence, Mana, Ember,
|
||||
Vacuos, World Thread and mechanical power to operate. It can only run when the Horologium constellation is on the sky. The reactor produces enough energy to instantly filla Tier 8 Draconic
|
||||
Energy Core.
|
||||
</p>
|
||||
</section>
|
||||
</chapter>
|
||||
<chapter id="dark">
|
||||
<section>
|
||||
<title>Dark Magic</title>
|
||||
<link ref="dark:monoliths">Monoliths</link>
|
||||
<link ref="dark:table">Dark Crafting Tables</link>
|
||||
<p>
|
||||
Dark Magic is all about transforming matter and breaking the laws of the universe. The base of Dark Magic is Dark Matter. While raw Dark Matter can be created using
|
||||
a Philosopher Stone, Dark Matter Ingots can only be produced using a <link ref="quantum:battery">Quantum Battery</link>.
|
||||
</p>
|
||||
</section>
|
||||
<section id="monoliths">
|
||||
<title>Monoliths</title>
|
||||
<p>
|
||||
Monoliths are powerful stones with a crystal structure drawing their power from the Limbo dimension. There are three types of Monoliths manipulating different aspects of
|
||||
reality.
|
||||
</p>
|
||||
<title>Space Monolith</title>
|
||||
<p>
|
||||
The Space Monolith<stack item="contenttweaker:frag_space"/> can be used to connect two points in space together. It's main usage is to combine it with World Thread to make the core of space travel magic.
|
||||
All kinds of Dimensional Doors requires a piece of the Space Monolith to be crafted.
|
||||
</p>
|
||||
<title>Time Monolith</title>
|
||||
<p>
|
||||
The Time Monolith<stack item="contenttweaker:frag_time"/> can manipulate time itself. By putting a piece of it into a bottle, this bottle will store time and can be used to channel the stored time directly to
|
||||
some location. This will increase the flow of time at this location.
|
||||
</p>
|
||||
<title>Creation Monolith</title>
|
||||
<p>
|
||||
The Creation Monolith<stack item="contenttweaker:frag_creation"/> is the most powerful of the three. It is used to manipulate matter. The fragments of the Creation Monolith are essential for building
|
||||
an Energy Condenser, which is used to transform matter into other matter.
|
||||
</p>
|
||||
<title>Tear in Space-Time</title>
|
||||
<p>
|
||||
By combining the energies of all three Monoliths inside a <link ref="quantum:battery">Quantum Battery</link>, you can create a Tear in Space-Time. This is manifested as an object, which is impossible
|
||||
in just three spatial dimensions. This object is called a "Klein Bottle". It is essential to simulate artificial dimensions and therefore the only was to get Dimensional Shards. The <link ref="quantum:portal">Dimensional Portal</link>
|
||||
will also use it to extract Neutronium from the other side of this tear.
|
||||
</p>
|
||||
</section>
|
||||
<section id="dark:table">
|
||||
<title>Dark Crafting Tables</title>
|
||||
<p>
|
||||
The Dark Crafting Tables are Crafting Tables infused with Dark Matter. They are essential to use Dark Magic and Alchemy.
|
||||
</p>
|
||||
</section>
|
||||
</chapter>
|
||||
</book>
|
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB |
|
@ -107,10 +107,10 @@ ores {
|
|||
I:copperMinY=0
|
||||
|
||||
# Maximum size of a copper ore vein (in blocks) [range: 0 ~ 255, default: 12]
|
||||
I:copperVeinSize=0
|
||||
I:copperVeinSize=12
|
||||
|
||||
# Number of attempts to spawn copper ore the world generator will make for each chunk. [range: 0 ~ 255, default: 6]
|
||||
I:copperVeinsPerChunk=0
|
||||
I:copperVeinsPerChunk=6
|
||||
|
||||
# Maximum height under which lead ore will spawn. [range: 1 ~ 255, default: 28]
|
||||
I:leadMaxY=28
|
||||
|
@ -119,10 +119,10 @@ ores {
|
|||
I:leadMinY=0
|
||||
|
||||
# Maximum size of a lead ore vein (in blocks) [range: 0 ~ 255, default: 8]
|
||||
I:leadVeinSize=0
|
||||
I:leadVeinSize=8
|
||||
|
||||
# Number of attempts to spawn lead ore the world generator will make for each chunk. [range: 0 ~ 255, default: 4]
|
||||
I:leadVeinsPerChunk=0
|
||||
I:leadVeinsPerChunk=4
|
||||
|
||||
# A list of all dimension IDs in which Embers orespawn is prohibited. Embers ores will spawn in any dimension not on this list, but only in vanilla stone. [default: [-1], [1]]
|
||||
S:oreBlacklist <
|
||||
|
@ -140,10 +140,10 @@ ores {
|
|||
I:quartzMinY=0
|
||||
|
||||
# Maximum size of a quartz ore vein (in blocks) [range: 0 ~ 255, default: 8]
|
||||
I:quartzVeinSize=0
|
||||
I:quartzVeinSize=8
|
||||
|
||||
# Number of attempts to spawn quartz ore the world generator will make for each chunk. [range: 0 ~ 255, default: 4]
|
||||
I:quartzVeinsPerChunk=0
|
||||
I:quartzVeinsPerChunk=4
|
||||
|
||||
# Maximum height under which silver ore will spawn. [range: 1 ~ 255, default: 28]
|
||||
I:silverMaxY=28
|
||||
|
@ -152,10 +152,10 @@ ores {
|
|||
I:silverMinY=0
|
||||
|
||||
# Maximum size of a silver ore vein (in blocks) [range: 0 ~ 255, default: 6]
|
||||
I:silverVeinSize=0
|
||||
I:silverVeinSize=6
|
||||
|
||||
# Number of attempts to spawn silver ore the world generator will make for each chunk. [range: 0 ~ 255, default: 4]
|
||||
I:silverVeinsPerChunk=0
|
||||
I:silverVeinsPerChunk=4
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,106 +0,0 @@
|
|||
# Configuration file
|
||||
|
||||
enchants {
|
||||
# Allow the Auto Smelt enchant to be registered.
|
||||
# [default: true]
|
||||
B:allowAutoSmelt=true
|
||||
|
||||
# Allow the XP Boost enchant to be registered.
|
||||
# [default: true]
|
||||
B:allowXPBoost=true
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Disabling this option will prevent any crops added to the config json from being right clickable.
|
||||
# [default: true]
|
||||
B:allowCropRC=true
|
||||
|
||||
# Disabling this option will prevent tick speedup (i.e. torcherino) on any TE that uses the base TE class from EnderCore
|
||||
# [default: true]
|
||||
B:allowExternalTickSpeedup=true
|
||||
|
||||
# The way the game should have been made (Yes this is the fireworks thing).
|
||||
# [default: false]
|
||||
B:betterAchievements=true
|
||||
|
||||
# Control the behavior of invisible mode (disables all gameplay features). Having this setting be different between client and server could cause some desync, but otherwise is harmless.
|
||||
# 0 - Default. Lets other mods request invisible mode. If none do, invisible mode is off.
|
||||
# -1 (or below) - Never invisible, even if mods request it.
|
||||
# 1 (or above) - Always invisible, even if no mods request it.
|
||||
# [default: 0]
|
||||
I:invisibleMode=0
|
||||
|
||||
# Fireworks display on new years eve
|
||||
# [default: true]
|
||||
B:newYearsFireworks=true
|
||||
|
||||
# Show durability on item tooltips.
|
||||
# 0 - Off
|
||||
# 1 - Always on
|
||||
# 2 - Only with shift
|
||||
# 3 - Only in debug mode
|
||||
# [range: 0 ~ 3, default: 1]
|
||||
I:showDurabilityTooltips=1
|
||||
|
||||
# Show oredictionary names of every item in its tooltip.
|
||||
# 0 - Off
|
||||
# 1 - Always on
|
||||
# 2 - Only with shift
|
||||
# 3 - Only in debug mode
|
||||
# [range: 0 ~ 3, default: 2]
|
||||
I:showOredictTooltips=2
|
||||
|
||||
# Show item registry names in tooltips.
|
||||
# 0 - Off
|
||||
# 1 - Always on
|
||||
# 2 - Only with shift
|
||||
# 3 - Only in debug mode
|
||||
# [range: 0 ~ 3, default: 3]
|
||||
I:showRegistryNameTooltips=3
|
||||
|
||||
# Amount of water in mB that a water bottle contains
|
||||
# [range: 1 ~ 1000, default: 333]
|
||||
I:waterBottleAmount=333
|
||||
}
|
||||
|
||||
|
||||
tweaks {
|
||||
# Adds shapeless recipe from 1 book to 2 paper
|
||||
# [default: true]
|
||||
B:bookToPaperRecipe=true
|
||||
|
||||
# If this tweak is enabled, vanilla bottles will act as fluid handlers for all automation.
|
||||
# [default: true]
|
||||
B:bottleFluidHandler=true
|
||||
|
||||
# Makes boats stack to 16
|
||||
# [default: true]
|
||||
B:changeBoatStackSize=true
|
||||
|
||||
# Allows packed ice to be mined with a pickaxe
|
||||
# [default: true]
|
||||
B:fixPackedIceTool=true
|
||||
|
||||
# Makes water bottles normal fluid containers
|
||||
# [default: true]
|
||||
B:fluidContainerBottles=true
|
||||
|
||||
# Makes bows with Infinity enchant able to be fired with no arrows in the inventory.
|
||||
# [default: true]
|
||||
B:infinibow=true
|
||||
|
||||
# Adds a shapeless recipe for paper
|
||||
# [default: true]
|
||||
B:shapelessPaperRecipe=true
|
||||
|
||||
# Adds recipes to turn any two slabs back into a full block
|
||||
# [default: true]
|
||||
B:slabToBlockRecipes=true
|
||||
|
||||
# Adds recipes to turn any two slabs back into a full block by scanning existing recipes and guessing a lot
|
||||
# [default: false]
|
||||
B:slabToBlockRecipesAutomatic=false
|
||||
}
|
||||
|
||||
|
|
@ -1,63 +0,0 @@
|
|||
{
|
||||
title: "Starting Tinker´s Construct",
|
||||
icon: "tconstruct:pattern",
|
||||
x: 11.0d,
|
||||
y: -11.5d,
|
||||
dependencies: [
|
||||
"d365e769"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "dcc4f308",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:pattern"
|
||||
}],
|
||||
count: 64L
|
||||
},
|
||||
{
|
||||
uid: "c1b4bac2",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:tooltables"
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "3f6f56e4",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:tooltables 1 3"
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "936ee695",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:tooltables 1 4"
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "df190d9b",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:tooltables",
|
||||
tag: {
|
||||
textureBlock: {
|
||||
id: "minecraft:log",
|
||||
Count: 1b,
|
||||
Damage: 0s
|
||||
}
|
||||
},
|
||||
Damage: 2s
|
||||
}]
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "57c7f672",
|
||||
type: "choice",
|
||||
table: 1
|
||||
},
|
||||
{
|
||||
uid: "63749aaa",
|
||||
type: "xp_levels",
|
||||
xp_levels: 5
|
||||
}]
|
||||
}
|
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
title: "Advanced Tinker´s Construct",
|
||||
x: 11.0d,
|
||||
y: -8.0d,
|
||||
dependencies: [
|
||||
"64f7dd95"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "5da51057",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:materials"
|
||||
}],
|
||||
count: 64L
|
||||
},
|
||||
{
|
||||
uid: "d25f6aa7",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:materials"
|
||||
}],
|
||||
count: 64L
|
||||
},
|
||||
{
|
||||
uid: "bc3c41ee",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:materials"
|
||||
}],
|
||||
count: 64L
|
||||
},
|
||||
{
|
||||
uid: "ea0d4ceb",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:materials"
|
||||
}],
|
||||
count: 64L
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "e1a1f492",
|
||||
type: "loot",
|
||||
table: 3
|
||||
}]
|
||||
}
|
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
title: "Cobalt and Ardite",
|
||||
x: 12.0d,
|
||||
y: -1.5d,
|
||||
dependencies: [
|
||||
"36ce5529",
|
||||
"c194876f"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "7302f7db",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:ore"
|
||||
}],
|
||||
count: 12L
|
||||
},
|
||||
{
|
||||
uid: "cf070c9d",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:ore 1 1"
|
||||
}],
|
||||
count: 12L
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "4be16d55",
|
||||
type: "item",
|
||||
item: "tconstruct:ore",
|
||||
count: 4
|
||||
},
|
||||
{
|
||||
uid: "8b7c7ad6",
|
||||
type: "item",
|
||||
item: "tconstruct:ore 1 1",
|
||||
count: 4
|
||||
}]
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
title: "Nether",
|
||||
x: 11.0d,
|
||||
y: -3.5d,
|
||||
dependencies: [
|
||||
"d2645530",
|
||||
"c194876f"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "cb5c9938",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:obsidian"
|
||||
}],
|
||||
count: 12L
|
||||
},
|
||||
{
|
||||
uid: "3313c4a5",
|
||||
type: "dimension",
|
||||
dim: -1
|
||||
}]
|
||||
}
|
|
@ -1,60 +0,0 @@
|
|||
{
|
||||
title: "Heavy Tools",
|
||||
x: 11.0d,
|
||||
y: 0.5d,
|
||||
dependencies: [
|
||||
"27dcd1d2",
|
||||
"950c0f7f"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "80121312",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:hammer_head",
|
||||
tag: {
|
||||
Material: "cobalt"
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "c7abcea6",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:broad_axe_head",
|
||||
tag: {
|
||||
Material: "cobalt"
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "8e64ca04",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:excavator_head",
|
||||
tag: {
|
||||
Material: "cobalt"
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "14afa9ac",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:large_sword_blade",
|
||||
tag: {
|
||||
Material: "manyullyn"
|
||||
}
|
||||
}]
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "ecf4b9b9",
|
||||
type: "item",
|
||||
item: {
|
||||
id: "tconstruct:tough_tool_rod",
|
||||
tag: {
|
||||
Material: "xu_magical_wood"
|
||||
}
|
||||
},
|
||||
count: 5
|
||||
}]
|
||||
}
|
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
title: "I am Grout",
|
||||
icon: "tconstruct:soil",
|
||||
x: 11.0d,
|
||||
y: -9.5d,
|
||||
dependencies: [
|
||||
"04cf6841"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "989ee603",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:gravel"
|
||||
}],
|
||||
count: 64L
|
||||
},
|
||||
{
|
||||
uid: "443198d2",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:sand"
|
||||
}],
|
||||
count: 64L
|
||||
},
|
||||
{
|
||||
uid: "2a1427be",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:clay_ball"
|
||||
}],
|
||||
count: 64L
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "4a5fffac",
|
||||
type: "item",
|
||||
item: "tconstruct:soil",
|
||||
count: 64
|
||||
},
|
||||
{
|
||||
uid: "6187dc8a",
|
||||
type: "item",
|
||||
item: "tconstruct:soil",
|
||||
count: 64
|
||||
}]
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
title: "Make some Iron",
|
||||
x: 9.0d,
|
||||
y: -5.5d,
|
||||
dependencies: [
|
||||
"906fadbe",
|
||||
"87b82db6"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "7342397a",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:iron_ingot"
|
||||
}],
|
||||
count: 36L
|
||||
}]
|
||||
}
|
|
@ -1,59 +0,0 @@
|
|||
{
|
||||
title: "Light Tools",
|
||||
x: 13.0d,
|
||||
y: 0.5d,
|
||||
dependencies: [
|
||||
"27dcd1d2"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "c9e492b8",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:pick_head",
|
||||
tag: {
|
||||
Material: "cobalt"
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "99ae8343",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:shovel_head",
|
||||
tag: {
|
||||
Material: "cobalt"
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "f108524e",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:axe_head",
|
||||
tag: {
|
||||
Material: "cobalt"
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "119b18ef",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:sword_blade",
|
||||
tag: {
|
||||
Material: "manyullyn"
|
||||
}
|
||||
}]
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "735a9e8f",
|
||||
type: "item",
|
||||
item: {
|
||||
id: "tconstruct:tool_rod",
|
||||
tag: {
|
||||
Material: "xu_magical_wood"
|
||||
}
|
||||
},
|
||||
count: 4
|
||||
}]
|
||||
}
|
|
@ -1,93 +0,0 @@
|
|||
{
|
||||
title: "7x7 Smeltery",
|
||||
icon: "tconstruct:smeltery_controller",
|
||||
x: 13.0d,
|
||||
y: -5.5d,
|
||||
dependencies: [
|
||||
"074d33cd",
|
||||
"950c0f7f"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "fdf6fecc",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:seared 1 3"
|
||||
}],
|
||||
count: 64L
|
||||
},
|
||||
{
|
||||
uid: "25c1b5cc",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:seared 1 3"
|
||||
}],
|
||||
count: 64L
|
||||
},
|
||||
{
|
||||
uid: "86711b62",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:seared_tank"
|
||||
}],
|
||||
count: 6L
|
||||
},
|
||||
{
|
||||
uid: "f3c26589",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:smeltery_controller"
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "1330eca4",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:faucet"
|
||||
}],
|
||||
count: 14L
|
||||
},
|
||||
{
|
||||
uid: "1cd9ec2f",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:smeltery_io"
|
||||
}],
|
||||
count: 14L
|
||||
},
|
||||
{
|
||||
uid: "c7bd84ae",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:casting"
|
||||
}],
|
||||
count: 7L
|
||||
},
|
||||
{
|
||||
uid: "b6434837",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "tconstruct:casting 1 1"
|
||||
}],
|
||||
count: 7L
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "288abdd1",
|
||||
type: "item",
|
||||
item: "tconstruct:cast_custom",
|
||||
count: 7
|
||||
},
|
||||
{
|
||||
uid: "01ad4f39",
|
||||
type: "item",
|
||||
item: {
|
||||
id: "openblocks:tank",
|
||||
tag: {
|
||||
tank: {
|
||||
FluidName: "lava",
|
||||
Amount: 16000
|
||||
}
|
||||
}
|
||||
},
|
||||
count: 2
|
||||
}]
|
||||
}
|
|
@ -1,53 +0,0 @@
|
|||
{
|
||||
title: "Mining",
|
||||
x: 6.0d,
|
||||
y: -5.5d,
|
||||
dependencies: [
|
||||
"bbe52de7"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "00dcf513",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:iron_ore"
|
||||
}],
|
||||
count: 16L
|
||||
},
|
||||
{
|
||||
uid: "afc6a69c",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:gold_ore"
|
||||
}],
|
||||
count: 8L
|
||||
},
|
||||
{
|
||||
uid: "fc88a25c",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "gregtech:ore_lead_0"
|
||||
}],
|
||||
count: 8L
|
||||
},
|
||||
{
|
||||
uid: "22092215",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "gregtech:ore_copper_0"
|
||||
}],
|
||||
count: 16L
|
||||
},
|
||||
{
|
||||
uid: "28a2bf47",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "gregtech:ore_silver_0"
|
||||
}],
|
||||
count: 8L
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "f28856eb",
|
||||
type: "choice",
|
||||
table: 2
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Oven",
|
||||
x: 8.5d,
|
||||
y: -8.0d,
|
||||
dependencies: [
|
||||
"b0871ab8"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "a52d9bec",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:furnace"
|
||||
}]
|
||||
}]
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
title: "Forge",
|
||||
x: 11.0d,
|
||||
y: -5.5d,
|
||||
dependencies: [
|
||||
"074d33cd",
|
||||
"740db97d"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "27631b90",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:toolforge",
|
||||
tag: {
|
||||
textureBlock: {
|
||||
id: "minecraft:iron_block",
|
||||
Count: 1b,
|
||||
Damage: 0s
|
||||
}
|
||||
}
|
||||
}]
|
||||
}]
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
title: "The first stone",
|
||||
icon: "minecraft:cobblestone",
|
||||
x: 7.5d,
|
||||
y: -9.5d,
|
||||
dependencies: [
|
||||
"d365e769"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "89fd3a37",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:cobblestone"
|
||||
}],
|
||||
count: 32L
|
||||
}]
|
||||
}
|
|
@ -1,49 +0,0 @@
|
|||
{
|
||||
title: "First tools",
|
||||
x: 6.5d,
|
||||
y: -8.0d,
|
||||
dependencies: [
|
||||
"b0871ab8"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "a5f1d0a4",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "minecraft:stone_pickaxe"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "940be8aa",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "minecraft:stone_axe"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "1b155b52",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "minecraft:stone_sword"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "3daeed89",
|
||||
type: "choice",
|
||||
table: 0
|
||||
}]
|
||||
}
|
|
@ -1,30 +0,0 @@
|
|||
{
|
||||
title: "Sharpening",
|
||||
x: 13.0d,
|
||||
y: -3.5d,
|
||||
dependencies: [
|
||||
"7e165523"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "331e47a6",
|
||||
type: "item",
|
||||
items: [{
|
||||
id: "tconstruct:sharpening_kit",
|
||||
tag: {
|
||||
Material: "obsidian"
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "3735e0cb",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:flint"
|
||||
}]
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "860c37c9",
|
||||
type: "xp_levels",
|
||||
xp_levels: 10
|
||||
}]
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
title: "Beginning Chapter 1",
|
||||
icon: "minecraft:log",
|
||||
always_invisible: false,
|
||||
group: 0,
|
||||
default_quest_shape: "circle"
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
title: "Diamonds",
|
||||
x: 9.0d,
|
||||
y: -3.5d,
|
||||
dependencies: [
|
||||
"740db97d"
|
||||
],
|
||||
optional: true,
|
||||
tasks: [{
|
||||
uid: "75ec86fc",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:diamond"
|
||||
}],
|
||||
count: 3L
|
||||
}]
|
||||
}
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
title: "Wood",
|
||||
icon: "minecraft:log",
|
||||
x: 7.5d,
|
||||
y: -11.5d,
|
||||
tasks: [{
|
||||
uid: "819e336e",
|
||||
type: "item",
|
||||
title: "Oak Wood",
|
||||
items: [{
|
||||
id: "minecraft:log",
|
||||
tag: {
|
||||
display: {
|
||||
Name: "Wood"
|
||||
}
|
||||
}
|
||||
}],
|
||||
count: 64L
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "7ec293a7",
|
||||
type: "item",
|
||||
item: "minecraft:log",
|
||||
count: 32
|
||||
}]
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
title: "The Singularity",
|
||||
x: 0.0d,
|
||||
y: 5.0d,
|
||||
tasks: [{
|
||||
uid: "3a64e85b",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "extendedcrafting:singularity_ultimate"
|
||||
}]
|
||||
}]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
title: "Expanding your army",
|
||||
x: 1.0d,
|
||||
y: -1.0d,
|
||||
dependencies: [
|
||||
"72d337ec"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "03a9717b",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "ageofminecraft:heromaker"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Universal Manipulation",
|
||||
x: 0.0d,
|
||||
y: 2.5d,
|
||||
dependencies: [
|
||||
"1f7c67d6",
|
||||
"72d337ec"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "5c97becc",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "minecraft:command_block"
|
||||
}]
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
x: 0.0d,
|
||||
y: 0.0d,
|
||||
dependencies: [
|
||||
"8dcbf09f",
|
||||
"43728bdf"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "c1f6d51d",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "extendedcrafting:material 1 32"
|
||||
}]
|
||||
}]
|
||||
}
|
|
@ -1,87 +0,0 @@
|
|||
{
|
||||
title: "Ininity Arsenal",
|
||||
x: -1.0d,
|
||||
y: 1.0d,
|
||||
dependencies: [
|
||||
"b1528182",
|
||||
"72d337ec"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "a05e340a",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_sword"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "b660ae14",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_pickaxe",
|
||||
tag: {
|
||||
ench: [{
|
||||
lvl: 10s,
|
||||
id: 35s
|
||||
}]
|
||||
}
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "1951027d",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_shovel"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "f491c94e",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_axe"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "b14ddd63",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_hoe"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "9a4219cf",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_bow"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Your own army",
|
||||
x: 1.0d,
|
||||
y: 1.0d,
|
||||
dependencies: [
|
||||
"72d337ec"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "6df7d558",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "ageofminecraft:mob_spawner_spc"
|
||||
}]
|
||||
}]
|
||||
}
|
|
@ -1,57 +0,0 @@
|
|||
{
|
||||
title: "Infinity Armor",
|
||||
x: -1.0d,
|
||||
y: -1.0d,
|
||||
dependencies: [
|
||||
"b1528182",
|
||||
"72d337ec"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "336c9318",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_helmet"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "bfaa9212",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_chestplate"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "8fa32960",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_pants"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
},
|
||||
{
|
||||
uid: "9220c454",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "avaritia:infinity_boots"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
title: "Infinity",
|
||||
icon: "extendedcrafting:material 1 32",
|
||||
always_invisible: false,
|
||||
group: 0,
|
||||
default_quest_shape: ""
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Wither Storm",
|
||||
x: 2.0d,
|
||||
y: 2.5d,
|
||||
dependencies: [
|
||||
"6c88ca0e"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "519d3a33",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "ageofminecraft:fusionwitherstorm"
|
||||
}]
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Unlimited Power",
|
||||
x: -2.0d,
|
||||
y: 2.5d,
|
||||
dependencies: [
|
||||
"6c88ca0e"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "069255f8",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "cyclicmagic:battery_infinite"
|
||||
}]
|
||||
}]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
title: "Erebus",
|
||||
x: -2.0d,
|
||||
y: 1.0d,
|
||||
dependencies: [
|
||||
"a14b8835"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "db56a93d",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_erebus"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
title: "Aether",
|
||||
x: 1.0d,
|
||||
y: -2.0d,
|
||||
dependencies: [
|
||||
"68849ea4"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "591bcb4a",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_aether"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
title: "Betweenlands",
|
||||
x: -1.0d,
|
||||
y: 2.0d,
|
||||
dependencies: [
|
||||
"0607c9f0"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "0531a650",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_between"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
title: "Nether",
|
||||
x: -1.0d,
|
||||
y: -2.0d,
|
||||
dependencies: [
|
||||
"1668492e"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "60a072be",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_nether"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
title: "End",
|
||||
x: 0.0d,
|
||||
y: -2.0d,
|
||||
dependencies: [
|
||||
"ce068015"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "a3195a97",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_end"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
title: "Advent",
|
||||
x: 0.0d,
|
||||
y: 2.0d,
|
||||
tasks: [{
|
||||
uid: "f73f23c6",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_advent"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,55 +0,0 @@
|
|||
{
|
||||
title: "Open the Portal",
|
||||
icon: "extrautils2:klein",
|
||||
x: 0.0d,
|
||||
y: 0.0d,
|
||||
dependencies: [
|
||||
"f55514d5",
|
||||
"727a487f",
|
||||
"898505ad",
|
||||
"63aeea82",
|
||||
"dfc0f86c",
|
||||
"e5c6b717",
|
||||
"6a36e5c7",
|
||||
"76612df2",
|
||||
"c899d34a",
|
||||
"c9313262",
|
||||
"675126c9",
|
||||
"e3694251",
|
||||
"9762ec1a",
|
||||
"dae75afc"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "288b792c",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "mystcraft:blockcrystal"
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "d5e6bf7c",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "rftools:dimensional_shard"
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "bbeccdef",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "extrautils2:klein"
|
||||
}]
|
||||
},
|
||||
{
|
||||
uid: "b80859dd",
|
||||
type: "item",
|
||||
items: [{
|
||||
item: "avaritia:resource 1 2"
|
||||
}]
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "138cdaa2",
|
||||
type: "item",
|
||||
item: "avaritia:resource 1 3"
|
||||
}]
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
title: "Overworld",
|
||||
x: -2.0d,
|
||||
y: 0.0d,
|
||||
tasks: [{
|
||||
uid: "f3efaa66",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_overworld"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
title: "The Portal",
|
||||
icon: "extrautils2:klein",
|
||||
always_invisible: false,
|
||||
group: 0,
|
||||
default_quest_shape: ""
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
title: "Cavern",
|
||||
x: 2.0d,
|
||||
y: 1.0d,
|
||||
tasks: [{
|
||||
uid: "c85e89a8",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_cavern"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
title: "Twilight Forest",
|
||||
x: -2.0d,
|
||||
y: -1.0d,
|
||||
dependencies: [
|
||||
"919f5bfb"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "ad0af6b2",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_twilight"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
title: "Mobs",
|
||||
x: 2.0d,
|
||||
y: 0.0d,
|
||||
tasks: [{
|
||||
uid: "f6177841",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_mob"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
title: "Abyss",
|
||||
x: 1.0d,
|
||||
y: 2.0d,
|
||||
tasks: [{
|
||||
uid: "880662dc",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_abyss"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
title: "Midnight",
|
||||
x: 2.0d,
|
||||
y: -1.0d,
|
||||
dependencies: [
|
||||
"bddecc8a"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "88391253",
|
||||
type: "item",
|
||||
items: [{
|
||||
ForgeCaps: {
|
||||
"astralsorcery:cap_item_amulet_holder": {}
|
||||
},
|
||||
id: "contenttweaker:cluster_midnight"
|
||||
}],
|
||||
ignore_damage: true,
|
||||
ignore_nbt: 1b
|
||||
}]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
x: -2.5d,
|
||||
y: -5.0d,
|
||||
tasks: [{
|
||||
uid: "abb864d9",
|
||||
type: "kill",
|
||||
title: "Zombies",
|
||||
entity: "minecraft:zombie",
|
||||
value: 100L
|
||||
}]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
x: 2.5d,
|
||||
y: -4.0d,
|
||||
tasks: [{
|
||||
uid: "a86a55e5",
|
||||
type: "kill",
|
||||
title: "Holzstammhuhn",
|
||||
icon: {
|
||||
id: "minecraft:spawn_egg",
|
||||
tag: {
|
||||
EntityTag: {
|
||||
id: "spackenmobs:holzstammhuhn"
|
||||
}
|
||||
}
|
||||
},
|
||||
entity: "spackenmobs:holzstammhuhn",
|
||||
value: 20L
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "75be15ed",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
x: -2.0d,
|
||||
y: -1.0d,
|
||||
hide_dependency_lines: true,
|
||||
dependencies: [
|
||||
"713cbb50"
|
||||
],
|
||||
dependency_requirement: "all_started",
|
||||
tasks: [{
|
||||
uid: "f2056ba0",
|
||||
type: "kill",
|
||||
title: "The heaviest fight",
|
||||
entity: "draconicevolution:chaosguardian",
|
||||
value: 1L
|
||||
}]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
x: -3.5d,
|
||||
y: -3.0d,
|
||||
tasks: [{
|
||||
uid: "352f4259",
|
||||
type: "kill",
|
||||
title: "Wither Skeletons",
|
||||
entity: "minecraft:wither_skeleton",
|
||||
value: 100L
|
||||
}]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
x: -0.5d,
|
||||
y: -3.0d,
|
||||
tasks: [{
|
||||
uid: "fcc74336",
|
||||
type: "kill",
|
||||
title: "Cave Spiders",
|
||||
entity: "minecraft:cave_spider",
|
||||
value: 100L
|
||||
}]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
x: -1.5d,
|
||||
y: -2.0d,
|
||||
tasks: [{
|
||||
uid: "ebe701aa",
|
||||
type: "kill",
|
||||
title: "Blazes",
|
||||
entity: "minecraft:blaze",
|
||||
value: 100L
|
||||
}]
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
title: "Easiest Boss",
|
||||
x: -2.0d,
|
||||
y: -3.5d,
|
||||
dependencies: [
|
||||
"b4222a72",
|
||||
"bcc8a839",
|
||||
"376fad0a",
|
||||
"9ca7e641",
|
||||
"3fbd52f1",
|
||||
"f6b5efab",
|
||||
"40ded9e0",
|
||||
"103e0ab1"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "d2360b36",
|
||||
type: "kill",
|
||||
entity: "minecraft:ender_dragon",
|
||||
value: 20L
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
x: -3.5d,
|
||||
y: -1.0d,
|
||||
description: "You can kill the Wither in a trap",
|
||||
dependencies: [
|
||||
"376fad0a"
|
||||
],
|
||||
tasks: [{
|
||||
uid: "deecf21c",
|
||||
type: "kill",
|
||||
title: "Wither",
|
||||
entity: "minecraft:wither",
|
||||
value: 100L
|
||||
}]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
x: -3.5d,
|
||||
y: -4.0d,
|
||||
tasks: [{
|
||||
uid: "23a9055c",
|
||||
type: "kill",
|
||||
title: "Skeletons",
|
||||
entity: "minecraft:skeleton",
|
||||
value: 100L
|
||||
}]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
x: 2.5d,
|
||||
y: -3.0d,
|
||||
tasks: [{
|
||||
uid: "dbd17256",
|
||||
type: "kill",
|
||||
title: "MZTEWolf",
|
||||
icon: {
|
||||
id: "minecraft:spawn_egg",
|
||||
tag: {
|
||||
EntityTag: {
|
||||
id: "spackenmobs:wolfmzte"
|
||||
}
|
||||
}
|
||||
},
|
||||
entity: "spackenmobs:wolfmzte",
|
||||
value: 20L
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "adccc00e",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
x: -0.5d,
|
||||
y: -4.0d,
|
||||
tasks: [{
|
||||
uid: "327b7f38",
|
||||
type: "kill",
|
||||
title: "Spiders",
|
||||
entity: "minecraft:spider",
|
||||
value: 100L
|
||||
}]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
x: -2.5d,
|
||||
y: -2.0d,
|
||||
tasks: [{
|
||||
uid: "52d006d2",
|
||||
type: "kill",
|
||||
title: "Endermen",
|
||||
entity: "minecraft:enderman",
|
||||
value: 100L
|
||||
}]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
x: 2.5d,
|
||||
y: -2.0d,
|
||||
tasks: [{
|
||||
uid: "717641cb",
|
||||
type: "kill",
|
||||
title: "Baka Mitai",
|
||||
icon: {
|
||||
id: "minecraft:spawn_egg",
|
||||
tag: {
|
||||
EntityTag: {
|
||||
id: "spackenmobs:bakamitai_creeper"
|
||||
}
|
||||
}
|
||||
},
|
||||
entity: "spackenmobs:bakamitai_creeper",
|
||||
value: 20L
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "3fd835f6",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
title: "Mobs",
|
||||
icon: {
|
||||
id: "minecraft:spawn_egg",
|
||||
tag: {
|
||||
EntityTag: {
|
||||
id: "minecraft:zombie"
|
||||
}
|
||||
}
|
||||
},
|
||||
always_invisible: false,
|
||||
group: 0,
|
||||
default_quest_shape: ""
|
||||
}
|
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
icon: "spackenmobs:surstroemming",
|
||||
x: 2.5d,
|
||||
y: -5.0d,
|
||||
tasks: [{
|
||||
uid: "14c03fa8",
|
||||
type: "kill",
|
||||
title: "Jens Faymann",
|
||||
icon: {
|
||||
id: "minecraft:spawn_egg",
|
||||
tag: {
|
||||
EntityTag: {
|
||||
id: "spackenmobs:jens"
|
||||
}
|
||||
}
|
||||
},
|
||||
entity: "spackenmobs:jens",
|
||||
value: 20L
|
||||
},
|
||||
{
|
||||
uid: "e37fe400",
|
||||
type: "item",
|
||||
title: "Surströmming",
|
||||
items: [{
|
||||
item: "spackenmobs:surstroemming"
|
||||
}],
|
||||
count: 16L,
|
||||
consume_items: true
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "975f663e",
|
||||
type: "item",
|
||||
item: "spackenmobs:ram",
|
||||
count: 10
|
||||
},
|
||||
{
|
||||
uid: "c5c51abc",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
x: -1.5d,
|
||||
y: -5.0d,
|
||||
tasks: [{
|
||||
uid: "608fc6f8",
|
||||
type: "kill",
|
||||
title: "Creeper",
|
||||
entity: "minecraft:creeper",
|
||||
value: 100L
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Betweenlands",
|
||||
icon: "thebetweenlands:betweenstone",
|
||||
x: -1.0d,
|
||||
y: 1.0d,
|
||||
tasks: [{
|
||||
uid: "96d77e7b",
|
||||
type: "dimension",
|
||||
dim: 20
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "abeab5f0",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Nether",
|
||||
icon: "minecraft:obsidian",
|
||||
x: 0.0d,
|
||||
y: 0.0d,
|
||||
tasks: [{
|
||||
uid: "4bad25e2",
|
||||
type: "dimension",
|
||||
dim: -1
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "727486a2",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Mysterium",
|
||||
x: -2.0d,
|
||||
y: 5.0d,
|
||||
tasks: [{
|
||||
uid: "0d84d69d",
|
||||
type: "dimension",
|
||||
dim: 817
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "d38df222",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Lunalus",
|
||||
x: 2.0d,
|
||||
y: 4.0d,
|
||||
tasks: [{
|
||||
uid: "57162bb6",
|
||||
type: "dimension",
|
||||
dim: 816
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "46e4a39a",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Crown Cliffs",
|
||||
x: 2.0d,
|
||||
y: 0.0d,
|
||||
tasks: [{
|
||||
uid: "f90f1b82",
|
||||
type: "dimension",
|
||||
dim: -59
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "80bc9227",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Abyss",
|
||||
x: -2.0d,
|
||||
y: 1.0d,
|
||||
tasks: [{
|
||||
uid: "0f3de22f",
|
||||
type: "dimension",
|
||||
dim: 800
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "8d3d9533",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Limbo",
|
||||
icon: "dimdoors:unravelled_fabric",
|
||||
x: 0.0d,
|
||||
y: -1.0d,
|
||||
tasks: [{
|
||||
uid: "6b5ce037",
|
||||
type: "dimension",
|
||||
dim: 684
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "f3bb1e02",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Deeplands",
|
||||
x: -2.0d,
|
||||
y: 3.0d,
|
||||
tasks: [{
|
||||
uid: "5b4ec0e5",
|
||||
type: "dimension",
|
||||
dim: 807
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "45e96d95",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Greckon",
|
||||
x: 1.0d,
|
||||
y: 3.0d,
|
||||
tasks: [{
|
||||
uid: "f09cd841",
|
||||
type: "dimension",
|
||||
dim: 810
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "90c9bfe3",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Runandor",
|
||||
x: 0.0d,
|
||||
y: 5.0d,
|
||||
tasks: [{
|
||||
uid: "5b94136c",
|
||||
type: "dimension",
|
||||
dim: 819
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "3d7498ab",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Dark Realm",
|
||||
icon: "abyssalcraft:stone",
|
||||
x: 0.0d,
|
||||
y: -3.0d,
|
||||
tasks: [{
|
||||
uid: "e5600885",
|
||||
type: "dimension",
|
||||
dim: 53
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "d1fff6ce",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Candyland",
|
||||
x: -1.0d,
|
||||
y: 2.0d,
|
||||
tasks: [{
|
||||
uid: "8ffd6355",
|
||||
type: "dimension",
|
||||
dim: 803
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "8465b40f",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Vox Ponds",
|
||||
x: 2.0d,
|
||||
y: 5.0d,
|
||||
tasks: [{
|
||||
uid: "75acfffe",
|
||||
type: "dimension",
|
||||
dim: 821
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "2d9eee86",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Shyrelands",
|
||||
x: 1.0d,
|
||||
y: 5.0d,
|
||||
tasks: [{
|
||||
uid: "d3f6876c",
|
||||
type: "dimension",
|
||||
dim: 820
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "857de648",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Aether",
|
||||
icon: "aether_legacy:aether_grass",
|
||||
x: -1.0d,
|
||||
y: 0.0d,
|
||||
tasks: [{
|
||||
uid: "fd5c9a4b",
|
||||
type: "dimension",
|
||||
dim: 4
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "a9d9399f",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Skyland",
|
||||
x: 2.0d,
|
||||
y: -1.0d,
|
||||
tasks: [{
|
||||
uid: "c42c3222",
|
||||
type: "dimension",
|
||||
dim: -60
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "550740f9",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Precasia",
|
||||
x: -1.0d,
|
||||
y: 5.0d,
|
||||
tasks: [{
|
||||
uid: "98a4fb9a",
|
||||
type: "dimension",
|
||||
dim: 818
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "08d7a07a",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
title: "Abyssal Wasteland",
|
||||
icon: "abyssalcraft:stone 1 1",
|
||||
x: -1.0d,
|
||||
y: -2.0d,
|
||||
tasks: [{
|
||||
uid: "d3b64b15",
|
||||
type: "dimension",
|
||||
dim: 50
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Lelyetia",
|
||||
x: 1.0d,
|
||||
y: 4.0d,
|
||||
tasks: [{
|
||||
uid: "976139dc",
|
||||
type: "dimension",
|
||||
dim: 815
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "c03cc403",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Deep Dark",
|
||||
icon: "minecraft:cobblestone",
|
||||
x: 1.0d,
|
||||
y: -1.0d,
|
||||
tasks: [{
|
||||
uid: "08cd4ba0",
|
||||
type: "dimension",
|
||||
dim: -11325
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "c0c10033",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Iromine",
|
||||
x: -1.0d,
|
||||
y: 4.0d,
|
||||
tasks: [{
|
||||
uid: "14ded210",
|
||||
type: "dimension",
|
||||
dim: 813
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "94ca5fca",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Omothol",
|
||||
icon: "abyssalcraft:stone 1 6",
|
||||
x: 0.0d,
|
||||
y: -2.0d,
|
||||
tasks: [{
|
||||
uid: "98569881",
|
||||
type: "dimension",
|
||||
dim: 52
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "f65e86c6",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Twilight Forest",
|
||||
icon: "twilightforest:twilight_log",
|
||||
x: -1.0d,
|
||||
y: -1.0d,
|
||||
tasks: [{
|
||||
uid: "9b31c890",
|
||||
type: "dimension",
|
||||
dim: 7
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "4db73454",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Erebus",
|
||||
icon: "erebus:antlion_egg",
|
||||
x: 1.0d,
|
||||
y: 1.0d,
|
||||
tasks: [{
|
||||
uid: "c252ff60",
|
||||
type: "dimension",
|
||||
dim: 66
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "51886bd0",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Gardencia",
|
||||
x: 0.0d,
|
||||
y: 3.0d,
|
||||
tasks: [{
|
||||
uid: "3484ab4c",
|
||||
type: "dimension",
|
||||
dim: 809
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "edae6117",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Dreadlands",
|
||||
icon: "abyssalcraft:stone 1 2",
|
||||
x: 1.0d,
|
||||
y: -2.0d,
|
||||
tasks: [{
|
||||
uid: "9bb0adcb",
|
||||
type: "dimension",
|
||||
dim: 51
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "83339c81",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "Midnight",
|
||||
icon: "midnight:midnight_grass",
|
||||
x: 0.0d,
|
||||
y: 1.0d,
|
||||
tasks: [{
|
||||
uid: "06974b31",
|
||||
type: "dimension",
|
||||
dim: -34
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "e0a8be10",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Haven",
|
||||
x: 2.0d,
|
||||
y: 3.0d,
|
||||
tasks: [{
|
||||
uid: "615ceb41",
|
||||
type: "dimension",
|
||||
dim: 811
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "e2105cbe",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Ancient Cavern",
|
||||
x: 2.0d,
|
||||
y: 1.0d,
|
||||
tasks: [{
|
||||
uid: "705e126d",
|
||||
type: "dimension",
|
||||
dim: 801
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "2cb84467",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
title: "End",
|
||||
icon: "minecraft:end_stone",
|
||||
x: 1.0d,
|
||||
y: 0.0d,
|
||||
tasks: [{
|
||||
uid: "3fa9adde",
|
||||
type: "dimension",
|
||||
dim: 1
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "f84546a6",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
title: "Dimensions",
|
||||
icon: "extrautils2:teleporter",
|
||||
always_invisible: false,
|
||||
group: 0,
|
||||
default_quest_shape: ""
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Creeponia",
|
||||
x: 1.0d,
|
||||
y: 2.0d,
|
||||
tasks: [{
|
||||
uid: "f08a5ace",
|
||||
type: "dimension",
|
||||
dim: 805
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "08c17d19",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
title: "Lborean",
|
||||
x: 0.0d,
|
||||
y: 4.0d,
|
||||
tasks: [{
|
||||
uid: "346bccf5",
|
||||
type: "dimension",
|
||||
dim: 814
|
||||
}],
|
||||
rewards: [{
|
||||
uid: "b5f8cd7f",
|
||||
type: "loot",
|
||||
table: 4
|
||||
}]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue