diff --git a/Minecraft.World/LeafTile2.cpp b/Minecraft.World/LeafTile2.cpp index ce89f628..d20c5d87 100644 --- a/Minecraft.World/LeafTile2.cpp +++ b/Minecraft.World/LeafTile2.cpp @@ -115,7 +115,7 @@ void LeafTile2::spawnResources(Level *level, int x, int y, int z, int data, floa { - popResource(level, x, y, z, std::make_shared(Tile::sapling_Id, 1, data & 3)); + popResource(level, x, y, z, std::make_shared(Tile::sapling_Id, 1, (data & 3) + 4)); }