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 ink sac recipe #6

Closed
LukeShortCloud opened this issue Apr 24, 2022 · 4 comments
Closed

Add ink sac recipe #6

LukeShortCloud opened this issue Apr 24, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@LukeShortCloud
Copy link
Owner

This is useful for some vanilla Minecraft recipes and also a few modded ones as well. For example, JurassiCraft requires an ink sac to craft tires for cars and helicopters.

@LukeShortCloud LukeShortCloud added the enhancement New feature or request label Apr 24, 2022
@LukeShortCloud
Copy link
Owner Author

The original VegCraft relied on using black dye instead of ink sacs for a few recipes. Two problems we are facing in modded 1.12: (1) black dye does not exist in vanilla Minecraft 1.12 and (2) modded recipes may need ink sacs.

Related: #4

LukeShortCloud added a commit that referenced this issue Apr 24, 2022
Use charcoal and a water bottle.

Resolves #6
LukeShortCloud added a commit that referenced this issue Apr 24, 2022
It is no longer required since we provide an 'Ink Sac' recipe. In
Minecraft 1.12, there is only one source of black and that is from
an 'Ink Sac'. There is no separate 'Black Dye'.

Related #4
Related #6
@LukeShortCloud LukeShortCloud self-assigned this Apr 24, 2022
@ACascarino
Copy link

ACascarino commented Apr 25, 2022

Interesting observation about other modded packs requiring the use of ink sacs - I'd not really considered that. I wonder whether there's something I can do in my 1.16 version that always forces the two to be equivalent. If nothing else creating a recipe that allows for black dye -> ink sac would be inelegant but functional.

@LukeShortCloud
Copy link
Owner Author

It appears that black dye can be created from two items in newer version of Minecraft: (1) Ink Sac or (2) Wither Rose. If a Black Dye can become an Ink Sac then technically someone could go from Wither Rose -> Black Dye -> Ink Sac. The Wither Rose was not added until Minecraft 1.14. [2] That would have been the only vegan way to get Black Dye. In Minecraft 1.12, the Ink Sac is directly used as the dye.

"A black dye can be obtained using an Ink Sac or a Wither Rose, both of which result in one black dye." [2]

  1. https://www.sportskeeda.com/minecraft/top-5-uses-wither-roses-minecraft#:~:text=Wither%20Rose%20was%20added%20to,it%20drops%20one%20Wither%20Rose.
  2. https://minecraft-archive.fandom.com/wiki/Black_Dye#:~:text=Obtaining,result%20in%20one%20black%20dye.

I just added a recipe yesterday for Ink Sac to be: Charcoal + Watter Bottle. Here are other alternatives I considered with the goal to simulate the sac/pouch/ink jar (when making a Book and Quill the ink sac magically becomes an ink jar lol):

  • Charcoal + Leather
  • Charcoal + Leather + Water Bottle
  • Charcoal + Rotten Flesh
  • Charcoal + Rotten Flesh + Water Bottle
  • Charcoal + Water Bucket
  • Charcoal

Let me know what you think. Would love to keep our fork of your mod as consistent as possible.

@ACascarino
Copy link

Hmm!
I like Charcoal + Water Bottle - I think it's the closest we're going to get to the idea of black dye for a version that doesn't include it. Mulling it over, I'd also be happy to just include this in the upstream as-is - this means that the recipe is consistent between versions, but there becomes a more efficient way of doing it in later versions once the stonemason exists.

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

No branches or pull requests

2 participants