Avaritia icon indicating copy to clipboard operation
Avaritia copied to clipboard

Feature Request Endest Pearl Config 1.12 and forward

Open ndrader opened this issue 5 years ago • 2 comments

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.

ndrader avatar Sep 01 '19 06:09 ndrader

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.

bluelightning32 avatar Sep 14 '19 16:09 bluelightning32

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

Morpheus1101 avatar Nov 08 '19 08:11 Morpheus1101