Skip to content

Commit

Permalink
Make packs dependant on each other
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestOfLight committed Aug 14, 2024
1 parent 8effdf9 commit 9d6e61b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Canopy [BP]/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
{
"module_name": "@minecraft/server",
"version": "1.14.0-beta"
},
{
"uuid": "bcf34368-ed0c-4cf7-938e-582cccf9950d",
"version": [1, 0, 0]
}
]
}
8 changes: 7 additions & 1 deletion Canopy [RP]/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
]
}

0 comments on commit 9d6e61b

Please sign in to comment.