From 22bf98fc1cb02e92c5fe4c7493aa73298a212c4e Mon Sep 17 00:00:00 2001 From: WinDanesz <31292708+windanesz@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:28:49 +0100 Subject: [PATCH] chore: More sage scroll changes --- .../resources/assets/ancientspellcraft/spells/awaken_tome.json | 2 +- .../resources/assets/ancientspellcraft/spells/tome_warp.json | 2 +- .../resources/assets/ancientspellcraft/spells/transcribe.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/assets/ancientspellcraft/spells/awaken_tome.json b/src/main/resources/assets/ancientspellcraft/spells/awaken_tome.json index 5f492138..5e473c05 100644 --- a/src/main/resources/assets/ancientspellcraft/spells/awaken_tome.json +++ b/src/main/resources/assets/ancientspellcraft/spells/awaken_tome.json @@ -1,7 +1,7 @@ { "enabled": { "book": true, - "scroll": true, + "scroll": false, "wands": true, "npcs": false, "dispensers": false, diff --git a/src/main/resources/assets/ancientspellcraft/spells/tome_warp.json b/src/main/resources/assets/ancientspellcraft/spells/tome_warp.json index 1609bddb..3a229c2c 100644 --- a/src/main/resources/assets/ancientspellcraft/spells/tome_warp.json +++ b/src/main/resources/assets/ancientspellcraft/spells/tome_warp.json @@ -1,7 +1,7 @@ { "enabled": { "book": true, - "scroll": false, + "scroll": true, "wands": true, "npcs": false, "dispensers": false, diff --git a/src/main/resources/assets/ancientspellcraft/spells/transcribe.json b/src/main/resources/assets/ancientspellcraft/spells/transcribe.json index 093c041c..8f32f82a 100644 --- a/src/main/resources/assets/ancientspellcraft/spells/transcribe.json +++ b/src/main/resources/assets/ancientspellcraft/spells/transcribe.json @@ -1,7 +1,7 @@ { "enabled": { "book": true, - "scroll": false, + "scroll": true, "wands": true, "npcs": false, "dispensers": false,