Correct mistake in torch crafting recipe
The output is four torches, not one
This commit is contained in:
parent
06a928edbf
commit
f84538b9c6
@ -77,7 +77,7 @@ namespace TrueCraft.Core.Logic.Blocks
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return new ItemStack(TorchBlock.BlockID, 1);
|
return new ItemStack(TorchBlock.BlockID, 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user