From 24d0b92b8cd8c1779599fc5ba877b81386f70d99 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 02:08:55 +0100 Subject: [PATCH] config: end remastered --- config/endrem.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/endrem.toml diff --git a/config/endrem.toml b/config/endrem.toml new file mode 100644 index 0000000..f1ffdc8 --- /dev/null +++ b/config/endrem.toml @@ -0,0 +1,17 @@ + +[endrem] + #Determines if it's possible to obtain the evil eye when trading with a Cleric + is_evil_eye_obtainable = true + #Toggle Ender Eyes Actions (Throwing to Locate The Stronghold) + throw_ender_eye = false + #Toggle Ender Eyes Actions (Placing in Portal Frames) + use_ender_eye = false + #Determines the percentage chance of eyes breaking when thrown + eye_break_chance = 10 + #Determines whether or not vanilla eyes can naturally generate within the frames of the portal + frame_has_eye = false + #Determines if it's possible to obtain the cryptic eye when enchanting + is_cryptic_eye_obtainable = true + #Determines whether or not players can remove ender eyes from the portal frames + can_remove_eye = false +