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

Add config for gluttony charm so users can add/block additional food items. #235

Closed
wants to merge 3 commits into from

Conversation

iTitus
Copy link

@iTitus iTitus commented Oct 14, 2020

Closes #223

This also updates Forge so that I could test this with the newest Mekanism.

The config looks like this per default:

[gluttonyCharm]
	#The registry names of food items that the Gluttony Charm should NOT consider valid food.
	blockedFoodItems = []
	#The registry names of additional items that the Gluttony Charm should consider valid food.
	additionalFoodItems = ["mekanism:canteen"]

Sorry about the indentation in the build.gradle. It is not consistent across the file and IntelliJ gets confused.

@iTitus
Copy link
Author

iTitus commented Oct 14, 2020

This is also a start for #213

@Darkhax
Copy link
Member

Darkhax commented Oct 15, 2020

Thanks, I spoke to the mek devs about a way to get official support working but I forgot what we said. Planning to reach out again in a bit. I do like the config option though.

@Darkhax
Copy link
Member

Darkhax commented Feb 10, 2021

Ultimately decided to fix this by just allowing drinks to be used, this is based on the use action of the item. So potions are also fixed. b6a4af3

@Darkhax Darkhax closed this Feb 10, 2021
@iTitus iTitus deleted the feature/extra-food branch February 10, 2021 13:21
@iTitus
Copy link
Author

iTitus commented Feb 10, 2021

Nice!

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

Successfully merging this pull request may close these issues.

[Feature Request] Compatibility with Mekanism Canteen
2 participants