Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request Endest Pearl Config 1.12 and forward #150

Open
ndrader opened this issue Sep 1, 2019 · 2 comments
Open

Feature Request Endest Pearl Config 1.12 and forward #150

ndrader opened this issue Sep 1, 2019 · 2 comments

Comments

@ndrader
Copy link

ndrader commented Sep 1, 2019

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.

@bluelightning32
Copy link

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.

@Morpheus1101
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants