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

Plantball fix #1271

Merged
merged 4 commits into from
Nov 5, 2017
Merged

Plantball fix #1271

merged 4 commits into from
Nov 5, 2017

Conversation

jaskarth
Copy link
Collaborator

@jaskarth jaskarth commented Nov 4, 2017

Re add the recipe for making plantballs from all saplings (should work with all saplings registed with treeSapling)

@@ -15,6 +16,7 @@ public ProcessingSaplings() {

public void registerOre(OrePrefixes aPrefix, Materials aMaterial, String aOreDictName, String aModName, ItemStack aStack) {
GT_ModHandler.addPulverisationRecipe(GT_Utility.copyAmount(1L, new Object[]{aStack}), GT_OreDictUnificator.get(OrePrefixes.dustSmall, Materials.Wood, 2L), null, 0, false);
GT_ModHandler.addCompressionRecipe(GT_Utility.copyAmount(8L, new Object[]{aStack}), ItemList.IC2_PlantballCompressed.get(1L, new Object[0]));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ItemList.IC2_PlantballCompressed? Isn't that "Compressed Plants" which isn't used anymore in IC2Exp? (see https://wiki.industrial-craft.net/index.php?title=Compressed_Plants )

@jaskarth
Copy link
Collaborator Author

jaskarth commented Nov 4, 2017

I saw some other recipes using that so I decided to use that as well. I'm testing it without the compressed part and I'll see what happens.

@jaskarth
Copy link
Collaborator Author

jaskarth commented Nov 4, 2017

Yes it still works; thanks for letting me know.

@Blood-Asp Blood-Asp merged commit d83d526 into Blood-Asp:unstable Nov 5, 2017
@jaskarth jaskarth deleted the Plantball-fix branch November 5, 2017 19:45
Dream-Master referenced this pull request in GTNewHorizons/GT5-Unofficial Nov 22, 2017
Commit: d83d526 [d83d526]

Merge pull request #1271 from SuperCoder7979/Plantball-fix

Plantball fix
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.

3 participants