Avaritia
Avaritia copied to clipboard
Feature Request Endest Pearl Config 1.12 and forward
I was wondering if the Endest Pearl could receive a config option to stop players from being able to throw the item. This would allow for mod packs to still utilize it for crafting and servers to selectively choose if they wish for the item's functionality as a destructive objective to be on or off.
The endest pearl's explosion bypasses FTB claims. We ended up using FTB to ban the explosion part of the item:
diff --git a/config/ftbutilities.cfg b/config/ftbutilities.cfg
index 5b4a2711f..6483d72b4 100644
--- a/config/ftbutilities.cfg
+++ b/config/ftbutilities.cfg
@@ -149,6 +149,7 @@ world {
# You can use '/inv disable_right_click' command to do with from in-game.
# Syntax: modid:item:metadata. Set metadata to * to ignore it.
S:disabled_right_click_items <
+ avaritia:endest_pearl
>
# If set to DEFAULT, then teams can decide their Explosion setting.
Doing a quick run through, i think this will be a simpler thing for 1.14 an going forward as apposed to 1.12 tbh