aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/StoneTile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/StoneTile.cpp')
-rw-r--r--Minecraft.World/StoneTile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/StoneTile.cpp b/Minecraft.World/StoneTile.cpp
index 330cc087..01330894 100644
--- a/Minecraft.World/StoneTile.cpp
+++ b/Minecraft.World/StoneTile.cpp
@@ -7,5 +7,5 @@ StoneTile::StoneTile(int id) : Tile(id, Material::stone)
int StoneTile::getResource(int data, Random *random, int playerBonusLevel)
{
- return Tile::stoneBrick_Id;
+ return Tile::cobblestone_Id;
} \ No newline at end of file