diff --git a/README.md b/README.md
index 523f7fe..7b85f10 100644
--- a/README.md
+++ b/README.md
@@ -171,6 +171,7 @@ Libraries and APIs for other mods
* [CS] **[[Let's Do] API](https://modrinth.com/mod/do-api)** - A Library for Forge and Fabric with utilities such as Render Features, Recipe Books and Wood API
* [CS] **[Fabric API](https://modrinth.com/mod/fabric-api)** - Lightweight and modular API providing common hooks and intercompatibility measures utilized by mods using the Fabric toolchain.
* [CS] **[Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin)** - This is a mod that enables usage of the Kotlin programming language for Fabric mods.
+ * [CS] **[FakerLib](https://modrinth.com/mod/fakerlib)** - (fabric port of a) Library mod, does nothing by itself
* [CS] **[FTB Library (Fabric)](None)** - Common code for all GUI stuff in FTB Mods.
* [CS] **[FTB Teams (Fabric)](None)** - Library for mods that can utilize team progression like FTB Chunks and FTB Quests.
* [CS] **[FTB XMod Compat](None)** - This is a compatibility mod whose only purpose is to provide cross-mod integration between FTB and non-FTB mods.
@@ -199,6 +200,7 @@ Libraries and APIs for other mods
* [CS] **[Trinkets](https://modrinth.com/mod/trinkets)** - A data-driven accessory mod
* [CO] **[YetAnotherConfigLib](https://modrinth.com/mod/yacl)** - A builder-based configuration library for Minecraft.
* [CS] **[YUNG's API](https://modrinth.com/mod/yungs-api)** - Library mod for YUNG's mods.
+ * [CS] **[Zenith Attributes](https://modrinth.com/mod/zenith-attributes)** - Adds attributes, and an attributes viewer, used for Zenith
## Devtools
Creative-mode and other useful stuff to make management easier
* [O][CO] **[Better Command Block UI](https://modrinth.com/mod/bettercommandblockui)** - Provides a more usable Command Block UI
@@ -319,6 +321,7 @@ Can't think of a category to put them in
* [CS] **[FTB Quests (Fabric)](None)** - FTB Quests is a lightweight, team-based questing mod and is very simple to use.
* [O][CO] **[Mod Loading Screen](https://modrinth.com/mod/mod-loading-screen)** - An advanced loading screen with the loading progress of mods
* [O][CO] **[ReplayMod](https://modrinth.com/mod/replaymod)** - A Minecraft Mod to record, relive and share your experience.
+ * [CS] **[Zenith](https://modrinth.com/mod/zenith)** - Fabric apotheosis port, changes and expands upon many systems
## Better structures and dimensions
Speaks for itself
* [CS] **[BetterEnd](https://modrinth.com/mod/betterend)** - New Biomes, mysterious rituals and Mobs for your End
diff --git a/index.toml b/index.toml
index 30f739d..ddc574c 100644
--- a/index.toml
+++ b/index.toml
@@ -2,7 +2,7 @@ hash-format = "sha256"
[[files]]
file = "README.md"
-hash = "e5a5b82677650a338a4c7e4d07a15b75d2b1f5601cb45a1f5bb01d6c1aa21f83"
+hash = "527d29e80b1b5494c3e5417857544e00dad49ee9fd6650cd4a8ac98fb6aa9fce"
[[files]]
file = "make-list.py"
@@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92"
[[files]]
file = "modinfo.toml"
-hash = "421fe56a6022c2911051cffa1c3f1ea5195b1906371f477bfcb36cb964d6b880"
+hash = "b5f6cfb71f689a12a50b83130164464cb6e00ad6e11d55f71f8de544201c9c5f"
[[files]]
file = "mods/3dskinlayers.pw.toml"
@@ -602,6 +602,11 @@ file = "mods/fabrishot.pw.toml"
hash = "9763648b8c32525250331adf5bbab762ca931d00d8ac81604707d9bd9859f1aa"
metafile = true
+[[files]]
+file = "mods/fakerlib.pw.toml"
+hash = "9f2d48ac1a0c6f4f58360a4084a3748ffac3f1963601a11f3722f0df3053a3a8"
+metafile = true
+
[[files]]
file = "mods/fallingleaves.pw.toml"
hash = "78e8f5584dbb5f73148686b68bb238095f6b143482fe15d8617dd8a2cceb6d98"
@@ -1522,6 +1527,16 @@ file = "mods/yungs-extras.pw.toml"
hash = "2a90807ed3a4933463a8fe3590b04a0be73419faa29cd156528a53ab0407282d"
metafile = true
+[[files]]
+file = "mods/zenith-attributes.pw.toml"
+hash = "676eb2698f4066c592d336eb360353f8f0b494fb1dd5a0886e99128350913802"
+metafile = true
+
+[[files]]
+file = "mods/zenith.pw.toml"
+hash = "ebcf3de35577c218bcb9214c23c73ae5913e493fba4dbffe04601b3467d58b67"
+metafile = true
+
[[files]]
file = "mods/zoomify.pw.toml"
hash = "e74c7b29a9776fa6d00a39ee71e18445c9b273570351a4b891a35b277feaca30"
diff --git a/modinfo.toml b/modinfo.toml
index f53895e..4effde5 100644
--- a/modinfo.toml
+++ b/modinfo.toml
@@ -2835,3 +2835,30 @@ side = "both"
optional = false
icon = "https://cdn.modrinth.com/data/pNabrMMw/97a54d0cf4b9ba62a4a099ce8c9dc3cd82c6e61f.png"
category = "technology"
+
+[mods.zenith-attributes]
+name = "Zenith Attributes"
+description = "Adds attributes, and an attributes viewer, used for Zenith"
+link = "https://modrinth.com/mod/zenith-attributes"
+side = "both"
+optional = false
+icon = "https://cdn.modrinth.com/data/9sxDq6mj/ecb48954cac092fd4008de38cf42f1d0887c9ce2_96.webp"
+category = "library"
+
+[mods.fakerlib]
+name = "FakerLib"
+description = "(fabric port of a) Library mod, does nothing by itself"
+link = "https://modrinth.com/mod/fakerlib"
+side = "both"
+optional = false
+icon = "https://cdn.modrinth.com/data/ORX9fPw1/b2d07b43875ddc65fe1b0bad28b5353cdc70c855_96.webp"
+category = "library"
+
+[mods.zenith]
+name = "Zenith"
+description = "Fabric apotheosis port, changes and expands upon many systems"
+link = "https://modrinth.com/mod/zenith"
+side = "both"
+optional = false
+icon = "https://cdn.modrinth.com/data/TLZe11Uj/f3a2e05e9ca4d99921a0d8bc584274298792868a_96.webp"
+category = "other"
diff --git a/mods/fakerlib.pw.toml b/mods/fakerlib.pw.toml
new file mode 100644
index 0000000..be9046a
--- /dev/null
+++ b/mods/fakerlib.pw.toml
@@ -0,0 +1,13 @@
+name = "FakerLib"
+filename = "fakerlib-0.1.4.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/ORX9fPw1/versions/7pRFET6N/fakerlib-0.1.4.jar"
+hash-format = "sha1"
+hash = "45b2283e6ec44f32f93024e0f54a65f756217566"
+
+[update]
+[update.modrinth]
+mod-id = "ORX9fPw1"
+version = "7pRFET6N"
diff --git a/mods/zenith-attributes.pw.toml b/mods/zenith-attributes.pw.toml
new file mode 100644
index 0000000..eee0d4f
--- /dev/null
+++ b/mods/zenith-attributes.pw.toml
@@ -0,0 +1,13 @@
+name = "Zenith Attributes"
+filename = "zenith_attributes-0.2.7.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/9sxDq6mj/versions/kygPPNhU/zenith_attributes-0.2.7.jar"
+hash-format = "sha1"
+hash = "0910d017605fa266efb28067a61cc3ad958b3f63"
+
+[update]
+[update.modrinth]
+mod-id = "9sxDq6mj"
+version = "kygPPNhU"
diff --git a/mods/zenith.pw.toml b/mods/zenith.pw.toml
new file mode 100644
index 0000000..6d3350e
--- /dev/null
+++ b/mods/zenith.pw.toml
@@ -0,0 +1,13 @@
+name = "Zenith"
+filename = "zenith-1.2.4-1.20.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/TLZe11Uj/versions/mYfZjuOw/zenith-1.2.4-1.20.1.jar"
+hash-format = "sha1"
+hash = "699fda04173225738d26b488b37682e354b02bb0"
+
+[update]
+[update.modrinth]
+mod-id = "TLZe11Uj"
+version = "mYfZjuOw"
diff --git a/pack.toml b/pack.toml
index 709115d..bceff17 100644
--- a/pack.toml
+++ b/pack.toml
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
-hash = "85120a92c6855d612d377f342f87987f732034a195b5a0820ba7775a18492e68"
+hash = "a02ff1803534f224358ee44f6e286503ceb68c73474b0cee3504609962caa748"
[versions]
fabric = "0.16.5"