diff --git a/TrueCraft.Core/Logic/Blocks/TorchBlock.cs b/TrueCraft.Core/Logic/Blocks/TorchBlock.cs index 68c5a20..3234bd7 100644 --- a/TrueCraft.Core/Logic/Blocks/TorchBlock.cs +++ b/TrueCraft.Core/Logic/Blocks/TorchBlock.cs @@ -77,7 +77,7 @@ namespace TrueCraft.Core.Logic.Blocks { get { - return new ItemStack(TorchBlock.BlockID, 1); + return new ItemStack(TorchBlock.BlockID, 4); } }