Skip to content

Commit

Permalink
mark module as not compatible with dnd5e 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PwQt authored Feb 1, 2024
1 parent 6588f50 commit 66dea49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "magic-items-2",
"title": "Magic Items 2",
"description": "Module that adds the ability to create magical items with spells or feats that belong to the item itself, such as staffs or magic wands, which will be automatically inherited from the character who owns the item.",
"version": "1.4.5",
"version": "1.5.2",
"compatibility": {
"minimum": 11,
"verified": 11,
Expand Down Expand Up @@ -125,7 +125,8 @@
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"verified": "2.3.1"
"verified": "2.3.1",
"maximum": "2.9.99"
}
}
],
Expand Down

0 comments on commit 66dea49

Please sign in to comment.