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

Missing Netherite recipes? #330

Open
njt1982 opened this issue Aug 21, 2020 · 3 comments
Open

Missing Netherite recipes? #330

njt1982 opened this issue Aug 21, 2020 · 3 comments

Comments

@njt1982
Copy link
Contributor

njt1982 commented Aug 21, 2020

There doesn't seem to be any recipes for the Netherite tools:

"id": 606,
"displayName": "Netherite Sword",
"name": "netherite_sword",
"stackSize": 1
},
{
"id": 607,
"displayName": "Netherite Shovel",
"name": "netherite_shovel",
"stackSize": 1
},
{
"id": 608,
"displayName": "Netherite Pickaxe",
"name": "netherite_pickaxe",
"stackSize": 1
},
{
"id": 609,
"displayName": "Netherite Axe",
"name": "netherite_axe",
"stackSize": 1
},

Is this something that needs prodding in the burger extractor?

@TheDudeFromCI
Copy link
Member

Neitherite tools and armor cannot be crafted using a crafting table, so they don't have a recipe.

You have to use a smithing table for that. I don't believe MC-Data has any Smithing table recipe data.

@njt1982
Copy link
Contributor Author

njt1982 commented Aug 22, 2020

oh of course 🤦🏻‍♂️

So, thats something that might come out of #290 in terms of sourcing recipe data...?!

@TheDudeFromCI
Copy link
Member

I think that thread only covers smelting specifically. Smithing tables would probably have their own file. Given that Neitherite gear is the only thing that uses the smithing table, it could be just written by hand, too.

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

No branches or pull requests

2 participants