From 9d6e61b4ccd7698deb777fe7881fe4cea55d6535 Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Tue, 13 Aug 2024 18:09:48 -0700 Subject: [PATCH] Make packs dependant on each other --- Canopy [BP]/manifest.json | 4 ++++ Canopy [RP]/manifest.json | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Canopy [BP]/manifest.json b/Canopy [BP]/manifest.json index 2275a3f..93fb3c7 100644 --- a/Canopy [BP]/manifest.json +++ b/Canopy [BP]/manifest.json @@ -27,6 +27,10 @@ { "module_name": "@minecraft/server", "version": "1.14.0-beta" + }, + { + "uuid": "bcf34368-ed0c-4cf7-938e-582cccf9950d", + "version": [1, 0, 0] } ] } diff --git a/Canopy [RP]/manifest.json b/Canopy [RP]/manifest.json index 314627c..85ff6e4 100644 --- a/Canopy [RP]/manifest.json +++ b/Canopy [RP]/manifest.json @@ -10,8 +10,14 @@ "modules": [ { "type": "resources", - "uuid": "2416d92c-b041-dbb9-9538-a8da76f06f81", + "uuid": "7f6b23df-a583-476b-b0e4-87457e65f7c0", "version": [1, 0, 0] } + ], + "dependencies": [ + { + "uuid": "7f6b23df-a583-476b-b0e4-87457e65f7c0", + "version": [1, 2, 9] + } ] } \ No newline at end of file