From 31483ccad82f94b0d65a7da5f79ebdcaf618d9be Mon Sep 17 00:00:00 2001 From: David Guevara Date: Wed, 18 Feb 2026 15:44:00 -0600 Subject: [PATCH] feat: add datapack "Dragon Hybrid Custom Origins" --- dragon-hybrid-custom-origins.pw.toml | 13 +++++++++++++ index.toml | 5 +++++ pack.toml | 5 ++++- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 dragon-hybrid-custom-origins.pw.toml diff --git a/dragon-hybrid-custom-origins.pw.toml b/dragon-hybrid-custom-origins.pw.toml new file mode 100644 index 0000000..26a4f57 --- /dev/null +++ b/dragon-hybrid-custom-origins.pw.toml @@ -0,0 +1,13 @@ +name = "Dragon Hybrid Custom Origins" +filename = "Dragon Hybrid 1.0.0 (1).zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "03f86154caf2ffc6ad64d350d50a4b4178acb818" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5657434 +project-id = 1089669 diff --git a/index.toml b/index.toml index 32ac339..589d01d 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,10 @@ hash-format = "sha256" +[[files]] +file = "dragon-hybrid-custom-origins.pw.toml" +hash = "74b5391373ddeb1882ba7755bf950c5d1f90825afae9633f8c3f9b75f0572f8e" +metafile = true + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "18b585d0f14984c5548eb9df3d56a5758482615c65db8260ef6038a3c8ee7acc" diff --git a/pack.toml b/pack.toml index 8147d11..8deb690 100644 --- a/pack.toml +++ b/pack.toml @@ -6,8 +6,11 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2129b50e0a8f3db341dba4cc2481d423dfe55a0fb0b991a40c6c199d6ae27f83" +hash = "67ff6c412a592d06172eebb639506428859878565d9339b5aab2b9c52211313d" [versions] forge = "47.4.10" minecraft = "1.20.1" + +[options] +datapack-folder = "datapacks"