6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## first-party
* **default**
* **stairs** for slabs, used in crafting recipes
* **screwdriver** for several crafting recipes
* **vessels** for potions, ink bottles, etc.
* **tnt** for the flamebolt spell impact effect
## third-party
* **xdecor** for various tools and ingredients, especially honey and the hammer
* **basic_materials** for crafting ingredients
* **instant_ores** for ore generation. temporary, will be removed and replaced with home-grown mechanism soon
* **farming redo** for potion ingredients
* **late** for spell, potion, and gravitator effects
|
|
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
## first-party
* **default**
* **stairs** for slabs, used in crafting recipes
* **screwdriver** for several crafting recipes
* **vessels** for potions, ink bottles, etc.
* **tnt** for the flamebolt spell impact effect
* **beds** for the escape amulet *(optional)*
## third-party
* **xdecor** for various tools and ingredients, especially honey and the hammer
* **basic_materials** for crafting ingredients
* **instant_ores** for ore generation. temporary, will be removed and replaced with home-grown mechanism soon
* **farming redo** for potion ingredients
* **late** for spell, potion, and gravitator effects
|