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 support for wildcard metadata & oredict in recipes #5

Open
justinrusso opened this issue Jan 19, 2018 · 1 comment
Open

Add support for wildcard metadata & oredict in recipes #5

justinrusso opened this issue Jan 19, 2018 · 1 comment

Comments

@justinrusso
Copy link

Hey Vadis,

Would you be able to add support for wildcard metadata and oredict in recipes? I was okay with not using oredict, but ran into issues even looping over the oredict to provide the recipe an IItemStack in crafttweaker, as some entries were wildcards (<minecraft:log:*>)

Thanks!

@justinrusso
Copy link
Author

justinrusso commented Jan 22, 2018

Exmaple of what I was trying to do with crafttweaker

for log in <ore:logWood>.items {
	mods.primaltech.ClayKiln.addRecipe(<primal_tech:charcoal_block>, log, 200);
}

the logs that come out of this (and if they worked) are as followed:

  • <minecraft:log:*> (broken)
  • <minecraft:log2:*> (broken)
  • <primal:yew_log> (working)

As stated, I'm fine looping over oredicts to add the items rather than the oredict, but it seems that even a "wildcard" item causes the recipe to not work.

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

1 participant