Skip to content

Commit

Permalink
fix disable actor Link
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryBeaver committed Feb 10, 2023
1 parent 5e8376c commit 562dd9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## 2.3.x feature system independent
## 2.3.5 anyOf bugs
fixed: reacitvate Setting for disable actor header link "📜Recipes"
## 2.3.4 anyOf bugs
fixed: dropping anyOf in recipes no longer is detected as anyOf
## 2.3.3 anyOf bugs
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Beaver's Crafting Module",
"description": "A Crafting Module for DnD",
"id": "beavers-crafting",
"version": "2.3.4",
"version": "2.3.5",
"authors": [
{
"name": "angryBeaver",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beavers-crafting",
"title": "Beaver's Crafting",
"version": "2.3.4",
"version": "2.3.5",
"description": "Crafting",
"devDir": "C:\\Users\\Riess\\AppData\\Local\\FoundryVTT\\Data\\modules",
"main": "src/main.js",
Expand Down
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import {RecipeCompendium} from "./apps/RecipeCompendium.js";
import {AnyOfSheet} from "./apps/AnyOfSheet.js";
import {Recipe} from "./Recipe.js";
import {ActorSheetTab} from "./apps/ActorSheetTab.js";
import {Dnd5e} from "../../bsa-dnd5e/src/Dnd5e.ts";
import {Pf2e} from "./Pf2e.js";


Hooks.on("beavers-system-interface.init", async function(){
Expand Down

0 comments on commit 562dd9e

Please sign in to comment.