-
Notifications
You must be signed in to change notification settings - Fork 424
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
Convention drink tags #4378
Comments
Here is a revised list of tags based on some discussions had in the NeoForge issue: This list is based more on providing examples for standardization rather than exhaustively listing all drinks. The Javadoc of the tag keys could also be a good place to formally describe these standards. However, I know that I myself don't always look at the javadoc since I don't actually use datagen at all - I usually just look at the rendered tags (though perhaps that is not a good practice on my part haha).
The follow tags demonstrate how to differentiate subtypes of drinks using juices that have a vanilla ingredient
I also propose adding drink-containing tags, similar to the
There may be a better way to differentiate buckets and bottled drinks. My solution is based on checking combinations like |
This is a request to add new conventional item tags for drinks. There are a couple tags already for this, namely
#c:buckets/milk
,#c:potions
, and#c:potions/bottle
. However, many mods like Farmer's Delight (and its many add-ons), Let's Do (a whole series of mods, many of which add drinks), Brewery, and Dehydration (just to name a few) also add drinks of their own that often do not fall under vanilla categories. I would like Fabric API to add a newdrinks
subfolder of tags with greater depth for drinks, similar to thefoods
tags, though most of these tags would be empty.Here are some of the tags I would like to see, but I would like to get input on what further tags could be added (since there are probably a few I am missing here):
#c:drinks
for all drinks (similar to#c:foods
)#c:drinks/water
for drinks that are mostly water - including potions and ominous bottles (potentially).#c:drinks/milk
for milk#c:drinks/coffee
for coffee#c:drinks/caffeinated
for drinks that provide caffeine, including coffee and energy drinks#c:drinks/tea
for tea#c:drinks/hot_chocolate
for hot chocolate/hot cocoa#c:drinks/smoothie
for milk shakes and smoothies#c:drinks/juice
for all juices#c:drinks/soda
for all sodasI'd also propose adding tags for alcoholic drinks. However, this may be difficult to add given Minecraft's age rating/usage policy. Regardless, there are many mods out there for brewing and alcoholic drinks, so I still think this would be a worthwhile inclusion.
#c:drinks/alcohol
for all alcoholic drinks#c:drinks/alcohol/wine
for all wines, including mead#c:drinks/alcohol/beer
for all beers and ales#c:drinks/alcohol/cider
for all ciders#c:drinks/alcohol/cocktail
for all cocktails#c:drinks/alcohol/spirit
for all spirits like rum, tequila, and vodka.My Personal Use Case
I am working on a thirst mod addon for my temperature mods Frostiful and Scorchful (https://github.com/TheDeathlyCow/thirstful/). This mod will focus on adding a lot of effects to these sorts of drinks. For example, quenching thirst (from water, milk, juice, and soda), warming and cooling (coffee, tea, hot cocoa, smoothies), diuretics (caffeine, alcohol), and vasodilation (a faux warming effect caused by drinking alcohol). I would like this thirst mod to be able to work with as many food and drink mods out of the box as possible, without requiring players/mod pack authors to have to manually configure large amounts of tags. My suggestions for tags are mostly based on my ideas for this particular mod, but I have tried to make it as widely applicable as possible. Still, I am very open to further suggestions.
Other Considerations
food
component).The text was updated successfully, but these errors were encountered: