Natura

Natura

55M Downloads

Gunpowder Recipe Issues

Timeslice42 opened this issue · 2 comments

commented

Could we please get a new gunpowder recipe? I know I'm not the only one that thinks it's a little rediculous that it only takes sulfur. It should be sulphur, charcoal, and saltpeter/nitre, but since you don't have saltepeter I would settle for just sulphur and coal/charcoal.

I propose a recipe like this (perhaps shapeless)
CS
SS

GameRegistry.addRecipe(new ItemStack(Item.gunpowder, 1, 0), "cs", "ss", 'c', new ItemStack(Item.coal, 1), 's', new ItemStack(plantItem, 1, 4));
GameRegistry.addRecipe(new ItemStack(Item.gunpowder, 1, 0), "cs", "ss", 'c', new ItemStack(Item.charcoal, 1), 's', new ItemStack(plantItem, 1, 4));

commented

Suggestions are not issues.

commented

So mark it as an enhancement. Don't just close it.

----- Original Message -----
From: "mDiyo" [email protected]
To: "mDiyo/Natura" [email protected]
Cc: "Timeslice42" [email protected]
Sent: Wednesday, June 5, 2013 3:19:23 PM
Subject: Re: [Natura] Gunpowder Recipe Issues (#11)

Suggestions are not issues.


Reply to this email directly or view it on GitHub .